diff --git a/ui/package-lock.json b/ui/package-lock.json index 96879b8fc..e5c0b95d7 100644 --- a/ui/package-lock.json +++ b/ui/package-lock.json @@ -19069,9 +19069,9 @@ } }, "react-hotkeys-hook": { - "version": "3.4.2", - "resolved": "https://registry.npmjs.org/react-hotkeys-hook/-/react-hotkeys-hook-3.4.2.tgz", - "integrity": "sha512-QYnocd7TX1ql4s6lBVtAMwVi9rou4ip2ueAWoUXJtEWpgoPyRx1Dk6O012kpHZVcVGqazNbnWstxURO735f06g==", + "version": "3.4.3", + "resolved": "https://registry.npmjs.org/react-hotkeys-hook/-/react-hotkeys-hook-3.4.3.tgz", + "integrity": "sha512-rb8wjXItbZ0ItX1lHKd1lVfqoiGhzrnNo+rtqNoTkxMdyUcxI3RIdP8wmAHoK9Z/0F+aHo2yWAeKgv3pUvmGpw==", "requires": { "hotkeys-js": "3.8.7" } diff --git a/ui/package.json b/ui/package.json index 57ef19b37..cdc3672b2 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.4.2", + "react-hotkeys-hook": "3.4.3", "react-idle-timer": "4.6.4", "react-intersection-observer": "8.32.1", "react-js-pagination": "3.0.3",