From 685868498c8a1792b3f98a759d2d3af9f08c824a Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 10 Sep 2024 19:57:31 +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 7b60adc..8ff10ec 100644 --- a/package.json +++ b/package.json @@ -60,7 +60,7 @@ "react-dom": "^16.0.0", "react-helmet": "^5.2.0", "react-redux": "^5.0.6", - "react-router-dom": "^4.2.2", + "react-router-dom": "^6.0.0", "react-universal-component": "^2.5.5", "redux": "^3.7.2", "redux-thunk": "^2.2.0",