From 153938f20765012bced0eccdc6079b06ea600ec7 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Tue, 5 Jan 2021 16:41:58 +0000 Subject: [PATCH] fix(deps): update dependency react-hotkeys-hook to v3.0.2 --- 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 7344693ee..12ba63ca1 100644 --- a/ui/package-lock.json +++ b/ui/package-lock.json @@ -16861,9 +16861,9 @@ } }, "react-hotkeys-hook": { - "version": "3.0.1", - "resolved": "https://registry.npmjs.org/react-hotkeys-hook/-/react-hotkeys-hook-3.0.1.tgz", - "integrity": "sha512-otpd7gPyyz1etP+WtjEpKRFjR9QIBPYBrzpz9i7o6WeURbY9D2Cn5cy2jNIL9OrxaN2ljno3gSXLdvMfsCNgYA==", + "version": "3.0.2", + "resolved": "https://registry.npmjs.org/react-hotkeys-hook/-/react-hotkeys-hook-3.0.2.tgz", + "integrity": "sha512-m34awOc6KQFgi9/TT0HNBXh8x+2AroPdhw8VPOAM33m4JHPjySlUlZCmXtPRuz7QYrW3yN7F6vHQGlxcQVh4tw==", "requires": { "hotkeys-js": "3.8.1" } diff --git a/ui/package.json b/ui/package.json index d9a7830e1..e6ec61d03 100644 --- a/ui/package.json +++ b/ui/package.json @@ -63,7 +63,7 @@ "react-day-picker": "7.4.8", "react-dom": "17.0.1", "react-highlighter": "0.4.3", - "react-hotkeys-hook": "3.0.1", + "react-hotkeys-hook": "3.0.2", "react-idle-timer": "4.5.0", "react-input-range": "1.3.0", "react-intersection-observer": "8.31.0",