From 1160dc9718a15d103f1ca1c34961e122e98321c3 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 10 Sep 2024 08:34:24 +0000 Subject: [PATCH] fix: frontend/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-PATHTOREGEXP-7925106 --- frontend/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/package.json b/frontend/package.json index 130f0dfce..b12bed1ae 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -42,7 +42,7 @@ "react-lazylog": "^4.5.3", "react-lottie": "^1.2.3", "react-markdown": "^8.0.3", - "react-router-dom": "5.2.0", + "react-router-dom": "6.0.0", "react-syntax-highlighter": "^15.5.0", "react-table": "^7.7.0", "remark-gfm": "^3.0.1",