From a41ac8f0dd297565f0e2c0c94eaf9a950f6d62e9 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 1 Dec 2025 08:29:18 +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 be9a0a5..7000eac 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "dependencies": { "react": "^16.2.0", "react-dom": "^16.2.0", - "react-scripts": "1.1.1" + "react-scripts": "5.0.0" }, "scripts": { "start": "react-scripts start",