Bump webpack from 4.29.2 to 4.29.3

Bumps [webpack](https://github.com/webpack/webpack) from 4.29.2 to 4.29.3.
- [Release notes](https://github.com/webpack/webpack/releases)
- [Commits](https://github.com/webpack/webpack/compare/v4.29.2...v4.29.3)

Signed-off-by: dependabot[bot] <support@dependabot.com>
This commit is contained in:
dependabot[bot] 2019-02-07 08:48:23 +00:00 committed by dependabot[bot]
parent 0d89fa9585
commit 0eb42c0952
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

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

View File

@ -76,7 +76,7 @@
"stylelint-scss": "^3.5.3", "stylelint-scss": "^3.5.3",
"uglifyjs-3-webpack-plugin": "^1.2.4", "uglifyjs-3-webpack-plugin": "^1.2.4",
"unfetch": "^3.0.0", "unfetch": "^3.0.0",
"webpack": "^4.29.2", "webpack": "^4.29.3",
"webpack-cli": "^3.2.3", "webpack-cli": "^3.2.3",
"webpack-manifest-plugin": "^2.0.4" "webpack-manifest-plugin": "^2.0.4"
}, },