From 0ef40d6c738a66d3438936c674edde523778c9e3 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 14 Aug 2025 23:07:59 +0000 Subject: [PATCH] fix: site/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-TMP-11501554 - https://snyk.io/vuln/SNYK-JS-BRACES-6838727 - https://snyk.io/vuln/SNYK-JS-INFLIGHT-6095116 - https://snyk.io/vuln/SNYK-JS-UNSETVALUE-2400660 - https://snyk.io/vuln/SNYK-JS-MICROMATCH-6838728 --- site/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/package.json b/site/package.json index d65acad..b7582aa 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": "^4.0.0", "react-scroll-trigger": "^0.6.3", "react-target-scroller": "^0.1.14", "react-timecode": "^1.1.22",