From a1ba7b4ebd02ec81300c7e5d06a86f84902f8c3c Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 11 Sep 2024 00:22:55 +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 d498e51f3..22b894144 100644 --- a/package.json +++ b/package.json @@ -59,8 +59,8 @@ "react-dom": "=16.0.0", "react-i18next": "=6.0.6", "react-redux": "5.0.6", - "react-router": "4.2.0", - "react-router-dom": "4.2.2", + "react-router": "6.0.0", + "react-router-dom": "6.0.0", "react-toolbox": "=2.0.0-beta.12", "react-waypoint": "7.1.0", "redux": "3.7.2",