From e1a3c42009c005786b27a3696129b83d2b758f42 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 9 Jan 2024 14:14:53 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-SERIALIZEJAVASCRIPT-6147607 --- 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",