From 8c30faeebaa7e8a0cdb943d53ff4157019fd237f Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 29 Nov 2025 12:20:43 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-NODEFORGE-14114940 - https://snyk.io/vuln/SNYK-JS-NODEFORGE-14125745 - https://snyk.io/vuln/SNYK-JS-NODEFORGE-14125097 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index fd29fc13c..f417579f4 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": "5.0.0" }, "devDependencies": { "@apollo/react-common": "3.1.4",