From fd500c4d8866144cbb8687624b455b9c470c0b12 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 22 Sep 2025 06:09:55 +0000 Subject: [PATCH] fix: frontend/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-IP-12704893 - https://snyk.io/vuln/SNYK-JS-IP-12761655 --- 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",