diff --git a/ui/package-lock.json b/ui/package-lock.json index 6ec467bf2..725f648db 100644 --- a/ui/package-lock.json +++ b/ui/package-lock.json @@ -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": { diff --git a/ui/package.json b/ui/package.json index 9330a7ead..621bac921 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.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",