From 5d9e7dc623bc213a6354db6ebfb73176b36d3395 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 10 Sep 2024 10:12:58 +0000 Subject: [PATCH] fix: templates/react-app/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-PATHTOREGEXP-7925106 --- templates/react-app/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/react-app/package.json b/templates/react-app/package.json index b42a3d8..e7e7405 100644 --- a/templates/react-app/package.json +++ b/templates/react-app/package.json @@ -28,7 +28,7 @@ "react-dom": "^17.0.2", "react-jss": "^10.7.1", "react-redux": "^7.2.4", - "react-router-dom": "^5.2.1", + "react-router-dom": "^6.0.0", "web-vitals": "^2.1.4" }, "devDependencies": {