From b7c12a8bcc5388bf4883fd0e09f2a542c64864c1 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 10 Sep 2024 09:19:20 +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 45d6a21..2282a77 100644 --- a/package.json +++ b/package.json @@ -51,7 +51,7 @@ "react-helmet": "^5.1.3", "react-image": "^1.0.1", "react-json-schema-form": "^1.1.0", - "react-router-dom": "^4.1.1", + "react-router-dom": "^6.0.0", "react-schema-views": "^1.0.1", "uuid": "^3.1.0" },