From f72dba43132354030de7d3d502c124baf44035e2 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 10 Sep 2024 09:57:33 +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 bea0262..2b6f801 100644 --- a/client/package.json +++ b/client/package.json @@ -33,7 +33,7 @@ "react-dom": "^17.0.1", "react-redux": "^7.2.2", "react-router-config": "^5.1.1", - "react-router-dom": "^5.2.0", + "react-router-dom": "^6.0.0", "react-scripts": "5.0.0", "reactstrap": "^8.9.0", "redux": "^4.0.5",