From 889442c1e602ea7b76e1c91aa3734dda50a830a3 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 10 Sep 2024 14:45:30 +0000 Subject: [PATCH] fix: docs/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-PATHTOREGEXP-7925106 --- docs/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/package.json b/docs/package.json index 89e01ec9f911e3..cc4b70af365d0d 100644 --- a/docs/package.json +++ b/docs/package.json @@ -100,8 +100,8 @@ "react-is": "^16.13.0", "react-number-format": "^4.0.8", "react-redux": "^7.1.1", - "react-router": "^5.0.0", - "react-router-dom": "^5.0.1", + "react-router": "^6.0.0", + "react-router-dom": "^6.0.0", "react-spring": "^8.0.27", "react-swipeable-views": "^0.13.9", "react-text-mask": "^5.0.2",