From b1197db2fb23350b2c734d4479c7615cc6d36fc9 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 19 Oct 2024 06:30:18 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-ELLIPTIC-8187303 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index e040320e..50023559 100644 --- a/package.json +++ b/package.json @@ -44,7 +44,7 @@ "react-redux": "^7.2.4", "react-router": "^5.2.0", "react-router-dom": "^5.2.0", - "react-scripts": "^4.0.2", + "react-scripts": "^5.0.0", "react-svg-pan-zoom": "^2.16.1", "redux": "^4.1.0", "redux-devtools-extension": "^2.13.9",