From e48a2dfb5ff265d757a34250312c645d975f7373 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 4 May 2024 02:30:04 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-GLOBPARENT-1016905 - https://snyk.io/vuln/SNYK-JS-INFLIGHT-6095116 - https://snyk.io/vuln/SNYK-JS-NTHCHECK-1586032 - 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 153d751..3c463e5 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,7 @@ "history": "4.7.2", "react": "^17.0.2", "react-dom": "^17.0.2", - "react-scripts": "3.2.0" + "react-scripts": "5.0.0" }, "scripts": { "start": "react-scripts start",