From 90115ac95b384b8720d40a41fe31b5df79618454 Mon Sep 17 00:00:00 2001
From: snyk-bot <snyk-bot@snyk.io>
Date: Tue, 18 Jun 2024 04:06:47 +0000
Subject: [PATCH] fix: package.json to reduce vulnerabilities

The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-JS-WS-7266574
---
 package.json | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package.json b/package.json
index f228bd8..49047b0 100644
--- a/package.json
+++ b/package.json
@@ -13,7 +13,7 @@
         "react-dom": "^16.12.0",
         "react-redux": "^7.1.3",
         "react-router-dom": "^5.1.2",
-        "react-scripts": "^3.3.0",
+        "react-scripts": "^5.0.0",
         "redux": "^4.0.4",
         "redux-dynamic-modules": "^5.2.0",
         "redux-dynamic-modules-saga": "^5.2.0",