chore(deps): update dependency webpack-cli to v3.3.2 (#87)

This commit is contained in:
renovate[bot] 2019-05-04 19:26:52 -04:00 committed by Benjamin Boudreau
parent 2a2cb99e58
commit 09469b7418
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@ -13792,9 +13792,9 @@
}
},
"webpack-cli": {
"version": "3.3.1",
"resolved": "https://registry.npmjs.org/webpack-cli/-/webpack-cli-3.3.1.tgz",
"integrity": "sha512-c2inFU7SM0IttEgF7fK6AaUsbBnORRzminvbyRKS+NlbQHVZdCtzKBlavRL5359bFsywXGRAItA5di/IruC8mg==",
"version": "3.3.2",
"resolved": "https://registry.npmjs.org/webpack-cli/-/webpack-cli-3.3.2.tgz",
"integrity": "sha512-FLkobnaJJ+03j5eplxlI0TUxhGCOdfewspIGuvDVtpOlrAuKMFC57K42Ukxqs1tn8947/PM6tP95gQc0DCzRYA==",
"dev": true,
"requires": {
"chalk": "^2.4.1",

View File

@ -75,7 +75,7 @@
"sass-loader": "7.1.0",
"style-loader": "0.23.1",
"webpack": "4.30.0",
"webpack-cli": "3.3.1",
"webpack-cli": "3.3.2",
"webpack-obfuscator": "0.18.0",
"webpack-serve": "3.1.0"
},