From 7b34d931630e888e0af9175425c5d01bc92949b2 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 6 Feb 2025 07:52:36 +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 - https://snyk.io/vuln/SNYK-JS-BRACES-6838727 - https://snyk.io/vuln/SNYK-JS-INFLIGHT-6095116 - https://snyk.io/vuln/SNYK-JS-MICROMATCH-6838728 - https://snyk.io/vuln/SNYK-JS-UNSETVALUE-2400660 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index be02a30..8d7443e 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,7 @@ "react-redux": "^7.2.4", "react-router-dom": "^5.2.0", "react-router-transition": "^2.0.0", - "react-scripts": "^4.0.0", + "react-scripts": "^5.0.0", "reactstrap": "^8.4.0", "snyk": "^1.606.0", "styled-components": "^5.3.0",