From dfa70b9fe4fb9ab0b753c2d1bc1a8be32da4a428 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 11 Sep 2024 04:30:05 +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 51f24ea2d..a7f3c0787 100644 --- a/package.json +++ b/package.json @@ -39,7 +39,7 @@ "react-app-polyfill": "^2.0.0", "react-dom": "^17.0.2", "react-redux": "^7.2.3", - "react-router-dom": "^5.2.0", + "react-router-dom": "^6.0.0", "redux": "^4.0.5", "sass": "^1.32.8" },