From 93e0b7ae47dd3fc87501d2a35be76aac4be50edc Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 11 Jan 2026 07:17:36 +0000 Subject: [PATCH] fix: ui/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-REACTROUTER-14908286 --- ui/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/package.json b/ui/package.json index ba871176..75f7895e 100644 --- a/ui/package.json +++ b/ui/package.json @@ -35,7 +35,7 @@ "react": "^17.0.2", "react-dom": "^17.0.2", "react-octadground": "^1.6.2", - "react-router-dom": "^5.3.2" + "react-router-dom": "^6.30.2" }, "devDependencies": { "@babel/core": "7.19.6",