From d2fa226234438b05c6e519292f3b949c553de04f Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 13 May 2024 18:59:51 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-BRACES-6838727 - https://snyk.io/vuln/SNYK-JS-MICROMATCH-6838728 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 7ff4345..29a8eb6 100644 --- a/package.json +++ b/package.json @@ -45,7 +45,7 @@ "react-redux": "^7.2.2", "react-router": "^5.2.0", "react-router-dom": "^5.2.0", - "react-scripts": "4.0.1", + "react-scripts": "5.0.0", "react-scroll": "^1.8.1", "redux": "^4.0.5", "redux-devtools-extension": "^2.13.8",