From 074c5f7dbc5205a61341cd0b3a005a70ba8d70af Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 12 Sep 2024 08:17:10 +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 ec1ea13e..d0c6c9d3 100644 --- a/package.json +++ b/package.json @@ -36,7 +36,7 @@ "react": "^16.8.6", "react-dom": "^16.8.6", "react-redux": "^7.0.3", - "react-router-dom": "^5.2.0", + "react-router-dom": "^6.0.0", "react-toastify": "^5.3.1", "react-transition-group": "^4.3.0", "redux": "^4.0.1",