From d344ee17473a5685cdc4faeee0217b675a6a67b1 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 20 Jan 2026 08:18:22 +0000 Subject: [PATCH] fix: client/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-ELLIPTIC-14908844 --- client/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/package.json b/client/package.json index aadc848..bf197c1 100644 --- a/client/package.json +++ b/client/package.json @@ -10,7 +10,7 @@ "react-dom": "^16.8.6", "react-redux": "7.0.1", "react-router-dom": "5.0.0", - "react-scripts": "3.0.1", + "react-scripts": "5.0.0", "reactstrap": "^8.0.1", "redux": "4.0.1", "redux-thunk": "2.3.0",