diff options
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2023-05-09 19:57:00 +0000 |
|---|---|---|
| committer | Daniel Micay <danielmicay@gmail.com> | 2023-05-09 17:28:58 -0400 |
| commit | 8b973328e45bbb97dd32126cd46753efa993fb5b (patch) | |
| tree | b03f7a6a930b9d09ae3a7ff599b9c7a8692ac81f | |
| parent | 1756cb64e81ea42a3667bd80c12bae70965abd75 (diff) | |
Bump terser from 5.17.2 to 5.17.3
Bumps [terser](https://github.com/terser/terser) from 5.17.2 to 5.17.3.
- [Changelog](https://github.com/terser/terser/blob/master/CHANGELOG.md)
- [Commits](https://github.com/terser/terser/compare/v5.17.2...v5.17.3)
---
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.json | 14 | ||||
| -rw-r--r-- | package.json | 2 |
2 files changed, 8 insertions, 8 deletions
diff --git a/package-lock.json b/package-lock.json index b4b49085..41d382df 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.2", + "terser": "^5.17.3", "vnu-jar": "^23.4.11" } }, @@ -2580,9 +2580,9 @@ "integrity": "sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug==" }, "node_modules/terser": { - "version": "5.17.2", - "resolved": "https://registry.npmjs.org/terser/-/terser-5.17.2.tgz", - "integrity": "sha512-1D1aGbOF1Mnayq5PvfMc0amAR1y5Z1nrZaGCvI5xsdEfZEVte8okonk02OiaK5fw5hG1GWuuVsakOnpZW8y25A==", + "version": "5.17.3", + "resolved": "https://registry.npmjs.org/terser/-/terser-5.17.3.tgz", + "integrity": "sha512-AudpAZKmZHkG9jueayypz4duuCFJMMNGRMwaPvQKWfxKedh8Z2x3OCoDqIIi1xx5+iwx1u6Au8XQcc9Lke65Yg==", "dependencies": { "@jridgewell/source-map": "^0.3.2", "acorn": "^8.5.0", @@ -4565,9 +4565,9 @@ } }, "terser": { - "version": "5.17.2", - "resolved": "https://registry.npmjs.org/terser/-/terser-5.17.2.tgz", - "integrity": "sha512-1D1aGbOF1Mnayq5PvfMc0amAR1y5Z1nrZaGCvI5xsdEfZEVte8okonk02OiaK5fw5hG1GWuuVsakOnpZW8y25A==", + "version": "5.17.3", + "resolved": "https://registry.npmjs.org/terser/-/terser-5.17.3.tgz", + "integrity": "sha512-AudpAZKmZHkG9jueayypz4duuCFJMMNGRMwaPvQKWfxKedh8Z2x3OCoDqIIi1xx5+iwx1u6Au8XQcc9Lke65Yg==", "requires": { "@jridgewell/source-map": "^0.3.2", "acorn": "^8.5.0", diff --git a/package.json b/package.json index a010ba1f..1cfa4375 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.2", + "terser": "^5.17.3", "vnu-jar": "^23.4.11" } } |
