From 469115cf85e62f15bdf25dd3a81236c4b4cc15ea Mon Sep 17 00:00:00 2001 From: Alex Gleason Date: Sat, 10 Jul 2021 02:13:42 -0500 Subject: [PATCH] Upgrade react-router-dom to 4.3.1 --- package.json | 2 +- yarn.lock | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 189eba2a7c..80b7f1226d 100644 --- a/package.json +++ b/package.json @@ -116,7 +116,7 @@ "react-popper": "^2.2.3", "react-redux": "^7.2.1", "react-redux-loading-bar": "^5.0.0", - "react-router-dom": "^4.1.1", + "react-router-dom": "^4.3.1", "react-router-scroll-4": "^1.0.0-beta.1", "react-sparklines": "^1.7.0", "react-swipeable-views": "^0.13.0", diff --git a/yarn.lock b/yarn.lock index 9177f1a3b3..1afff15b27 100644 --- a/yarn.lock +++ b/yarn.lock @@ -10611,7 +10611,7 @@ react-redux@^7.2.1: prop-types "^15.7.2" react-is "^16.9.0" -react-router-dom@^4.1.1: +react-router-dom@^4.3.1: version "4.3.1" resolved "https://registry.yarnpkg.com/react-router-dom/-/react-router-dom-4.3.1.tgz#4c2619fc24c4fa87c9fd18f4fb4a43fe63fbd5c6" integrity sha512-c/MlywfxDdCp7EnB7YfPMOfMD3tOtIjrQlj/CKfNMBxdmpJP8xcz5P/UAFn3JbnQCNUxsHyVVqllF9LhgVyFCA==