summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-05-08 19:56:53 +0000
committerDaniel Micay <danielmicay@gmail.com>2023-05-08 17:49:44 -0400
commit31b246401e2786769ab5b003f55bb4e5ef9d29f3 (patch)
tree065afd7afb665a5e67401ad0fd7a9b34a75c12b4
parentfc220c7661d5fa525b90153f73dae1c9e0ff55d5 (diff)
Bump terser from 5.17.1 to 5.17.2
Bumps [terser](https://github.com/terser/terser) from 5.17.1 to 5.17.2. - [Changelog](https://github.com/terser/terser/blob/master/CHANGELOG.md) - [Commits](https://github.com/terser/terser/compare/v5.17.1...v5.17.2) --- updated-dependencies: - dependency-name: terser dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
-rw-r--r--package-lock.json14
-rw-r--r--package.json2
2 files changed, 8 insertions, 8 deletions
diff --git a/package-lock.json b/package-lock.json
index 4f75efc3..25bedbeb 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -10,7 +10,7 @@
"html-minifier-terser": "^7.2.0",
"stylelint": "^15.6.1",
"stylelint-config-standard": "^33.0.0",
- "terser": "^5.17.1",
+ "terser": "^5.17.2",
"vnu-jar": "^23.4.11"
}
},
@@ -2580,9 +2580,9 @@
"integrity": "sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug=="
},
"node_modules/terser": {
- "version": "5.17.1",
- "resolved": "https://registry.npmjs.org/terser/-/terser-5.17.1.tgz",
- "integrity": "sha512-hVl35zClmpisy6oaoKALOpS0rDYLxRFLHhRuDlEGTKey9qHjS1w9GMORjuwIMt70Wan4lwsLYyWDVnWgF+KUEw==",
+ "version": "5.17.2",
+ "resolved": "https://registry.npmjs.org/terser/-/terser-5.17.2.tgz",
+ "integrity": "sha512-1D1aGbOF1Mnayq5PvfMc0amAR1y5Z1nrZaGCvI5xsdEfZEVte8okonk02OiaK5fw5hG1GWuuVsakOnpZW8y25A==",
"dependencies": {
"@jridgewell/source-map": "^0.3.2",
"acorn": "^8.5.0",
@@ -4565,9 +4565,9 @@
}
},
"terser": {
- "version": "5.17.1",
- "resolved": "https://registry.npmjs.org/terser/-/terser-5.17.1.tgz",
- "integrity": "sha512-hVl35zClmpisy6oaoKALOpS0rDYLxRFLHhRuDlEGTKey9qHjS1w9GMORjuwIMt70Wan4lwsLYyWDVnWgF+KUEw==",
+ "version": "5.17.2",
+ "resolved": "https://registry.npmjs.org/terser/-/terser-5.17.2.tgz",
+ "integrity": "sha512-1D1aGbOF1Mnayq5PvfMc0amAR1y5Z1nrZaGCvI5xsdEfZEVte8okonk02OiaK5fw5hG1GWuuVsakOnpZW8y25A==",
"requires": {
"@jridgewell/source-map": "^0.3.2",
"acorn": "^8.5.0",
diff --git a/package.json b/package.json
index bb349253..b93a8385 100644
--- a/package.json
+++ b/package.json
@@ -5,7 +5,7 @@
"html-minifier-terser": "^7.2.0",
"stylelint": "^15.6.1",
"stylelint-config-standard": "^33.0.0",
- "terser": "^5.17.1",
+ "terser": "^5.17.2",
"vnu-jar": "^23.4.11"
}
}