From 31b7eef687f563d49ca5aa2c2652b7d39a6d25db Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Jan 2023 07:43:32 +0000 Subject: [PATCH] chore(deps): bump react-hotkeys-hook from 4.3.2 to 4.3.3 in /ui Bumps [react-hotkeys-hook](https://github.com/JohannesKlauss/react-keymap-hook) from 4.3.2 to 4.3.3. - [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.2...v4.3.3) --- 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 0ad94bcf5..29e06c663 100644 --- a/ui/package-lock.json +++ b/ui/package-lock.json @@ -40,7 +40,7 @@ "react-cool-dimensions": "3.0.0", "react-day-picker": "8.5.1", "react-dom": "17.0.2", - "react-hotkeys-hook": "4.3.2", + "react-hotkeys-hook": "4.3.3", "react-idle-timer": "4.6.4", "react-intersection-observer": "9.4.1", "react-json-pretty": "2.2.0", @@ -29255,9 +29255,9 @@ "dev": true }, "node_modules/react-hotkeys-hook": { - "version": "4.3.2", - "resolved": "https://registry.npmjs.org/react-hotkeys-hook/-/react-hotkeys-hook-4.3.2.tgz", - "integrity": "sha512-ZA/li3kBDHuRTtJIf7Td41UU87bPtnt9xV4r+PlEzpnFoYRDVspk3B+mlaX75zowyQygMVmoaWnM4B88lkyExQ==", + "version": "4.3.3", + "resolved": "https://registry.npmjs.org/react-hotkeys-hook/-/react-hotkeys-hook-4.3.3.tgz", + "integrity": "sha512-OYZCG2G+xLeiH0TkrW+v6eKFPvYq9iCA5sh9pwvnbGQaK86Lw/kWJDjjzSksFJoCk4K78OLe3MR1afNZH6+cLg==", "peerDependencies": { "react": ">=16.8.1", "react-dom": ">=16.8.1" diff --git a/ui/package.json b/ui/package.json index 1a2ddbfff..4ce89cde5 100644 --- a/ui/package.json +++ b/ui/package.json @@ -39,7 +39,7 @@ "react-cool-dimensions": "3.0.0", "react-day-picker": "8.5.1", "react-dom": "17.0.2", - "react-hotkeys-hook": "4.3.2", + "react-hotkeys-hook": "4.3.3", "react-idle-timer": "4.6.4", "react-intersection-observer": "9.4.1", "react-json-pretty": "2.2.0",