From 02fd476a32dbfcc7973a66ecadeb071c4c704534 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 21 Jun 2023 15:23:30 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-SEMVER-3247795 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 29631d1..f844c79 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,7 @@ "react-dom": "^16.13.1", "react-router": "^4.3.1", "react-router-dom": "^4.3.1", - "react-scripts": "^4.0.3" + "react-scripts": "^5.0.0" }, "devDependencies": { "gh-pages": "^2.2.0"