From 224f10b82ee71d1eb911cda510108526e651f3b4 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Tue, 27 Oct 2020 07:33:43 +0000 Subject: [PATCH] fix(deps): update dependency react-hotkeys-hook to v2.4.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 c3a5e8b87..fb75705e5 100644 --- a/ui/package-lock.json +++ b/ui/package-lock.json @@ -17979,9 +17979,9 @@ } }, "react-hotkeys-hook": { - "version": "2.3.1", - "resolved": "https://registry.npmjs.org/react-hotkeys-hook/-/react-hotkeys-hook-2.3.1.tgz", - "integrity": "sha512-5zutx5e7LuVcSlYTCSOu+WKuvRHiIRc4VJKUzQ+caqn4ibveLtN3MdaIear6I3BAdUeAkOw2uwp8r3OyrSAbqw==", + "version": "2.4.0", + "resolved": "https://registry.npmjs.org/react-hotkeys-hook/-/react-hotkeys-hook-2.4.0.tgz", + "integrity": "sha512-Veh9FUe+iXab+lZ5shPoyGDnFBu5codQ15omOXiOvCC/Q5QfTY1lefLVx/Zi2NnYBSXfkfQbhnpE+Rnhi2+wBw==", "requires": { "hotkeys-js": "3.8.1" } diff --git a/ui/package.json b/ui/package.json index c6ec0ed6c..26cc4a541 100644 --- a/ui/package.json +++ b/ui/package.json @@ -64,7 +64,7 @@ "react-day-picker": "7.4.8", "react-dom": "16.14.0", "react-highlighter": "0.4.3", - "react-hotkeys-hook": "2.3.1", + "react-hotkeys-hook": "2.4.0", "react-idle-timer": "4.4.2", "react-input-range": "1.3.0", "react-intersection-observer": "8.29.1",