From 6cab7bce4092c5a979e5e430f6724e16d25b7e66 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 22 Sep 2025 04:42:13 +0000 Subject: [PATCH] fix: demo/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-IP-12704893 - https://snyk.io/vuln/SNYK-JS-IP-12761655 --- demo/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/demo/package.json b/demo/package.json index c71f2e96..0dbf124b 100644 --- a/demo/package.json +++ b/demo/package.json @@ -17,7 +17,7 @@ "react": "^16.10.1", "react-dom": "^16.10.1", "react-error-boundary": "^1.2.5", - "react-scripts": "3.4.0" + "react-scripts": "5.0.0" }, "scripts": { "start": "react-scripts start",