From 1d05a9365afc23db1e6139187e6785cd5018318c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Nov 2024 21:22:01 +0000 Subject: [PATCH] Bump react-hotkeys-hook from 4.5.1 to 4.6.1 Bumps [react-hotkeys-hook](https://github.com/JohannesKlauss/react-keymap-hook) from 4.5.1 to 4.6.1. - [Release notes](https://github.com/JohannesKlauss/react-keymap-hook/releases) - [Changelog](https://github.com/JohannesKlauss/react-hotkeys-hook/blob/main/CHANGELOG.md) - [Commits](https://github.com/JohannesKlauss/react-keymap-hook/compare/v4.5.1...v4.6.1) --- updated-dependencies: - dependency-name: react-hotkeys-hook dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 89481366..63aba7f4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -25,7 +25,7 @@ "react-dom": "^18.3.1", "react-draggable": "^4.4.6", "react-grid-layout": "^1.5.0", - "react-hotkeys-hook": "4.5.1", + "react-hotkeys-hook": "4.6.1", "react-resizable": "^3.0.5", "react-table": "^7.8.0", "react-virtuoso": "^4.12.0", @@ -4291,9 +4291,9 @@ } }, "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==", "dev": true, "peerDependencies": { "react": ">=16.8.1", diff --git a/package.json b/package.json index e1898569..1d3b07da 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,7 @@ "react-dom": "^18.3.1", "react-draggable": "^4.4.6", "react-grid-layout": "^1.5.0", - "react-hotkeys-hook": "4.5.1", + "react-hotkeys-hook": "4.6.1", "react-resizable": "^3.0.5", "react-table": "^7.8.0", "react-virtuoso": "^4.12.0",