chore(deps-dev): Bump uglify-js from 3.12.1 to 3.12.2 (#1883)

Bumps [uglify-js](https://github.com/mishoo/UglifyJS) from 3.12.1 to 3.12.2.
- [Release notes](https://github.com/mishoo/UglifyJS/releases)
- [Commits](https://github.com/mishoo/UglifyJS/compare/v3.12.1...v3.12.2)

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] 2020-12-21 00:11:24 -06:00 committed by GitHub
parent 4576377a00
commit c8783a3c10
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@ -9135,9 +9135,9 @@
"dev": true "dev": true
}, },
"uglify-js": { "uglify-js": {
"version": "3.12.1", "version": "3.12.2",
"resolved": "https://registry.npmjs.org/uglify-js/-/uglify-js-3.12.1.tgz", "resolved": "https://registry.npmjs.org/uglify-js/-/uglify-js-3.12.2.tgz",
"integrity": "sha512-o8lHP20KjIiQe5b/67Rh68xEGRrc2SRsCuuoYclXXoC74AfSRGblU1HKzJWH3HxPZ+Ort85fWHpSX7KwBUC9CQ==", "integrity": "sha512-rWYleAvfJPjduYCt+ELvzybNah/zIkRteGXIBO8X0lteRZPGladF61hFi8tU7qKTsF7u6DUQCtT9k00VlFOgkg==",
"dev": true "dev": true
}, },
"unicode-canonical-property-names-ecmascript": { "unicode-canonical-property-names-ecmascript": {

View File

@ -59,7 +59,7 @@
"rollup-plugin-license": "^2.2.0", "rollup-plugin-license": "^2.2.0",
"semantic-release": "^17.3.0", "semantic-release": "^17.3.0",
"titleize": "^2.1.0", "titleize": "^2.1.0",
"uglify-js": "^3.12.1", "uglify-js": "^3.12.2",
"vuln-regex-detector": "^1.3.0" "vuln-regex-detector": "^1.3.0"
}, },
"scripts": { "scripts": {