From 9d8205bad6296bf9b0974d834dabdef94e4b996d Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 28 Dec 2020 22:57:08 +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 c506c14..f426620 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,7 @@ "redux-logger": "^3.0.6", "redux-thunk": "^2.3.0", "uuid": "^3.3.2", - "webpack": "^4.14.0", + "webpack": "^5.0.0", "webpack-cli": "^3.0.8", "webpack-dev-server": "^3.1.4" },