From 7d93d973269a25445e0d0fde7dc95b90598c8d2a Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 5 Oct 2024 00:31:55 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-REQUEST-3361831 - https://snyk.io/vuln/SNYK-JS-TOUGHCOOKIE-5672873 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 153d751..3c463e5 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,7 @@ "history": "4.7.2", "react": "^17.0.2", "react-dom": "^17.0.2", - "react-scripts": "3.2.0" + "react-scripts": "5.0.0" }, "scripts": { "start": "react-scripts start",