From 302360f3046bbaf25c6c48eb52c6f8dc526a6db3 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Thu, 23 Jul 2020 18:44:03 +0000 Subject: [PATCH] fix(deps): update dependency react-hotkeys-hook to v2.2.0 --- 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 8c1d82546..2456612de 100644 --- a/ui/package-lock.json +++ b/ui/package-lock.json @@ -17091,9 +17091,9 @@ } }, "react-hotkeys-hook": { - "version": "2.1.4", - "resolved": "https://registry.npmjs.org/react-hotkeys-hook/-/react-hotkeys-hook-2.1.4.tgz", - "integrity": "sha512-gnz74B7NNbVUl8ea0FUaAnJpFcEi9JLLJA2WEstzQoaiWUl0NWH9KW6U0i6twJc8d/cONZizi0WDgYSRXxqhVQ==", + "version": "2.2.0", + "resolved": "https://registry.npmjs.org/react-hotkeys-hook/-/react-hotkeys-hook-2.2.0.tgz", + "integrity": "sha512-xNiRLY7TSE5sreyOoBFoes+pZn/FUW8PArQEO+zwxcJSKTd5MF8qGXfvzdxK4ISboZ61gXNpyR24KfDLVEmbbg==", "requires": { "hotkeys-js": "3.8.1" } diff --git a/ui/package.json b/ui/package.json index 47379cb41..d1869276c 100644 --- a/ui/package.json +++ b/ui/package.json @@ -62,7 +62,7 @@ "react-day-picker": "7.4.8", "react-dom": "16.13.1", "react-highlighter": "0.4.3", - "react-hotkeys-hook": "2.1.4", + "react-hotkeys-hook": "2.2.0", "react-idle-timer": "4.3.4", "react-input-range": "1.3.0", "react-intersection-observer": "8.26.2",