Update uglify-js to the latest version 🚀 (#1489)

* chore(package): update uglify-js to version 3.5.7

* chore(package): update lockfile package-lock.json
This commit is contained in:
greenkeeper[bot] 2019-04-24 17:11:30 +02:00 committed by Jos de Jong
parent 3b2d28cfb8
commit 155001de87
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@ -9874,9 +9874,9 @@
}
},
"uglify-js": {
"version": "3.5.6",
"resolved": "https://registry.npmjs.org/uglify-js/-/uglify-js-3.5.6.tgz",
"integrity": "sha512-YDKRX8F0Y+Jr7LhoVk0n4G7ltR3Y7qFAj+DtVBthlOgCcIj1hyMigCfousVfn9HKmvJ+qiFlLDwaHx44/e5ZKw==",
"version": "3.5.7",
"resolved": "https://registry.npmjs.org/uglify-js/-/uglify-js-3.5.7.tgz",
"integrity": "sha512-GCgJx3BBuaf/QMvBBkhoHDh4SVsHCC3ILEzriPw4FgJJKCuxVBSYLRkDlmT3uhXyGWKs3VN5r0mCkBIZaHWu3w==",
"dev": true,
"requires": {
"commander": "~2.20.0",

View File

@ -156,7 +156,7 @@
"standard": "12.0.1",
"sylvester": "0.0.21",
"tar": "4.4.8",
"uglify-js": "3.5.6",
"uglify-js": "3.5.7",
"underscore": "1.9.1",
"webpack": "4.30.0",
"zeros": "1.0.0"