From 558c5511470c5e10c65cb78a1eed6ea5d603f634 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 17 Sep 2024 10:31:42 +0000 Subject: [PATCH] fix: site/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - 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 --- site/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/package.json b/site/package.json index d65acad..be08c2b 100644 --- a/site/package.json +++ b/site/package.json @@ -11,7 +11,7 @@ "react-dom": "^16.13.1", "react-hash-handler": "^0.1.11", "react-indicators": "^0.3.14", - "react-scripts": "^3.4.3", + "react-scripts": "^5.0.0", "react-scroll-trigger": "^0.6.3", "react-target-scroller": "^0.1.14", "react-timecode": "^1.1.22",