From 0b8d20bcf7d0b5c9bcc9bb385c3f6ac511c974e0 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 29 Aug 2024 03:20:22 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-MICROMATCH-6838728 - https://snyk.io/vuln/SNYK-JS-UNSETVALUE-2400660 - 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 abf7a32..8dc3f0b 100644 --- a/package.json +++ b/package.json @@ -9,7 +9,7 @@ "react": "^16.5.2", "react-app-polyfill": "^1.0.1", "react-dom": "^16.5.2", - "react-scripts": "3.4.1" + "react-scripts": "4.0.0" }, "scripts": { "start": "react-app-rewired start",