From e7033d4e3506f7a6f5b1be0f7eff9fc1d1c226a7 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 10 Sep 2024 09:02:59 +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 9e630149..aa08bb59 100644 --- a/package.json +++ b/package.json @@ -28,7 +28,7 @@ "react-gtm-module": "^2.0.2", "react-meta-tags": "^0.7.4", "react-raven": "^1.2.3", - "react-router-dom": "^4.2.2", + "react-router-dom": "^6.0.0", "susy": "^3.0.3", "uuid": "^9.0.1", "whatwg-fetch": "2.0.3"