From f4fae027a28eadb74db2adf628e6e55dd294d4bb Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 18 May 2025 05:06:19 +0000 Subject: [PATCH] fix: ui/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-BABELRUNTIME-10044504 --- ui/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/package.json b/ui/package.json index ba871176..3c3cb912 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.0.0" }, "devDependencies": { "@babel/core": "7.19.6",