From 517a55da8ef7810bdaa012c2def41817407b6cfe Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 10 Sep 2024 09:05:26 +0000 Subject: [PATCH] fix: packages/app/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-PATHTOREGEXP-7925106 --- packages/app/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/app/package.json b/packages/app/package.json index ec3d8b2eaa5..49702b56181 100644 --- a/packages/app/package.json +++ b/packages/app/package.json @@ -216,7 +216,7 @@ "react-motion": "^0.5.0", "react-outside-click-handler": "^1.2.3", "react-refresh": "0.9.0", - "react-router-dom": "^5.2.0", + "react-router-dom": "^6.0.0", "react-show": "^3.0.4", "react-split-pane": "^0.1.87", "react-spring": "^8.0.25",