diff options
Diffstat (limited to 'vnext')
-rw-r--r-- | vnext/package.json | 2 | ||||
-rw-r--r-- | vnext/yarn.lock | 8 |
2 files changed, 5 insertions, 5 deletions
diff --git a/vnext/package.json b/vnext/package.json index 7c6a4494..ce1a43dd 100644 --- a/vnext/package.json +++ b/vnext/package.json @@ -45,7 +45,7 @@ "react-router-prop-types": "^1.0.4", "react-test-renderer": "^16.5.2", "style-loader": "^0.23.1", - "webpack": "^4.21.0", + "webpack": "^4.22.0", "webpack-cli": "^3.1.2", "webpack-dev-server": "^3.1.9" }, diff --git a/vnext/yarn.lock b/vnext/yarn.lock index 36a985f0..8377535c 100644 --- a/vnext/yarn.lock +++ b/vnext/yarn.lock @@ -9062,10 +9062,10 @@ webpack-sources@^1.3.0: source-list-map "^2.0.0" source-map "~0.6.1" -webpack@^4.21.0: - version "4.21.0" - resolved "https://registry.yarnpkg.com/webpack/-/webpack-4.21.0.tgz#bd03605c0f48c0d4aaaef78ead2769485e5afd92" - integrity sha512-CGBeop4AYR0dcmk9Afl33qQULwTHQCXQPAIBTHMJoy9DpY8FPUDna/NUlAGTr5o5y9QC901Ww3wCY4wNo1X9Lw== +webpack@^4.22.0: + version "4.22.0" + resolved "https://registry.yarnpkg.com/webpack/-/webpack-4.22.0.tgz#b168111e2e7b05f5169ac484e79e62093ec39e0d" + integrity sha512-2+3EYFqyhPl12buLQ42QPHEEh8BHn3P9ipRvGRHhdfKJ1u9svhZ3QjhIoEdL5SeIhL5gfOZVbBnartYEabkEsg== dependencies: "@webassemblyjs/ast" "1.7.8" "@webassemblyjs/helper-module-context" "1.7.8" |