From 7e436962193090bf3e271f7d5ffec28dd6f52e1e Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 10 Sep 2024 16:41:02 +0000 Subject: [PATCH] fix: client/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-PATHTOREGEXP-7925106 --- client/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/package.json b/client/package.json index 309f9702..f5db4dca 100644 --- a/client/package.json +++ b/client/package.json @@ -51,7 +51,7 @@ "react-paginate": "^8.1.3", "react-responsive-carousel": "^3.2.23", "react-router": "^6.0.2", - "react-router-dom": "^5.3.0", + "react-router-dom": "^6.0.0", "react-scripts": "^5.0.0", "react-spring": "^9.0.0-rc.3", "react-toastify": "^8.2.0",