From 96d52b43e087387f9bed546d93852655dd05779d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 14 Apr 2023 20:13:31 +0300 Subject: [PATCH] feat(deps): bump react-hotkeys-hook from 4.3.8 to 4.4.0 (#709) Bumps [react-hotkeys-hook](https://github.com/JohannesKlauss/react-keymap-hook) from 4.3.8 to 4.4.0. - [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.3.8...v4.4.0) --- updated-dependencies: - dependency-name: react-hotkeys-hook dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 58b590ae..5e2b133e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -52,7 +52,7 @@ "react-beautiful-dnd": "^13.1.1", "react-datepicker": "4.11.0", "react-dom": "^18.2.0", - "react-hotkeys-hook": "^4.3.8", + "react-hotkeys-hook": "^4.4.0", "tippy.js": "^6.3.7", "use-resize-observer": "^9.1.0", "uuid": "^9.0.0" @@ -7266,9 +7266,9 @@ } }, "node_modules/react-hotkeys-hook": { - "version": "4.3.8", - "resolved": "https://registry.npmjs.org/react-hotkeys-hook/-/react-hotkeys-hook-4.3.8.tgz", - "integrity": "sha512-RmrIQ3M259c84MnYVEAQsmHkD6s7XUgLG0rW6S7qjt1Lh7q+SPIz5b6obVU8OJw1Utsj1mUCj6twtBPaK/ytww==", + "version": "4.4.0", + "resolved": "https://registry.npmjs.org/react-hotkeys-hook/-/react-hotkeys-hook-4.4.0.tgz", + "integrity": "sha512-wOaCWLwgT/f895CMJrR9hmzVf+gfL8IpjWDXWXKngBp9i6Xqzf0tvLv4VI8l3Vlsg/cc4C/Iik3Ck76L/Hj0tw==", "peerDependencies": { "react": ">=16.8.1", "react-dom": ">=16.8.1" @@ -13668,9 +13668,9 @@ } }, "react-hotkeys-hook": { - "version": "4.3.8", - "resolved": "https://registry.npmjs.org/react-hotkeys-hook/-/react-hotkeys-hook-4.3.8.tgz", - "integrity": "sha512-RmrIQ3M259c84MnYVEAQsmHkD6s7XUgLG0rW6S7qjt1Lh7q+SPIz5b6obVU8OJw1Utsj1mUCj6twtBPaK/ytww==", + "version": "4.4.0", + "resolved": "https://registry.npmjs.org/react-hotkeys-hook/-/react-hotkeys-hook-4.4.0.tgz", + "integrity": "sha512-wOaCWLwgT/f895CMJrR9hmzVf+gfL8IpjWDXWXKngBp9i6Xqzf0tvLv4VI8l3Vlsg/cc4C/Iik3Ck76L/Hj0tw==", "requires": {} }, "react-is": { diff --git a/package.json b/package.json index 5e61f6eb..963a8adb 100644 --- a/package.json +++ b/package.json @@ -64,7 +64,7 @@ "react-beautiful-dnd": "^13.1.1", "react-datepicker": "4.11.0", "react-dom": "^18.2.0", - "react-hotkeys-hook": "^4.3.8", + "react-hotkeys-hook": "^4.4.0", "tippy.js": "^6.3.7", "use-resize-observer": "^9.1.0", "uuid": "^9.0.0"