From 8cd1cceb978f71393d24eb31a3040a1adb70d010 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 3 Jan 2026 11:36:17 +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 fd29fc13c..373745ca6 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,7 @@ "dependencies": { "react": "16.13.1", "react-dom": "16.13.1", - "react-scripts": "3.4.1" + "react-scripts": "4.0.0" }, "devDependencies": { "@apollo/react-common": "3.1.4",