From 105b09261556a84ca6eed1060a4a6183e42c6e3f Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 10 Sep 2024 09:20:49 +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 0137632..5a24572 100644 --- a/package.json +++ b/package.json @@ -27,7 +27,7 @@ "react-loadable": "^5.5.0", "react-moment": "^0.9.7", "react-redux": "^7.2.0", - "react-router-dom": "^5.1.2", + "react-router-dom": "^6.0.0", "react-simple-code-editor": "^0.11.0", "react-vis-network": "^1.0.0", "redux": "^4.0.5",