From 758b4567cb5bdc2a6fc529a803cce6039402f458 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 24 Oct 2024 06:16:05 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-ELLIPTIC-8187303 --- 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" },