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

This commit is contained in:
Renovate Bot
2021-06-18 12:03:25 +01:00
committed by Łukasz Mierzwa
parent 8aeae19693
commit 42be45b51e
2 changed files with 8 additions and 8 deletions
+7 -7
View File
@@ -12303,9 +12303,9 @@
"dev": true
},
"hotkeys-js": {
"version": "3.8.3",
"resolved": "https://registry.npmjs.org/hotkeys-js/-/hotkeys-js-3.8.3.tgz",
"integrity": "sha512-rUmoryG4lEAtkjF5tcYaihrVoE86Fdw1BLqO/UiBWOOF56h32a6ax8oV4urBlinVtNNtArLlBq8igGfZf2tQnw=="
"version": "3.8.7",
"resolved": "https://registry.npmjs.org/hotkeys-js/-/hotkeys-js-3.8.7.tgz",
"integrity": "sha512-ckAx3EkUr5XjDwjEHDorHxRO2Kb7z6Z2Sxul4MbBkN8Nho7XDslQsgMJT+CiJ5Z4TgRxxvKHEpuLE3imzqy4Lg=="
},
"hpack.js": {
"version": "2.1.6",
@@ -18312,11 +18312,11 @@
}
},
"react-hotkeys-hook": {
"version": "3.3.1",
"resolved": "https://registry.npmjs.org/react-hotkeys-hook/-/react-hotkeys-hook-3.3.1.tgz",
"integrity": "sha512-y6eCMEysh09lIgRQvIC76L7ehqUWf/7h8VlqT6w7RRnim5CX5CXldo64+CjWanIcgr++q5yTNwr7A/8DXA1u9A==",
"version": "3.3.2",
"resolved": "https://registry.npmjs.org/react-hotkeys-hook/-/react-hotkeys-hook-3.3.2.tgz",
"integrity": "sha512-sR98wtrz3qyVZ5G3I5TTRy7Odm1I9poGt1VwT4RN1ztnobRV/pNGja+6B+LONv+IBIyHLvidzW8IZRB7AuAUkw==",
"requires": {
"hotkeys-js": "3.8.3"
"hotkeys-js": "3.8.7"
}
},
"react-idle-timer": {
+1 -1
View File
@@ -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.3.1",
"react-hotkeys-hook": "3.3.2",
"react-idle-timer": "4.6.4",
"react-intersection-observer": "8.32.0",
"react-js-pagination": "3.0.3",