From b9f7020756f86757b6a543d4f59445efd96ceefa Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sat, 6 Mar 2021 11:47:31 +0000 Subject: [PATCH] fix(deps): update dependency react-hotkeys-hook to v3.2.1 --- ui/package-lock.json | 6 +++--- ui/package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/ui/package-lock.json b/ui/package-lock.json index 5d466d21c..175f8e967 100644 --- a/ui/package-lock.json +++ b/ui/package-lock.json @@ -16575,9 +16575,9 @@ } }, "react-hotkeys-hook": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/react-hotkeys-hook/-/react-hotkeys-hook-3.1.0.tgz", - "integrity": "sha512-czZxVyQR21AXrkHXgx1GwIoyc72vtRpDHMKM4oEI/At+7urrYDZyHSw+tDjVQR5r8BYZZ/++4wwq6BF30SXdlw==", + "version": "3.2.1", + "resolved": "https://registry.npmjs.org/react-hotkeys-hook/-/react-hotkeys-hook-3.2.1.tgz", + "integrity": "sha512-l5Y4Dr109Fz10hHq40hkJmppXUqdv7tNVFldPq7lDsgWBpPLWCtkkSkrzTySje4GK+t5VLzPA01cCyUsZutOmQ==", "requires": { "hotkeys-js": "3.8.2" } diff --git a/ui/package.json b/ui/package.json index 4ef8486e3..b675f3bc1 100644 --- a/ui/package.json +++ b/ui/package.json @@ -63,7 +63,7 @@ "react-cool-dimensions": "1.3.2", "react-day-picker": "7.4.8", "react-dom": "17.0.1", - "react-hotkeys-hook": "3.1.0", + "react-hotkeys-hook": "3.2.1", "react-idle-timer": "4.5.5", "react-intersection-observer": "8.31.0", "react-js-pagination": "3.0.3",