diff --git a/package-lock.json b/package-lock.json index 57eee8231..6a57140f6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -33,7 +33,7 @@ "react-dom": "^18.3.1", "react-draggable": "^4.4.6", "react-final-form": "^6.5.9", - "react-hotkeys-hook": "^4.5.1", + "react-hotkeys-hook": "^4.6.1", "react-i18next": "^15.1.0", "react-icons": "^4.12.0", "react-indiana-drag-scroll": "^2.2.0", @@ -4940,9 +4940,10 @@ } }, "node_modules/react-hotkeys-hook": { - "version": "4.5.1", - "resolved": "https://registry.npmjs.org/react-hotkeys-hook/-/react-hotkeys-hook-4.5.1.tgz", - "integrity": "sha512-scAEJOh3Irm0g95NIn6+tQVf/OICCjsQsC9NBHfQws/Vxw4sfq1tDQut5fhTEvPraXhu/sHxRd9lOtxzyYuNAg==", + "version": "4.6.1", + "resolved": "https://registry.npmjs.org/react-hotkeys-hook/-/react-hotkeys-hook-4.6.1.tgz", + "integrity": "sha512-XlZpbKUj9tkfgPgT9gA+1p7Ey6vFIZHttUjPqpTdyT5nqQ8mHL7elxvSbaC+dpSiHUSmr21Ya1mDxBZG3aje4Q==", + "license": "MIT", "peerDependencies": { "react": ">=16.8.1", "react-dom": ">=16.8.1" diff --git a/package.json b/package.json index c324b60fb..d8fd25008 100644 --- a/package.json +++ b/package.json @@ -28,7 +28,7 @@ "react-dom": "^18.3.1", "react-draggable": "^4.4.6", "react-final-form": "^6.5.9", - "react-hotkeys-hook": "^4.5.1", + "react-hotkeys-hook": "^4.6.1", "react-i18next": "^15.1.0", "react-icons": "^4.12.0", "react-indiana-drag-scroll": "^2.2.0",