From 7675a6f785d9329bbba64967d07b4b1589471fb5 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 23 Jul 2025 08:47:54 +0000 Subject: [PATCH] fix: frontend/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-FORMDATA-10841150 --- frontend/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/package.json b/frontend/package.json index b390c8df2..b509e6914 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -26,7 +26,7 @@ "react-redux": "^6.0.1", "react-router": "^4.3.1", "react-router-dom": "^4.3.1", - "react-scripts": "3.0.1", + "react-scripts": "4.0.0", "react-super-select": "^1.0.20", "react-test-renderer": "^16.7.0", "react-textarea-autosize": "^7.1.0",