diff options
-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 7547a7e9..59a372c5 100644 --- a/vnext/package.json +++ b/vnext/package.json @@ -47,7 +47,7 @@ "stylelint": "^9.10.1", "stylelint-config-standard": "^18.2.0", "terser-webpack-plugin": "^1.2.2", - "webpack": "^4.29.2", + "webpack": "^4.29.3", "webpack-cli": "^3.2.3", "webpack-dev-server": "^3.1.14" }, diff --git a/vnext/yarn.lock b/vnext/yarn.lock index b5bd25da..17519427 100644 --- a/vnext/yarn.lock +++ b/vnext/yarn.lock @@ -10047,10 +10047,10 @@ webpack-sources@^1.1.0, webpack-sources@^1.3.0: source-list-map "^2.0.0" source-map "~0.6.1" -webpack@^4.29.2: - version "4.29.2" - resolved "https://registry.yarnpkg.com/webpack/-/webpack-4.29.2.tgz#1afb23db2ebc56403bdedb8915a628b17a4c2ccb" - integrity sha512-CIImg29B6IcIsQwxZJ6DtWXR024wX6vHfU8fB1UDxtSiEY1gwoqE1uSAi459vBOJuIYshu4BwMI7gxjVUqXPUg== +webpack@^4.29.3: + version "4.29.3" + resolved "https://registry.yarnpkg.com/webpack/-/webpack-4.29.3.tgz#e0b406a7b4201ed5e4fb4f84fd7359f9a7db4647" + integrity sha512-xPJvFeB+8tUflXFq+OgdpiSnsCD5EANyv56co5q8q8+YtEasn5Sj3kzY44mta+csCIEB0vneSxnuaHkOL2h94A== dependencies: "@webassemblyjs/ast" "1.7.11" "@webassemblyjs/helper-module-context" "1.7.11" |