From c9f0d47498c398424d6a4efa7de449fd00568e2a Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sat, 29 Aug 2020 13:43:33 +0000 Subject: [PATCH] fix(deps): update dependency react-hotkeys-hook to v2.3.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 7e22970fd..fe153aafb 100644 --- a/ui/package-lock.json +++ b/ui/package-lock.json @@ -17415,9 +17415,9 @@ } }, "react-hotkeys-hook": { - "version": "2.2.2", - "resolved": "https://registry.npmjs.org/react-hotkeys-hook/-/react-hotkeys-hook-2.2.2.tgz", - "integrity": "sha512-5XBGCSleJZ7AzQ+wCoFeJj/myByIzqgR3D97xRNEQsGOsFvXLp4V8rbDbHceTqGq7WDjQmX96zegViz8U5CwMQ==", + "version": "2.3.0", + "resolved": "https://registry.npmjs.org/react-hotkeys-hook/-/react-hotkeys-hook-2.3.0.tgz", + "integrity": "sha512-CSR9IYR0PzZwLBqwZh4NE+W4wa+VIlnaD6KMjZ3x7MQNAD1Zm7Css7D8ZoN9nEDg4DwlTsuCSnBhkwGe0XTVZw==", "requires": { "hotkeys-js": "3.8.1" } diff --git a/ui/package.json b/ui/package.json index cf8010f5e..dd8695092 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.2.2", + "react-hotkeys-hook": "2.3.0", "react-idle-timer": "4.3.6", "react-input-range": "1.3.0", "react-intersection-observer": "8.27.1",