diff --git a/ui/package-lock.json b/ui/package-lock.json index 87f5827ee..0e3565f07 100644 --- a/ui/package-lock.json +++ b/ui/package-lock.json @@ -20175,9 +20175,9 @@ } }, "react-hotkeys-hook": { - "version": "3.3.3", - "resolved": "https://registry.npmjs.org/react-hotkeys-hook/-/react-hotkeys-hook-3.3.3.tgz", - "integrity": "sha512-V+4PRCZa41Irqcw0nDSeEF7pRIk+o0AH8LyGGF5ZEBTFnTsb6gc+9G3qB4lXHNfEmyMBGLxzPWenQ09JcwCGfQ==", + "version": "3.4.0", + "resolved": "https://registry.npmjs.org/react-hotkeys-hook/-/react-hotkeys-hook-3.4.0.tgz", + "integrity": "sha512-TFtMNb9ALuL3uvtqGpaehwCeua3uYCrG3dKUqd+hEI2UgbVU94ifA1AEeemXSF6K81llPDX1RZvp7teUEQzAPA==", "requires": { "hotkeys-js": "3.8.7" } diff --git a/ui/package.json b/ui/package.json index 9af7187b1..6a6796b78 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.3", + "react-hotkeys-hook": "3.4.0", "react-idle-timer": "4.6.4", "react-intersection-observer": "8.32.0", "react-js-pagination": "3.0.3",