From 313f2da3b652264a325519a13a85c9443590ed84 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 8 Jun 2022 02:41:59 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-ANSIREGEX-1583908 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index ae903dd..4a98d5a 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "react": "^16.13.1", "react-dom": "^16.13.1", "react-redux": "^7.1.3", - "react-scripts": "3.4.1" + "react-scripts": "5.0.0" }, "scripts": { "start": "react-scripts start",