From e0dc7b525310fac293c139ae3674a34df58c2e0a Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 27 Jun 2023 08:14:32 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-NODEFORGE-2430341 - https://snyk.io/vuln/SNYK-JS-NTHCHECK-1586032 - https://snyk.io/vuln/SNYK-JS-POSTCSS-1090595 - https://snyk.io/vuln/SNYK-JS-POSTCSS-1255640 - https://snyk.io/vuln/SNYK-JS-REACTDEVUTILS-1083268 - https://snyk.io/vuln/SNYK-JS-SEMVER-3247795 - https://snyk.io/vuln/SNYK-JS-SHELLQUOTE-1766506 --- 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",