From fc39d8ebf16ad46349b75769abbfbb76326dec4f Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 10 Sep 2024 09:56:37 +0000 Subject: [PATCH] fix: ui/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-PATHTOREGEXP-7925106 --- 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",