From 998e7f7b54c61993a2e166283dd335a436af89b4 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 28 May 2024 23:23:01 +0000 Subject: [PATCH] fix: client/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-IP-7148531 --- client/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/package.json b/client/package.json index e00e2b8..a07507a 100644 --- a/client/package.json +++ b/client/package.json @@ -12,7 +12,7 @@ "react-moment": "^0.8.4", "react-redux": "^6.0.0", "react-router-dom": "^4.3.1", - "react-scripts": "2.1.3", + "react-scripts": "5.0.0", "redux": "^4.0.1", "redux-thunk": "^2.3.0" },