From 5f0b84daaa5874d7314d4c14daf8852a939f0dbc Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 11 Sep 2024 04:58:26 +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 59a0e8c..59b8b88 100644 --- a/package.json +++ b/package.json @@ -33,7 +33,7 @@ "react-bootstrap": "^0.30.8", "react-dom": "^15.4.2", "react-jsonschema-form": "^0.43.0", - "react-router-dom": "^4.0.0-beta.8", + "react-router-dom": "^6.0.0", "react-s-alert": "^1.2.0", "react-skylight": "^0.4.1", "react-tap-event-plugin": "^2.0.1",