From d109729a1fdd115d4f025d1d7fbc22eb4ae465a6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 22 Jul 2022 09:44:29 +0000 Subject: [PATCH] fix(deps): update dependency react-hotkeys-hook to v3.4.7 --- ui/package-lock.json | 30 +++++++++++++++--------------- ui/package.json | 2 +- 2 files changed, 16 insertions(+), 16 deletions(-) diff --git a/ui/package-lock.json b/ui/package-lock.json index 93d8cd6cc..09e0a969c 100644 --- a/ui/package-lock.json +++ b/ui/package-lock.json @@ -40,7 +40,7 @@ "react-cool-dimensions": "2.0.7", "react-day-picker": "8.0.7", "react-dom": "17.0.2", - "react-hotkeys-hook": "3.4.6", + "react-hotkeys-hook": "3.4.7", "react-idle-timer": "4.6.4", "react-intersection-observer": "9.3.5", "react-json-pretty": "2.2.0", @@ -19679,9 +19679,9 @@ "dev": true }, "node_modules/hotkeys-js": { - "version": "3.9.3", - "resolved": "https://registry.npmjs.org/hotkeys-js/-/hotkeys-js-3.9.3.tgz", - "integrity": "sha512-s+f0xyvDmf6+DyrFQ2SY+eA7lbvMbjqkqi0I0SpMgnN5tZx7DeH8nsWhkJR4KEq3pxDPHJppDUhdt1rZFW5LeQ==" + "version": "3.9.4", + "resolved": "https://registry.npmjs.org/hotkeys-js/-/hotkeys-js-3.9.4.tgz", + "integrity": "sha512-2zuLt85Ta+gIyvs4N88pCYskNrxf1TFv3LR9t5mdAZIX8BcgQQ48F2opUptvHa6m8zsy5v/a0i9mWzTrlNWU0Q==" }, "node_modules/hpack.js": { "version": "2.1.6", @@ -27174,11 +27174,11 @@ "dev": true }, "node_modules/react-hotkeys-hook": { - "version": "3.4.6", - "resolved": "https://registry.npmjs.org/react-hotkeys-hook/-/react-hotkeys-hook-3.4.6.tgz", - "integrity": "sha512-SiGKHnauaAQglRA7qeiW5LTa0KoT2ssv8YGYKZQoM3P9v5JFEHJdXOSFml1N6K86oKQ8dLCLlxqBqGlSJWGmxQ==", + "version": "3.4.7", + "resolved": "https://registry.npmjs.org/react-hotkeys-hook/-/react-hotkeys-hook-3.4.7.tgz", + "integrity": "sha512-+bbPmhPAl6ns9VkXkNNyxlmCAIyDAcWbB76O4I0ntr3uWCRuIQf/aRLartUahe9chVMPj+OEzzfk3CQSjclUEQ==", "dependencies": { - "hotkeys-js": "3.9.3" + "hotkeys-js": "3.9.4" }, "peerDependencies": { "react": ">=16.8.1", @@ -48899,9 +48899,9 @@ "dev": true }, "hotkeys-js": { - "version": "3.9.3", - "resolved": "https://registry.npmjs.org/hotkeys-js/-/hotkeys-js-3.9.3.tgz", - "integrity": "sha512-s+f0xyvDmf6+DyrFQ2SY+eA7lbvMbjqkqi0I0SpMgnN5tZx7DeH8nsWhkJR4KEq3pxDPHJppDUhdt1rZFW5LeQ==" + "version": "3.9.4", + "resolved": "https://registry.npmjs.org/hotkeys-js/-/hotkeys-js-3.9.4.tgz", + "integrity": "sha512-2zuLt85Ta+gIyvs4N88pCYskNrxf1TFv3LR9t5mdAZIX8BcgQQ48F2opUptvHa6m8zsy5v/a0i9mWzTrlNWU0Q==" }, "hpack.js": { "version": "2.1.6", @@ -54585,11 +54585,11 @@ "dev": true }, "react-hotkeys-hook": { - "version": "3.4.6", - "resolved": "https://registry.npmjs.org/react-hotkeys-hook/-/react-hotkeys-hook-3.4.6.tgz", - "integrity": "sha512-SiGKHnauaAQglRA7qeiW5LTa0KoT2ssv8YGYKZQoM3P9v5JFEHJdXOSFml1N6K86oKQ8dLCLlxqBqGlSJWGmxQ==", + "version": "3.4.7", + "resolved": "https://registry.npmjs.org/react-hotkeys-hook/-/react-hotkeys-hook-3.4.7.tgz", + "integrity": "sha512-+bbPmhPAl6ns9VkXkNNyxlmCAIyDAcWbB76O4I0ntr3uWCRuIQf/aRLartUahe9chVMPj+OEzzfk3CQSjclUEQ==", "requires": { - "hotkeys-js": "3.9.3" + "hotkeys-js": "3.9.4" } }, "react-idle-timer": { diff --git a/ui/package.json b/ui/package.json index b64c32c75..89f225923 100644 --- a/ui/package.json +++ b/ui/package.json @@ -39,7 +39,7 @@ "react-cool-dimensions": "2.0.7", "react-day-picker": "8.0.7", "react-dom": "17.0.2", - "react-hotkeys-hook": "3.4.6", + "react-hotkeys-hook": "3.4.7", "react-idle-timer": "4.6.4", "react-intersection-observer": "9.3.5", "react-json-pretty": "2.2.0",