From e1f9d70291d2ad28e0baac60abc1fa5eaf5b9a3a Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 11 Feb 2025 22:52:03 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-ELLIPTIC-8187303 - https://snyk.io/vuln/SNYK-JS-BRACES-6838727 - https://snyk.io/vuln/SNYK-JS-REQUEST-3361831 - https://snyk.io/vuln/SNYK-JS-TOUGHCOOKIE-5672873 - https://snyk.io/vuln/SNYK-JS-INFLIGHT-6095116 - https://snyk.io/vuln/SNYK-JS-MICROMATCH-6838728 - https://snyk.io/vuln/SNYK-JS-UNSETVALUE-2400660 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 3d1417e..1106f2e 100644 --- a/package.json +++ b/package.json @@ -48,7 +48,7 @@ "history": "^4.9.0", "invariant": "^2.2.4", "match-sorter": "^4.0.1", - "meteor-node-stubs": "^0.3.3", + "meteor-node-stubs": "^1.2.8", "mui-datatables": "^2.4.0", "proptypes": "^1.1.0", "react": "^16.8.6", @@ -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",