From a7d4df1cc36e805938e8d481a9c39b2352634b97 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 22 Mar 2024 19:29:51 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-WEBPACKDEVMIDDLEWARE-6476555 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index f80609f..d06c269 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,7 @@ "dependencies": { "react": "18.2.0", "react-dom": "18.2.0", - "react-scripts": "4.0.0" + "react-scripts": "5.0.0" }, "devDependencies": { "@babel/runtime": "7.13.8",