From 1e0bb6472eaafa254af1a501bf2dc259d89cfb01 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 10 Sep 2024 10:11:30 +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 0a25ee0..d80216c 100644 --- a/package.json +++ b/package.json @@ -30,7 +30,7 @@ "react-modal": "3.12.1", "react-paypal-button-v2": "2.6.3", "react-pdf-js": "1", - "react-router-dom": "5.2.0", + "react-router-dom": "6.0.0", "react-select": "^4.3.1", "react-virtualized": "9.22.3", "reactstrap": "8.9.0",