From d9042e8a9904cc6464d0237d911d67baaffc6673 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 10 Sep 2024 08:55:38 +0000 Subject: [PATCH] fix: dashboard/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-PATHTOREGEXP-7925106 --- dashboard/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dashboard/package.json b/dashboard/package.json index fe4d3b3..08f6c24 100644 --- a/dashboard/package.json +++ b/dashboard/package.json @@ -13,7 +13,7 @@ "react": "latest", "react-decoration": "^2.0.0", "react-dom": "latest", - "react-router-dom": "^4.3.1", + "react-router-dom": "^6.0.0", "react-scripts": "latest", "react-virtualized": "^9.21.0", "recharts": "^1.5.0"