From 60dbda844552dd485d8930c298ac00fcfbad1a7c Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 10 Sep 2024 16:42:18 +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 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 5df8a064bb..03c98c8fd4 100644 --- a/package.json +++ b/package.json @@ -115,8 +115,8 @@ "react-intl": "^2.4.0", "react-paginate": "^5.2.3", "react-redux": "^5.0.6", - "react-router": "~4.3.1", - "react-router-dom": "^4.2.2", + "react-router": "~6.0.0", + "react-router-dom": "^6.0.0", "react-select": "^2.4.2", "react-text-mask": "^5.0.2", "react-toastify": "^4.5.2",