From 71aa778483e8d4f035da1d8bf08b00f4d407cdc6 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 1 Dec 2025 07:24:33 +0000 Subject: [PATCH] fix: frontend/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-NODEFORGE-14114940 - https://snyk.io/vuln/SNYK-JS-NODEFORGE-14125745 - https://snyk.io/vuln/SNYK-JS-NODEFORGE-14125097 --- 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",