From b46a961c8123cdd1c41a5970c9be68f41b12ce25 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 11 Sep 2024 06:38:00 +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 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/package.json b/docs/package.json index b49cf9049ad061..25a9eaaf373391 100644 --- a/docs/package.json +++ b/docs/package.json @@ -101,8 +101,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", @@ -118,7 +118,7 @@ "stylis": "^3.5.4", "webfontloader": "^1.6.28", "webpack": "^4.41.0", - "webpack-bundle-analyzer": "^3.5.1" + "webpack-bundle-analyzer": "^4.3.0" }, "devDependencies": { "@babel/plugin-transform-react-constant-elements": "^7.8.3",