chore(deps): update dependency webpack to v4.18.1

This commit is contained in:
Renovate Bot 2018-09-13 10:31:45 +00:00
parent e3a000ead3
commit 95a2580b6e
No known key found for this signature in database
GPG key ID: 30DC19D6846E13FA
2 changed files with 9 additions and 5 deletions

View file

@ -105,7 +105,7 @@
"stylelint-config-standard": "18.2.0",
"textcomplete": "0.17.1",
"undate": "0.3.0",
"webpack": "4.18.0",
"webpack": "4.18.1",
"webpack-cli": "3.1.0",
"webpack-dev-server": "3.1.8"
}

View file

@ -7216,6 +7216,10 @@ tapable@^1.0.0:
version "1.0.0"
resolved "https://registry.yarnpkg.com/tapable/-/tapable-1.0.0.tgz#cbb639d9002eed9c6b5975eb20598d7936f1f9f2"
tapable@^1.1.0:
version "1.1.0"
resolved "https://registry.yarnpkg.com/tapable/-/tapable-1.1.0.tgz#0d076a172e3d9ba088fd2272b2668fb8d194b78c"
tar@^4:
version "4.4.6"
resolved "https://registry.yarnpkg.com/tar/-/tar-4.4.6.tgz#63110f09c00b4e60ac8bcfe1bf3c8660235fbc9b"
@ -7842,9 +7846,9 @@ webpack-sources@^1.1.0, webpack-sources@^1.2.0:
source-list-map "^2.0.0"
source-map "~0.6.1"
webpack@4.18.0:
version "4.18.0"
resolved "https://registry.yarnpkg.com/webpack/-/webpack-4.18.0.tgz#7dafaaf309c12e63080d3960fba7ed94afdcbe84"
webpack@4.18.1:
version "4.18.1"
resolved "https://registry.yarnpkg.com/webpack/-/webpack-4.18.1.tgz#029042c815443fce23424de1548d9317cfca148a"
dependencies:
"@webassemblyjs/ast" "1.7.6"
"@webassemblyjs/helper-module-context" "1.7.6"
@ -7866,7 +7870,7 @@ webpack@4.18.0:
neo-async "^2.5.0"
node-libs-browser "^2.0.0"
schema-utils "^0.4.4"
tapable "^1.0.0"
tapable "^1.1.0"
uglifyjs-webpack-plugin "^1.2.4"
watchpack "^1.5.0"
webpack-sources "^1.2.0"