From 8cca4d75cce1890de4b4431d43f1c36b3c84079e Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 14 Mar 2021 22:29:20 +0000 Subject: [PATCH] fix: lib/core/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-SSRI-1085630 --- lib/core/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/core/package.json b/lib/core/package.json index d0b0e1eea0fb..4209da3cc85f 100644 --- a/lib/core/package.json +++ b/lib/core/package.json @@ -123,7 +123,7 @@ "unfetch": "^4.1.0", "url-loader": "^4.0.0", "util-deprecate": "^1.0.2", - "webpack": "^4.43.0", + "webpack": "^5.0.0", "webpack-dev-middleware": "^3.7.0", "webpack-hot-middleware": "^2.25.0", "webpack-virtual-modules": "^0.2.2"