From 571a242f7ac30fb4dcac9c7a41de925ada4cd8f1 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 25 Jan 2026 12:04:53 +0000 Subject: [PATCH] fix: frontend/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-ELLIPTIC-14908844 --- frontend/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/package.json b/frontend/package.json index 3d16fbf4f..1f546f619 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -36,7 +36,7 @@ "redux": "^3.6.0", "redux-logger": "^3.0.1", "redux-thunk": "^2.2.0", - "webpack": "^3.10.0" + "webpack": "^5.0.0" }, "devDependencies": { "babel-core": "^6.24.1",