From a1594b12c6369d3de34d4ce473521a8864870912 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 10 Sep 2024 09:52:00 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-PATHTOREGEXP-7925106 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 91018c217..4b067907a 100644 --- a/package.json +++ b/package.json @@ -49,7 +49,7 @@ "react-dom": "16.8.6", "react-is": "16.8.6", "react-redux": "5.1.1", - "react-router-dom": "4.3.1", + "react-router-dom": "6.0.0", "react-scroll": "1.8.1", "react-sticky": "6.0.3", "recharts": "1.8.5",