From 5ad31bca6795a331e9ca637a2914488020f2a041 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 29 Dec 2020 07:04:22 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-CACHEBASE-1054631 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 4a82de56e1..cfff031f1e 100644 --- a/package.json +++ b/package.json @@ -114,7 +114,7 @@ "yargs": "^15.4.1", "virtual-module-webpack-plugin": "^0.4.1", "web-webpack-plugin": "^4.6.7", - "webpack": "^4.43.0", + "webpack": "^5.0.0", "webpack-bundle-analyzer": "^3.8.0", "webpack-cli": "^3.3.12", "webpack-entry-plus": "^1.0.18",