From 203ffeba5769da1afc2bd730448e20228b772ea3 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Tue, 30 Jun 2020 12:15:35 +0000 Subject: [PATCH] fix(deps): update dependency react-hotkeys-hook to v2.1.4 --- ui/package-lock.json | 14 +++++++------- ui/package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/ui/package-lock.json b/ui/package-lock.json index b725d3312..4d36775aa 100644 --- a/ui/package-lock.json +++ b/ui/package-lock.json @@ -12007,9 +12007,9 @@ "integrity": "sha512-f/wzC2QaWBs7t9IYqB4T3sR1xviIViXJRJTWBlx2Gf3g0Xi5vI7Yy4koXQ1c9OYDGHN9sBy1DQ2AB8fqZBWhUg==" }, "hotkeys-js": { - "version": "3.7.6", - "resolved": "https://registry.npmjs.org/hotkeys-js/-/hotkeys-js-3.7.6.tgz", - "integrity": "sha512-X5d16trjp79o+OaCn7syXu0cs+TkLYlK/teE5FhpD1Cj9ROcEIhfIQ7Mhrk761ynF3NQLbLn5xRojP2UuSqDAw==" + "version": "3.8.1", + "resolved": "https://registry.npmjs.org/hotkeys-js/-/hotkeys-js-3.8.1.tgz", + "integrity": "sha512-YlhVQtyG9f1b7GhtzdhR0Pl+cImD1ZrKI6zYUa7QLd0zuThiL7RzZ+ANJyy7z+kmcCpNYBf5PjBa3CjiQ5PFpw==" }, "hpack.js": { "version": "2.1.6", @@ -18902,11 +18902,11 @@ } }, "react-hotkeys-hook": { - "version": "2.1.3", - "resolved": "https://registry.npmjs.org/react-hotkeys-hook/-/react-hotkeys-hook-2.1.3.tgz", - "integrity": "sha512-p4cH9n4c8Ac3kkNIf6a/97sLEJq+nnhP7fpT0bHhTwByZhBDU3j5hluu00FomxE3hMzJWk4knYG5ZuUM/qVJPw==", + "version": "2.1.4", + "resolved": "https://registry.npmjs.org/react-hotkeys-hook/-/react-hotkeys-hook-2.1.4.tgz", + "integrity": "sha512-gnz74B7NNbVUl8ea0FUaAnJpFcEi9JLLJA2WEstzQoaiWUl0NWH9KW6U0i6twJc8d/cONZizi0WDgYSRXxqhVQ==", "requires": { - "hotkeys-js": "3.7.6" + "hotkeys-js": "3.8.1" } }, "react-idle-timer": { diff --git a/ui/package.json b/ui/package.json index 91e081d71..33c9e8046 100644 --- a/ui/package.json +++ b/ui/package.json @@ -41,7 +41,7 @@ "react-day-picker": "7.4.8", "react-dom": "16.13.1", "react-highlighter": "0.4.3", - "react-hotkeys-hook": "2.1.3", + "react-hotkeys-hook": "2.1.4", "react-idle-timer": "4.2.12", "react-input-range": "1.3.0", "react-js-pagination": "3.0.3",