From 0c41d2169742f8aeda6c3f1f583c63dee895f6cd Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 27 Jul 2026 09:16:50 +0000 Subject: [PATCH] fix: gui/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-REACTROUTER-18313144 --- gui/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gui/package.json b/gui/package.json index 87bc397af2e..8d0a8a0b388 100644 --- a/gui/package.json +++ b/gui/package.json @@ -59,7 +59,7 @@ "react-markdown": "^9.0.1", "react-redux": "^8.0.5", "react-remark": "^2.1.0", - "react-router-dom": "^6.30.3", + "react-router-dom": "^7.18.0", "react-switch": "^7.0.0", "react-syntax-highlighter": "^16.1.1", "react-tooltip": "^5.18.0",