From b1739a4adcdbdbc79939438a4d73b1b9577d28d2 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 22 Mar 2024 21:34:47 +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 96e332a..7d7e427 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,7 @@ "react-quill": "^2.0.0", "react-redux": "7.2.6", "react-router-dom": "6.0.1", - "react-scripts": "^5.0.1", + "react-scripts": "^5.0.0", "redux": "4.1.2", "redux-devtools-extension": "2.13.9", "sass": "1.43.4",