chore(deps): update dependency webpack to v4.32.2 (#96)

This commit is contained in:
renovate[bot] 2019-05-22 19:51:34 -04:00 committed by Benjamin Boudreau
parent 445d9ba78a
commit df5f820eee
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@ -13667,9 +13667,9 @@
"dev": true
},
"webpack": {
"version": "4.32.1",
"resolved": "https://registry.npmjs.org/webpack/-/webpack-4.32.1.tgz",
"integrity": "sha512-R0S2tfWP2tZ8ZC2dwgnUVfa9LPvhGWJXjqfgIQ6jply+9ncBbt8IZ9p83uVeqsZ/s8zKA3XyepciWNHnSxxnHg==",
"version": "4.32.2",
"resolved": "https://registry.npmjs.org/webpack/-/webpack-4.32.2.tgz",
"integrity": "sha512-F+H2Aa1TprTQrpodRAWUMJn7A8MgDx82yQiNvYMaj3d1nv3HetKU0oqEulL9huj8enirKi8KvEXQ3QtuHF89Zg==",
"dev": true,
"requires": {
"@webassemblyjs/ast": "1.8.5",

View File

@ -74,7 +74,7 @@
"postcss-loader": "3.0.0",
"sass-loader": "7.1.0",
"style-loader": "0.23.1",
"webpack": "4.32.1",
"webpack": "4.32.2",
"webpack-cli": "3.3.2",
"webpack-obfuscator": "0.18.0",
"webpack-serve": "3.1.0"