From d600f3b4206e209a2693ff3da89ae4c83d8f36bd Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 15 Jan 2024 19:32:23 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-INFLIGHT-6095116 - https://snyk.io/vuln/SNYK-JS-REQUEST-3361831 - https://snyk.io/vuln/SNYK-JS-TOUGHCOOKIE-5672873 - https://snyk.io/vuln/SNYK-JS-UNSETVALUE-2400660 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 3d1417e..55d9133 100644 --- a/package.json +++ b/package.json @@ -57,7 +57,7 @@ "react-meteor-hooks": "^0.3.1", "react-router": "^4.3.1", "react-router-dom": "^4.3.1", - "react-scripts": "^3.4.3", + "react-scripts": "^5.0.0", "react-table": "^7.0.0-alpha.30", "simpl-schema": "^1.5.5", "styled-components": "^4.3.2",