chore(deps-dev): Bump uglify-js from 3.16.2 to 3.16.3 (#2542)

Bumps [uglify-js](https://github.com/mishoo/UglifyJS) from 3.16.2 to 3.16.3.
- [Release notes](https://github.com/mishoo/UglifyJS/releases)
- [Commits](https://github.com/mishoo/UglifyJS/compare/v3.16.2...v3.16.3)

---
updated-dependencies:
- dependency-name: uglify-js
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2022-07-25 20:13:17 -04:00 committed by GitHub
parent 0c35ae441f
commit a5a45a6b19
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 8 deletions

14
package-lock.json generated
View File

@ -38,7 +38,7 @@
"rollup-plugin-license": "^2.8.1",
"semantic-release": "^19.0.3",
"titleize": "^3.0.0",
"uglify-js": "^3.16.2",
"uglify-js": "^3.16.3",
"vuln-regex-detector": "^1.3.0"
},
"engines": {
@ -9858,9 +9858,9 @@
"dev": true
},
"node_modules/uglify-js": {
"version": "3.16.2",
"resolved": "https://registry.npmjs.org/uglify-js/-/uglify-js-3.16.2.tgz",
"integrity": "sha512-AaQNokTNgExWrkEYA24BTNMSjyqEXPSfhqoS0AxmHkCJ4U+Dyy5AvbGV/sqxuxficEfGGoX3zWw9R7QpLFfEsg==",
"version": "3.16.3",
"resolved": "https://registry.npmjs.org/uglify-js/-/uglify-js-3.16.3.tgz",
"integrity": "sha512-uVbFqx9vvLhQg0iBaau9Z75AxWJ8tqM9AV890dIZCLApF4rTcyHwmAvLeEdYRs+BzYWu8Iw81F79ah0EfTXbaw==",
"dev": true,
"bin": {
"uglifyjs": "bin/uglifyjs"
@ -17364,9 +17364,9 @@
"dev": true
},
"uglify-js": {
"version": "3.16.2",
"resolved": "https://registry.npmjs.org/uglify-js/-/uglify-js-3.16.2.tgz",
"integrity": "sha512-AaQNokTNgExWrkEYA24BTNMSjyqEXPSfhqoS0AxmHkCJ4U+Dyy5AvbGV/sqxuxficEfGGoX3zWw9R7QpLFfEsg==",
"version": "3.16.3",
"resolved": "https://registry.npmjs.org/uglify-js/-/uglify-js-3.16.3.tgz",
"integrity": "sha512-uVbFqx9vvLhQg0iBaau9Z75AxWJ8tqM9AV890dIZCLApF4rTcyHwmAvLeEdYRs+BzYWu8Iw81F79ah0EfTXbaw==",
"dev": true
},
"unbox-primitive": {

View File

@ -68,7 +68,7 @@
"rollup-plugin-license": "^2.8.1",
"semantic-release": "^19.0.3",
"titleize": "^3.0.0",
"uglify-js": "^3.16.2",
"uglify-js": "^3.16.3",
"vuln-regex-detector": "^1.3.0"
},
"scripts": {