1
0
mirror of https://github.com/simple-icons/simple-icons.git synced 2025-01-05 01:20:39 +02:00

Update dependency uglify-js to v3.7.3 (#2249)

This commit is contained in:
renovate[bot] 2019-12-30 12:56:41 +01:00 committed by Eric Cornelissen
parent ff1074d987
commit 5cea5fa5bf
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.2",
"resolved": "https://registry.npmjs.org/uglify-js/-/uglify-js-3.7.2.tgz",
"integrity": "sha512-uhRwZcANNWVLrxLfNFEdltoPNhECUR3lc+UdJoG9CBpMcSnKyWA94tc3eAujB1GcMY5Uwq8ZMp4qWpxWYDQmaA==",
"version": "3.7.3",
"resolved": "https://registry.npmjs.org/uglify-js/-/uglify-js-3.7.3.tgz",
"integrity": "sha512-7tINm46/3puUA4hCkKYo4Xdts+JDaVC9ZPRcG8Xw9R4nhO/gZgUM3TENq8IF4Vatk8qCig4MzP/c8G4u2BkVQg==",
"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.2"
"uglify-js": "3.7.3"
},
"scripts": {
"build": "node scripts/build-package.js",