From 7e43100f0661c66610d2bc7dd309f683522ab5e6 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 10 Sep 2024 17:18:46 +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 f0a40d9845eb..a36bb28ea656 100644 --- a/package.json +++ b/package.json @@ -162,7 +162,7 @@ "react-g-analytics": "0.4.2", "react-hot-loader": "^4.0.0-beta.12", "react-markdown": "4.2.2", - "react-router-dom": "^4.2.2", + "react-router-dom": "^6.0.0", "react-tiny-popover": "3.4.2", "react-visibility-sensor": "^5.0.2", "webpack-pwa-manifest": "^4.0.0",