From a1a80dff4669f2b8af49d219d1d083c8e61c89b0 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 29 May 2024 03:59:41 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-IP-7148531 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 84d59a3..c8f0ee4 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "react-dom": "^17.0.2", "react-redux": "^7.2.5", "react-router-dom": "^5.3.0", - "react-scripts": "4.0.3", + "react-scripts": "5.0.0", "redux": "^4.1.1", "redux-devtools-extension": "^2.13.9", "redux-thunk": "^2.3.0",