From 23143bd7025a0f77e095859494091ad15f9dd6f3 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 30 Jul 2025 10:20:32 +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 - https://snyk.io/vuln/SNYK-JS-BRACES-6838727 - https://snyk.io/vuln/SNYK-JS-REQUEST-3361831 - https://snyk.io/vuln/SNYK-JS-TOUGHCOOKIE-5672873 - https://snyk.io/vuln/SNYK-JS-INFLIGHT-6095116 - https://snyk.io/vuln/SNYK-JS-MICROMATCH-6838728 - https://snyk.io/vuln/SNYK-JS-UNSETVALUE-2400660 --- frontend/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/package.json b/frontend/package.json index b390c8df2..4718c5285 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": "5.0.0", "react-super-select": "^1.0.20", "react-test-renderer": "^16.7.0", "react-textarea-autosize": "^7.1.0",