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.6.9 (#1953)

This commit is contained in:
renovate[bot] 2019-11-19 09:31:33 +02:00 committed by Eric Cornelissen
parent 9983239a44
commit ea16132475
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@ -6074,9 +6074,9 @@
}
},
"uglify-js": {
"version": "3.6.8",
"resolved": "https://registry.npmjs.org/uglify-js/-/uglify-js-3.6.8.tgz",
"integrity": "sha512-XhHJ3S3ZyMwP8kY1Gkugqx3CJh2C3O0y8NPiSxtm1tyD/pktLAkFZsFGpuNfTZddKDQ/bbDBLAd2YyA1pbi8HQ==",
"version": "3.6.9",
"resolved": "https://registry.npmjs.org/uglify-js/-/uglify-js-3.6.9.tgz",
"integrity": "sha512-pcnnhaoG6RtrvHJ1dFncAe8Od6Nuy30oaJ82ts6//sGSXOP5UjBMEthiProjXmMNHOfd93sqlkztifFMcb+4yw==",
"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.6.8"
"uglify-js": "3.6.9"
},
"scripts": {
"build": "node scripts/build-package.js",