From cfb6ffb5771ae16c7a291318235fd90b7a38fd60 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 20 Nov 2025 09:03:46 +0000 Subject: [PATCH] fix: client/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-JSYAML-13961110 --- client/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/package.json b/client/package.json index 593d200..05c4d82 100644 --- a/client/package.json +++ b/client/package.json @@ -12,7 +12,7 @@ "react-dom": "^16.7.0", "react-redux": "^7.2.2", "react-router-dom": "^5.2.0", - "react-scripts": "2.1.2", + "react-scripts": "2.1.4", "redux": "^4.0.5" }, "scripts": {