Update dependency uglify-js to v3.7.2 (#2133)

This commit is contained in:
renovate[bot] 2019-12-16 21:22:46 +02:00 committed by Eric Cornelissen
parent df458665e6
commit afadbf4e5b
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@ -6074,9 +6074,9 @@
}
},
"uglify-js": {
"version": "3.7.1",
"resolved": "https://registry.npmjs.org/uglify-js/-/uglify-js-3.7.1.tgz",
"integrity": "sha512-pnOF7jY82wdIhATVn87uUY/FHU+MDUdPLkmGFvGoclQmeu229eTkbG5gjGGBi3R7UuYYSEeYXY/TTY5j2aym2g==",
"version": "3.7.2",
"resolved": "https://registry.npmjs.org/uglify-js/-/uglify-js-3.7.2.tgz",
"integrity": "sha512-uhRwZcANNWVLrxLfNFEdltoPNhECUR3lc+UdJoG9CBpMcSnKyWA94tc3eAujB1GcMY5Uwq8ZMp4qWpxWYDQmaA==",
"dev": true,
"requires": {
"commander": "~2.20.3",

View File

@ -23,7 +23,7 @@
"jsonlint2": "1.7.1",
"svglint": "1.0.5",
"svgo": "1.3.2",
"uglify-js": "3.7.1"
"uglify-js": "3.7.2"
},
"scripts": {
"build": "node scripts/build-package.js",