diff options
author | Vitaly Takmazov | 2019-07-29 09:44:25 +0300 |
---|---|---|
committer | Vitaly Takmazov | 2019-07-29 09:44:25 +0300 |
commit | e0eb8d9acf76bb7f784a57cb769c2378b1cabd1a (patch) | |
tree | d90302742d932dde87954bac75cace0c94ed84f6 | |
parent | 7ade46b2bab12daf347b1aad2f621ccd01768330 (diff) |
Update deps
-rw-r--r-- | package.json | 2 | ||||
-rw-r--r-- | yarn.lock | 8 |
2 files changed, 5 insertions, 5 deletions
diff --git a/package.json b/package.json index 5e0c11f0..24a18190 100644 --- a/package.json +++ b/package.json @@ -41,7 +41,7 @@ "stylelint-config-standard": "^18.3.0", "terser-webpack-plugin": "^1.3.0", "url-loader": "^2.1.0", - "webpack": "^4.37.0", + "webpack": "^4.38.0", "webpack-cli": "^3.3.6" }, "dependencies": { @@ -7199,10 +7199,10 @@ webpack-sources@^1.3.0: source-list-map "^2.0.0" source-map "~0.6.1" -webpack@^4.37.0: - version "4.37.0" - resolved "https://registry.yarnpkg.com/webpack/-/webpack-4.37.0.tgz#3508ef10f7996612c2be6026076d89760f776f54" - integrity sha512-iJPPvL7XpbcbwOthbzpa2BSPlmGp8lGDokAj/LdWtK80rsPoPOdANSbDBf2GAVLKZD3GhCuQ/gGkgN9HWs0Keg== +webpack@^4.38.0: + version "4.38.0" + resolved "https://registry.yarnpkg.com/webpack/-/webpack-4.38.0.tgz#6d77108404b08883c78f4e7e45a43c4e5c47c931" + integrity sha512-lbuFsVOq8PZY+1Ytz/mYOvYOo+d4IJ31hHk/7iyoeWtwN33V+5HYotSH+UIb9tq914ey0Hot7z6HugD+je3sWw== dependencies: "@webassemblyjs/ast" "1.8.5" "@webassemblyjs/helper-module-context" "1.8.5" |