chore(deps-dev): Bump uglify-js from 3.13.10 to 3.14.0 (#2149)

Bumps [uglify-js](https://github.com/mishoo/UglifyJS) from 3.13.10 to 3.14.0.
- [Release notes](https://github.com/mishoo/UglifyJS/releases)
- [Commits](https://github.com/mishoo/UglifyJS/compare/v3.13.10...v3.14.0)

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

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-07-26 14:52:08 -05:00 committed by GitHub
parent 251462342e
commit dd3d41e84f
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", "rollup-plugin-license": "^2.5.0",
"semantic-release": "^17.4.4", "semantic-release": "^17.4.4",
"titleize": "^2.1.0", "titleize": "^2.1.0",
"uglify-js": "^3.13.10", "uglify-js": "^3.14.0",
"vuln-regex-detector": "^1.3.0" "vuln-regex-detector": "^1.3.0"
}, },
"engines": { "engines": {
@ -10570,9 +10570,9 @@
"dev": true "dev": true
}, },
"node_modules/uglify-js": { "node_modules/uglify-js": {
"version": "3.13.10", "version": "3.14.0",
"resolved": "https://registry.npmjs.org/uglify-js/-/uglify-js-3.13.10.tgz", "resolved": "https://registry.npmjs.org/uglify-js/-/uglify-js-3.14.0.tgz",
"integrity": "sha512-57H3ACYFXeo1IaZ1w02sfA71wI60MGco/IQFjOqK+WtKoprh7Go2/yvd2HPtoJILO2Or84ncLccI4xoHMTSbGg==", "integrity": "sha512-R/tiGB1ZXp2BC+TkRGLwj8xUZgdfT2f4UZEgX6aVjJ5uttPrr4fYmwTWDGqVnBCLbOXRMY6nr/BTbwCtVfps0g==",
"dev": true, "dev": true,
"bin": { "bin": {
"uglifyjs": "bin/uglifyjs" "uglifyjs": "bin/uglifyjs"
@ -19020,9 +19020,9 @@
"dev": true "dev": true
}, },
"uglify-js": { "uglify-js": {
"version": "3.13.10", "version": "3.14.0",
"resolved": "https://registry.npmjs.org/uglify-js/-/uglify-js-3.13.10.tgz", "resolved": "https://registry.npmjs.org/uglify-js/-/uglify-js-3.14.0.tgz",
"integrity": "sha512-57H3ACYFXeo1IaZ1w02sfA71wI60MGco/IQFjOqK+WtKoprh7Go2/yvd2HPtoJILO2Or84ncLccI4xoHMTSbGg==", "integrity": "sha512-R/tiGB1ZXp2BC+TkRGLwj8xUZgdfT2f4UZEgX6aVjJ5uttPrr4fYmwTWDGqVnBCLbOXRMY6nr/BTbwCtVfps0g==",
"dev": true "dev": true
}, },
"unbox-primitive": { "unbox-primitive": {

View File

@ -59,7 +59,7 @@
"rollup-plugin-license": "^2.5.0", "rollup-plugin-license": "^2.5.0",
"semantic-release": "^17.4.4", "semantic-release": "^17.4.4",
"titleize": "^2.1.0", "titleize": "^2.1.0",
"uglify-js": "^3.13.10", "uglify-js": "^3.14.0",
"vuln-regex-detector": "^1.3.0" "vuln-regex-detector": "^1.3.0"
}, },
"scripts": { "scripts": {