1
0
mirror of https://github.com/simple-icons/simple-icons.git synced 2024-12-16 01:10:30 +02:00

Update dependency uglify-js to v3.11.0 (#3609)

This commit is contained in:
renovate[bot] 2020-09-28 12:37:34 +03:00 committed by GitHub
parent 8e4e2d837e
commit d3add4daa1
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

@ -7231,9 +7231,9 @@
}
},
"uglify-js": {
"version": "3.10.4",
"resolved": "https://registry.npmjs.org/uglify-js/-/uglify-js-3.10.4.tgz",
"integrity": "sha512-kBFT3U4Dcj4/pJ52vfjCSfyLyvG9VYYuGYPmrPvAxRw/i7xHiT4VvCev+uiEMcEEiu6UNB6KgWmGtSUYIWScbw==",
"version": "3.11.0",
"resolved": "https://registry.npmjs.org/uglify-js/-/uglify-js-3.11.0.tgz",
"integrity": "sha512-e1KQFRCpOxnrJsJVqDUCjURq+wXvIn7cK2sRAx9XL3HYLL9aezOP4Pb1+Y3/o693EPk111Yj2Q+IUXxcpHlygQ==",
"dev": true
},
"underscore": {

View File

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