diff --git a/ui/package-lock.json b/ui/package-lock.json index 0a5625cbd..87f5827ee 100644 --- a/ui/package-lock.json +++ b/ui/package-lock.json @@ -20175,9 +20175,9 @@ } }, "react-hotkeys-hook": { - "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==", + "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==", "requires": { "hotkeys-js": "3.8.7" } diff --git a/ui/package.json b/ui/package.json index 3e015295e..9af7187b1 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.2", + "react-hotkeys-hook": "3.3.3", "react-idle-timer": "4.6.4", "react-intersection-observer": "8.32.0", "react-js-pagination": "3.0.3",