From 5f7e0a0b3df8abda032063870ef75ceec513cfd3 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 10 Sep 2024 09:52: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 930d43c..8dcbc9e 100644 --- a/package.json +++ b/package.json @@ -33,8 +33,8 @@ "react": "^16.8.6", "react-dom": "^16.8.6", "react-redux": "^7.0.3", - "react-router": "^5.0.0", - "react-router-dom": "^5.0.1", + "react-router": "^6.0.0", + "react-router-dom": "^6.0.0", "redux": "^4.0.1" }, "scripts": {