From cdd792b3d49b634165e856a5ee38c25d6a46a379 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 24 Jan 2026 10:31:17 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-ELLIPTIC-14908844 - https://snyk.io/vuln/SNYK-JS-BRACES-6838727 - https://snyk.io/vuln/SNYK-JS-INFLIGHT-6095116 - https://snyk.io/vuln/SNYK-JS-UNSETVALUE-2400660 - https://snyk.io/vuln/SNYK-JS-MICROMATCH-6838728 --- 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",