From f051d8c401c8e7b780ef8d0ea319d4352db9e2c5 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 10 Sep 2024 08:18:15 +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 27ddf1d..60f9e40 100644 --- a/package.json +++ b/package.json @@ -23,7 +23,7 @@ "react-apollo": "2.1.11", "react-dom": "16.7.0-alpha.2", "react-helmet": "5.2.0", - "react-router-dom": "4.3.1" + "react-router-dom": "6.0.0" }, "devDependencies": { "@babel/cli": "7.0.0",