fix(deps): update dependency react-hotkeys-hook to v3.4.7

This commit is contained in:
renovate[bot]
2022-07-22 09:44:29 +00:00
parent 1808765ed0
commit d109729a1f
2 changed files with 16 additions and 16 deletions

30
ui/package-lock.json generated
View File

@@ -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": {

View File

@@ -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",