From 1b408413fc20b70bb47357590d5fffa2481b2011 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 7 Jun 2024 08:08:44 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-BRACES-6838727 - https://snyk.io/vuln/SNYK-JS-MICROMATCH-6838728 - https://snyk.io/vuln/SNYK-JS-TOUGHCOOKIE-5672873 - https://snyk.io/vuln/SNYK-JS-UNSETVALUE-2400660 - https://snyk.io/vuln/SNYK-JS-REQUEST-3361831 --- 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",