From 491de2ccf5f08f40895782cf4b8a22edb5c052a9 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 12 Feb 2024 03:43:44 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-IP-6240864 --- 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",