From 7c559e65da3eae9982b4f8dac9ae63c6788cb3d2 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 5 Jan 2026 10:14:50 +0000 Subject: [PATCH] fix: client/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-QS-14724253 --- client/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/package.json b/client/package.json index 383ef44..e1fc8b0 100644 --- a/client/package.json +++ b/client/package.json @@ -30,7 +30,7 @@ "react-responsive-carousel": "^3.2.10", "react-router": "^5.1.2", "react-router-dom": "^5.2.0", - "react-scripts": "2.1.1", + "react-scripts": "4.0.0", "react-switch": "^6.0.0", "react-toastify": "^6.2.0", "reactstrap": "^8.4.1",