From 4dbdb51e2267981e88b37adcf59340f84d125d63 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 10 Sep 2024 10:03:42 +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 e00e2b8..d6b6e6d 100644 --- a/client/package.json +++ b/client/package.json @@ -11,7 +11,7 @@ "react-dom": "^16.7.0", "react-moment": "^0.8.4", "react-redux": "^6.0.0", - "react-router-dom": "^4.3.1", + "react-router-dom": "^6.0.0", "react-scripts": "2.1.3", "redux": "^4.0.1", "redux-thunk": "^2.3.0"