From 5585bdd00c5c64bf220e4a0817b0c59844a6a108 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 11 Feb 2024 14:53:09 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-IP-6240864 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 5080f56c..bc213256 100644 --- a/package.json +++ b/package.json @@ -45,7 +45,7 @@ "react-redux": "^7.2.0", "react-router": "^5.2.0", "react-router-dom": "^5.2.0", - "react-scripts": "3.4.1", + "react-scripts": "5.0.0", "react-select": "^5.2.2", "recharts": "^1.8.5", "redux": "^4.0.5",