From 563bfb3372dc96639f31ee2480d8e755edf1e47a Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 4 Jan 2026 10:58:03 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-QS-14724253 --- 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",