From 131af7491033256ee58d474cef9d25ff4fea5981 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 29 Dec 2020 06:59:23 +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 21f9796040..d37c7a7f9c 100644 --- a/package.json +++ b/package.json @@ -82,7 +82,7 @@ "react-transition-group": "^4.3.0", "style-loader": "^0.23.1", "unfetch": "^3.0.0", - "webpack": "^4.30.0", + "webpack": "^5.0.0", "webpack-cli": "^3.3.1", "webpack-dev-server": "^3.3.1" },