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.10.4 (#3520)

This commit is contained in:
renovate[bot] 2020-09-07 14:48:05 +03:00 committed by GitHub
parent 3dd705f039
commit 3170327338
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

@ -7214,9 +7214,9 @@
}
},
"uglify-js": {
"version": "3.10.2",
"resolved": "https://registry.npmjs.org/uglify-js/-/uglify-js-3.10.2.tgz",
"integrity": "sha512-GXCYNwqoo0MbLARghYjxVBxDCnU0tLqN7IPLdHHbibCb1NI5zBkU2EPcy/GaVxc0BtTjqyGXJCINe6JMR2Dpow==",
"version": "3.10.4",
"resolved": "https://registry.npmjs.org/uglify-js/-/uglify-js-3.10.4.tgz",
"integrity": "sha512-kBFT3U4Dcj4/pJ52vfjCSfyLyvG9VYYuGYPmrPvAxRw/i7xHiT4VvCev+uiEMcEEiu6UNB6KgWmGtSUYIWScbw==",
"dev": true
},
"underscore": {

View File

@ -25,7 +25,7 @@
"svg-path-bounding-box": "1.0.4",
"svglint": "1.0.5",
"svgo": "1.3.2",
"uglify-js": "3.10.2"
"uglify-js": "3.10.4"
},
"scripts": {
"build": "node scripts/build-package.js",