From e7f6a13423d6ec1b54dfb7afc08789e3f71cdf00 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 27 Jul 2025 09:25:18 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-FORMDATA-10841150 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index ae903dd..a2f215b 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "react": "^16.13.1", "react-dom": "^16.13.1", "react-redux": "^7.1.3", - "react-scripts": "3.4.1" + "react-scripts": "4.0.0" }, "scripts": { "start": "react-scripts start",