From 97c26323e71d35c992030bbafd17c85a9c5e0fab Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 23 Jan 2026 10:20:58 +0000 Subject: [PATCH] fix: client/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-TAR-15038581 - https://snyk.io/vuln/SNYK-JS-DIFF-14917201 - 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 e00e2b8..a07507a 100644 --- a/client/package.json +++ b/client/package.json @@ -12,7 +12,7 @@ "react-moment": "^0.8.4", "react-redux": "^6.0.0", "react-router-dom": "^4.3.1", - "react-scripts": "2.1.3", + "react-scripts": "5.0.0", "redux": "^4.0.1", "redux-thunk": "^2.3.0" },