From de1af547a9f3ef48387ccccd2eacf53d0e6ed859 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 26 Jan 2026 06:56:42 +0000 Subject: [PATCH] fix: frontend/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-TAR-15038581 - https://snyk.io/vuln/SNYK-JS-ELLIPTIC-14908844 --- 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",