From b2ea49da59ad53e317823f93224adeaf52792052 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Jul 2023 06:19:49 +0000 Subject: [PATCH] chore(deps): bump react-hotkeys-hook from 4.4.0 to 4.4.1 in /ui Bumps [react-hotkeys-hook](https://github.com/JohannesKlauss/react-keymap-hook) from 4.4.0 to 4.4.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.4.0...v4.4.1) --- updated-dependencies: - dependency-name: react-hotkeys-hook dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- ui/package-lock.json | 8 ++++---- ui/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/ui/package-lock.json b/ui/package-lock.json index 7a628ea07..338ca6516 100644 --- a/ui/package-lock.json +++ b/ui/package-lock.json @@ -40,7 +40,7 @@ "react-cool-dimensions": "3.0.1", "react-day-picker": "8.8.0", "react-dom": "17.0.2", - "react-hotkeys-hook": "4.4.0", + "react-hotkeys-hook": "4.4.1", "react-idle-timer": "4.6.4", "react-intersection-observer": "9.5.2", "react-json-pretty": "2.2.0", @@ -19069,9 +19069,9 @@ "dev": true }, "node_modules/react-hotkeys-hook": { - "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==", + "version": "4.4.1", + "resolved": "https://registry.npmjs.org/react-hotkeys-hook/-/react-hotkeys-hook-4.4.1.tgz", + "integrity": "sha512-sClBMBioFEgFGYLTWWRKvhxcCx1DRznd+wkFHwQZspnRBkHTgruKIHptlK/U/2DPX8BhHoRGzpMVWUXMmdZlmw==", "peerDependencies": { "react": ">=16.8.1", "react-dom": ">=16.8.1" diff --git a/ui/package.json b/ui/package.json index 914e5c594..dbde005f1 100644 --- a/ui/package.json +++ b/ui/package.json @@ -35,7 +35,7 @@ "react-cool-dimensions": "3.0.1", "react-day-picker": "8.8.0", "react-dom": "17.0.2", - "react-hotkeys-hook": "4.4.0", + "react-hotkeys-hook": "4.4.1", "react-idle-timer": "4.6.4", "react-intersection-observer": "9.5.2", "react-json-pretty": "2.2.0",