1
0
mirror of https://github.com/simple-icons/simple-icons.git synced 2024-11-16 00:59:07 +02:00

Update dependency uglify-js to v3.9.4 (#3146)

Co-authored-by: Renovate Bot <bot@renovateapp.com>
This commit is contained in:
renovate[bot] 2020-06-01 07:46:22 +03:00 committed by GitHub
parent 7af9796704
commit 3934363887
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 5 deletions

8
package-lock.json generated
View File

@ -7298,9 +7298,9 @@
}
},
"uglify-js": {
"version": "3.9.3",
"resolved": "https://registry.npmjs.org/uglify-js/-/uglify-js-3.9.3.tgz",
"integrity": "sha512-r5ImcL6QyzQGVimQoov3aL2ZScywrOgBXGndbWrdehKoSvGe/RmiE5Jpw/v+GvxODt6l2tpBXwA7n+qZVlHBMA==",
"version": "3.9.4",
"resolved": "https://registry.npmjs.org/uglify-js/-/uglify-js-3.9.4.tgz",
"integrity": "sha512-8RZBJq5smLOa7KslsNsVcSH+KOXf1uDU8yqLeNuVKwmT0T3FA0ZoXlinQfRad7SDcbZZRZE4ov+2v71EnxNyCA==",
"dev": true,
"requires": {
"commander": "~2.20.3"
@ -7713,4 +7713,4 @@
}
}
}
}
}

View File

@ -24,7 +24,7 @@
"npm-run-all": "4.1.5",
"svglint": "1.0.5",
"svgo": "1.3.2",
"uglify-js": "3.9.3"
"uglify-js": "3.9.4"
},
"scripts": {
"build": "node scripts/build-package.js",