chore(deps-dev): Bump uglify-js from 3.14.1 to 3.14.2 (#2204)

Bumps [uglify-js](https://github.com/mishoo/UglifyJS) from 3.14.1 to 3.14.2.
- [Release notes](https://github.com/mishoo/UglifyJS/releases)
- [Commits](https://github.com/mishoo/UglifyJS/compare/v3.14.1...v3.14.2)

---
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] 2021-09-13 11:39:25 -05:00 committed by GitHub
parent ffd567d559
commit c1d55ae6e6
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

@ -37,7 +37,7 @@
"rollup-plugin-license": "^2.5.0",
"semantic-release": "^17.4.7",
"titleize": "^2.1.0",
"uglify-js": "^3.14.1",
"uglify-js": "^3.14.2",
"vuln-regex-detector": "^1.3.0"
},
"engines": {
@ -10654,9 +10654,9 @@
"dev": true
},
"node_modules/uglify-js": {
"version": "3.14.1",
"resolved": "https://registry.npmjs.org/uglify-js/-/uglify-js-3.14.1.tgz",
"integrity": "sha512-JhS3hmcVaXlp/xSo3PKY5R0JqKs5M3IV+exdLHW99qKvKivPO4Z8qbej6mte17SOPqAOVMjt/XGgWacnFSzM3g==",
"version": "3.14.2",
"resolved": "https://registry.npmjs.org/uglify-js/-/uglify-js-3.14.2.tgz",
"integrity": "sha512-rtPMlmcO4agTUfz10CbgJ1k6UAoXM2gWb3GoMPPZB/+/Ackf8lNWk11K4rYi2D0apgoFRLtQOZhb+/iGNJq26A==",
"dev": true,
"bin": {
"uglifyjs": "bin/uglifyjs"
@ -19104,9 +19104,9 @@
"dev": true
},
"uglify-js": {
"version": "3.14.1",
"resolved": "https://registry.npmjs.org/uglify-js/-/uglify-js-3.14.1.tgz",
"integrity": "sha512-JhS3hmcVaXlp/xSo3PKY5R0JqKs5M3IV+exdLHW99qKvKivPO4Z8qbej6mte17SOPqAOVMjt/XGgWacnFSzM3g==",
"version": "3.14.2",
"resolved": "https://registry.npmjs.org/uglify-js/-/uglify-js-3.14.2.tgz",
"integrity": "sha512-rtPMlmcO4agTUfz10CbgJ1k6UAoXM2gWb3GoMPPZB/+/Ackf8lNWk11K4rYi2D0apgoFRLtQOZhb+/iGNJq26A==",
"dev": true
},
"unbox-primitive": {

View File

@ -60,7 +60,7 @@
"rollup-plugin-license": "^2.5.0",
"semantic-release": "^17.4.7",
"titleize": "^2.1.0",
"uglify-js": "^3.14.1",
"uglify-js": "^3.14.2",
"vuln-regex-detector": "^1.3.0"
},
"scripts": {