Update webpack to the latest version 🚀 (#1400)

* chore(package): update webpack to version 4.29.3

* chore(package): update lockfile package-lock.json
This commit is contained in:
greenkeeper[bot] 2019-02-07 16:05:04 +01:00 committed by Jos de Jong
parent 4c317d8858
commit b05e19b1ca
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@ -10917,9 +10917,9 @@
}
},
"webpack": {
"version": "4.29.2",
"resolved": "https://registry.npmjs.org/webpack/-/webpack-4.29.2.tgz",
"integrity": "sha512-CIImg29B6IcIsQwxZJ6DtWXR024wX6vHfU8fB1UDxtSiEY1gwoqE1uSAi459vBOJuIYshu4BwMI7gxjVUqXPUg==",
"version": "4.29.3",
"resolved": "https://registry.npmjs.org/webpack/-/webpack-4.29.3.tgz",
"integrity": "sha512-xPJvFeB+8tUflXFq+OgdpiSnsCD5EANyv56co5q8q8+YtEasn5Sj3kzY44mta+csCIEB0vneSxnuaHkOL2h94A==",
"dev": true,
"requires": {
"@webassemblyjs/ast": "1.7.11",

View File

@ -155,7 +155,7 @@
"tar": "4.4.8",
"uglify-js": "3.4.9",
"underscore": "1.9.1",
"webpack": "4.29.2",
"webpack": "4.29.3",
"zeros": "1.0.0"
},
"main": "./index",