From b5d328d5c4911dffd30d42d13809c76adbdb99ed Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Mon, 18 Oct 2021 22:35:38 +0000 Subject: [PATCH] fix(deps): update react-router monorepo --- client/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/client/package.json b/client/package.json index 01d418cf..acc3b235 100644 --- a/client/package.json +++ b/client/package.json @@ -27,8 +27,8 @@ "react": "16.13.1", "react-dom": "16.13.1", "react-offix-hooks": "0.16.0-alpha2", - "react-router": "5.2.0", - "react-router-dom": "5.2.0", + "react-router": "5.2.1", + "react-router-dom": "5.3.0", "react-scripts": "3.4.1", "simpl-schema": "1.7.3", "subscriptions-transport-ws": "0.9.16",