From 0b3c742d4a241a59bcba55fd26f91329f9afbce1 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 3 Jul 2024 08:50:23 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-ASYNC-7414156 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 4c570aa6..10b3b3a2 100644 --- a/package.json +++ b/package.json @@ -39,7 +39,7 @@ "react-router": "^4.2.0", "react-router-dom": "^4.2.2", "react-router-redux": "^5.0.0-alpha.9", - "react-scripts": "3.4.4", + "react-scripts": "5.0.0", "react-textarea-autosize": "^7.0.4", "recompose": "^0.30.0", "redux": "^3.7.2",