diff --git a/ui/package-lock.json b/ui/package-lock.json index c42ef2724..97fabac03 100644 --- a/ui/package-lock.json +++ b/ui/package-lock.json @@ -32,7 +32,7 @@ "react-cool-dimensions": "3.0.1", "react-day-picker": "10.0.1", "react-dom": "19.2.7", - "react-hotkeys-hook": "5.3.2", + "react-hotkeys-hook": "5.3.3", "react-idle-timer": "5.7.3", "react-intersection-observer": "10.0.3", "react-json-pretty": "2.2.0", @@ -11380,9 +11380,9 @@ } }, "node_modules/react-hotkeys-hook": { - "version": "5.3.2", - "resolved": "https://registry.npmjs.org/react-hotkeys-hook/-/react-hotkeys-hook-5.3.2.tgz", - "integrity": "sha512-DDDy9xK6mbTQ6aPlQvIl0dA/a90T/AWml4Rm21JXFDLlRHalIg4/Rv3equUQYs5xPTWq+oEl6RD7mi/nBpU3Uw==", + "version": "5.3.3", + "resolved": "https://registry.npmjs.org/react-hotkeys-hook/-/react-hotkeys-hook-5.3.3.tgz", + "integrity": "sha512-aswgyWUnE25hmhzHTfKDmKzsaSE5DJ4LKaU/o6rQSXkDd/1Bh9TfAFQbHkf6fLy11HvlYkp+cDDarGdhmCDhoQ==", "license": "MIT", "workspaces": [ "packages/*" diff --git a/ui/package.json b/ui/package.json index 82738fce5..519b07dc6 100644 --- a/ui/package.json +++ b/ui/package.json @@ -28,7 +28,7 @@ "react-cool-dimensions": "3.0.1", "react-day-picker": "10.0.1", "react-dom": "19.2.7", - "react-hotkeys-hook": "5.3.2", + "react-hotkeys-hook": "5.3.3", "react-idle-timer": "5.7.3", "react-intersection-observer": "10.0.3", "react-json-pretty": "2.2.0",