From bbc942959be7183c0e78c603eb7b36e61957ffb1 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 17 Nov 2025 07:50:52 +0000 Subject: [PATCH] fix: frontend/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-BRACES-6838727 - https://snyk.io/vuln/SNYK-JS-INFLIGHT-6095116 - https://snyk.io/vuln/SNYK-JS-JSYAML-13961110 - https://snyk.io/vuln/SNYK-JS-UNSETVALUE-2400660 - https://snyk.io/vuln/SNYK-JS-MICROMATCH-6838728 --- frontend/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/package.json b/frontend/package.json index fa205d0..a840ebe 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -9,7 +9,7 @@ "react-admin": "^3.5.2", "react-dom": "^16.13.1", "react-router-dom": "^5.1.2", - "react-scripts": "4.0.0", + "react-scripts": "5.0.0", "react-truncate": "^2.4.0", "standard": "^16.0.4", "jwt-decode": "^3.0.0",