diff --git a/ui/package-lock.json b/ui/package-lock.json index b0f314328..d8b208ef8 100644 --- a/ui/package-lock.json +++ b/ui/package-lock.json @@ -17050,9 +17050,9 @@ } }, "react-hotkeys-hook": { - "version": "3.3.0", - "resolved": "https://registry.npmjs.org/react-hotkeys-hook/-/react-hotkeys-hook-3.3.0.tgz", - "integrity": "sha512-DbxcZpswAcJKc0Fw5oTWeRImGLVerDlMU8ndIAH5Waed8wvpafk/F2i43BZo2O3Ftn/RzQsD4EFU8e8FSjVFTg==", + "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==", "requires": { "hotkeys-js": "3.8.3" } diff --git a/ui/package.json b/ui/package.json index 09e71b264..190e18326 100644 --- a/ui/package.json +++ b/ui/package.json @@ -62,7 +62,7 @@ "react-cool-dimensions": "2.0.1", "react-day-picker": "7.4.10", "react-dom": "17.0.2", - "react-hotkeys-hook": "3.3.0", + "react-hotkeys-hook": "3.3.1", "react-idle-timer": "4.6.1", "react-intersection-observer": "8.31.1", "react-js-pagination": "3.0.3",