From 73204a2c2d0a138b763372d0dcb0f05c00ce74b4 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sat, 25 Sep 2021 18:34:53 +0000 Subject: [PATCH] fix(deps): update dependency react-hotkeys-hook to v3.4.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 98a2a2332..96879b8fc 100644 --- a/ui/package-lock.json +++ b/ui/package-lock.json @@ -19069,9 +19069,9 @@ } }, "react-hotkeys-hook": { - "version": "3.4.1", - "resolved": "https://registry.npmjs.org/react-hotkeys-hook/-/react-hotkeys-hook-3.4.1.tgz", - "integrity": "sha512-lZbVRAsAXrE6povXT81BYd5WMT+JFGOU9Mx4qT830AelRDKoVWQa76yyk7nMgK++O6DfZShYp06rppf+8HkeeQ==", + "version": "3.4.2", + "resolved": "https://registry.npmjs.org/react-hotkeys-hook/-/react-hotkeys-hook-3.4.2.tgz", + "integrity": "sha512-QYnocd7TX1ql4s6lBVtAMwVi9rou4ip2ueAWoUXJtEWpgoPyRx1Dk6O012kpHZVcVGqazNbnWstxURO735f06g==", "requires": { "hotkeys-js": "3.8.7" } diff --git a/ui/package.json b/ui/package.json index 9a2677b8f..57ef19b37 100644 --- a/ui/package.json +++ b/ui/package.json @@ -40,7 +40,7 @@ "react-cool-dimensions": "2.0.7", "react-day-picker": "7.4.10", "react-dom": "17.0.2", - "react-hotkeys-hook": "3.4.1", + "react-hotkeys-hook": "3.4.2", "react-idle-timer": "4.6.4", "react-intersection-observer": "8.32.1", "react-js-pagination": "3.0.3",