Update dependency webpack to v4.34.0 (#104)

This commit is contained in:
renovate[bot] 2019-06-14 22:44:53 -04:00 committed by Benjamin Boudreau
parent cc8ab5a77f
commit d77c938453
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@ -14923,9 +14923,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.34.0",
"resolved": "https://registry.npmjs.org/webpack/-/webpack-4.34.0.tgz",
"integrity": "sha512-ry2IQy1wJjOefLe1uJLzn5tG/DdIKzQqNlIAd2L84kcaADqNvQDTBlo8UcCNyDaT5FiaB+16jhAkb63YeG3H8Q==",
"dev": true,
"requires": {
"@webassemblyjs/ast": "1.8.5",

View File

@ -99,7 +99,7 @@
"postcss-loader": "3.0.0",
"sass-loader": "7.1.0",
"style-loader": "0.23.1",
"webpack": "4.32.1",
"webpack": "4.34.0",
"webpack-cli": "^3.3.2",
"webpack-dev-server": "^3.4.1",
"webpack-obfuscator": "0.18.0",