Bump webpack from 4.30.0 to 4.31.0

Bumps [webpack](https://github.com/webpack/webpack) from 4.30.0 to 4.31.0.
- [Release notes](https://github.com/webpack/webpack/releases)
- [Commits](https://github.com/webpack/webpack/compare/v4.30.0...v4.31.0)

Signed-off-by: dependabot[bot] <support@dependabot.com>
This commit is contained in:
dependabot[bot] 2019-05-09 08:13:50 +00:00 committed by dependabot[bot]
parent 370565ea42
commit 0f0b9bb98c
2 changed files with 8 additions and 7 deletions

13
package-lock.json generated
View File

@ -1943,11 +1943,12 @@
} }
}, },
"assert": { "assert": {
"version": "1.4.1", "version": "1.5.0",
"resolved": "https://registry.npmjs.org/assert/-/assert-1.4.1.tgz", "resolved": "https://registry.npmjs.org/assert/-/assert-1.5.0.tgz",
"integrity": "sha1-mZEtWRg2tab1s0XA8H7vwI/GXZE=", "integrity": "sha512-EDsgawzwoun2CZkCgtxJbv392v4nbk9XDD06zI+kQYoBM/3RBWLlEyJARDOmhAAosBjWACEkKL6S+lIZtcAubA==",
"dev": true, "dev": true,
"requires": { "requires": {
"object-assign": "^4.1.1",
"util": "0.10.3" "util": "0.10.3"
}, },
"dependencies": { "dependencies": {
@ -13389,9 +13390,9 @@
} }
}, },
"webpack": { "webpack": {
"version": "4.30.0", "version": "4.31.0",
"resolved": "https://registry.npmjs.org/webpack/-/webpack-4.30.0.tgz", "resolved": "https://registry.npmjs.org/webpack/-/webpack-4.31.0.tgz",
"integrity": "sha512-4hgvO2YbAFUhyTdlR4FNyt2+YaYBYHavyzjCMbZzgglo02rlKi/pcsEzwCuCpsn1ryzIl1cq/u8ArIKu8JBYMg==", "integrity": "sha512-n6RVO3X0LbbipoE62akME9K/JI7qYrwwufs20VvgNNpqUoH4860KkaxJTbGq5bgkVZF9FqyyTG/0WPLH3PVNJA==",
"dev": true, "dev": true,
"requires": { "requires": {
"@webassemblyjs/ast": "1.8.5", "@webassemblyjs/ast": "1.8.5",

View File

@ -81,7 +81,7 @@
"stylelint-scss": "^3.6.1", "stylelint-scss": "^3.6.1",
"uglifyjs-3-webpack-plugin": "^1.2.4", "uglifyjs-3-webpack-plugin": "^1.2.4",
"unfetch": "^3.0.0", "unfetch": "^3.0.0",
"webpack": "^4.30.0", "webpack": "^4.31.0",
"webpack-cli": "^3.3.2", "webpack-cli": "^3.3.2",
"webpack-manifest-plugin": "^2.0.4" "webpack-manifest-plugin": "^2.0.4"
}, },