1
0
mirror of https://github.com/simple-icons/simple-icons.git synced 2025-01-25 01:32:58 +02:00

Update dependency uglify-js to v3.14.0 (#6169)

Co-authored-by: Renovate Bot <bot@renovateapp.com>
This commit is contained in:
renovate[bot] 2021-07-26 10:09:09 +02:00 committed by GitHub
parent f7a7d90432
commit e6b8bbe251
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

@ -4175,9 +4175,9 @@
}
},
"uglify-js": {
"version": "3.13.10",
"resolved": "https://registry.npmjs.org/uglify-js/-/uglify-js-3.13.10.tgz",
"integrity": "sha512-57H3ACYFXeo1IaZ1w02sfA71wI60MGco/IQFjOqK+WtKoprh7Go2/yvd2HPtoJILO2Or84ncLccI4xoHMTSbGg==",
"version": "3.14.0",
"resolved": "https://registry.npmjs.org/uglify-js/-/uglify-js-3.14.0.tgz",
"integrity": "sha512-R/tiGB1ZXp2BC+TkRGLwj8xUZgdfT2f4UZEgX6aVjJ5uttPrr4fYmwTWDGqVnBCLbOXRMY6nr/BTbwCtVfps0g==",
"dev": true
},
"universalify": {

View File

@ -28,7 +28,7 @@
"svglint": "1.0.8",
"svgo": "2.3.1",
"svgpath": "2.3.1",
"uglify-js": "3.13.10"
"uglify-js": "3.14.0"
},
"scripts": {
"build": "node scripts/build/package.js",