From 51e77566509b13a9f5b47597f581e91027e440b0 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 14 Jan 2026 09:05:25 +0000 Subject: [PATCH] fix: tools/challenge-editor/client/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-REMIXRUNROUTER-14908530 - https://snyk.io/vuln/SNYK-JS-REACTROUTER-14908286 - https://snyk.io/vuln/SNYK-JS-REMIXRUNROUTER-14908287 --- tools/challenge-editor/client/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/challenge-editor/client/package.json b/tools/challenge-editor/client/package.json index 9393fd2efee3ff..4e65095af4fc8f 100644 --- a/tools/challenge-editor/client/package.json +++ b/tools/challenge-editor/client/package.json @@ -7,7 +7,7 @@ "codemirror": "5.65.16", "react": "17.0.2", "react-dom": "17.0.2", - "react-router-dom": "6.18.0", + "react-router-dom": "6.30.3", "typescript": "5.2.2", "vite": "4.5.2" },