From dcd7930fed6e41a61f1741483b71ad6d2431c0af Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 Feb 2023 17:24:39 +0000 Subject: [PATCH] chore(deps): bump react-hotkeys-hook from 4.3.4 to 4.3.5 in /ui Bumps [react-hotkeys-hook](https://github.com/JohannesKlauss/react-keymap-hook) from 4.3.4 to 4.3.5. - [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.4...v4.3.5) --- 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 32d266cb1..03ecbdd7d 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.4", + "react-hotkeys-hook": "4.3.5", "react-idle-timer": "4.6.4", "react-intersection-observer": "9.4.1", "react-json-pretty": "2.2.0", @@ -29256,9 +29256,9 @@ "dev": true }, "node_modules/react-hotkeys-hook": { - "version": "4.3.4", - "resolved": "https://registry.npmjs.org/react-hotkeys-hook/-/react-hotkeys-hook-4.3.4.tgz", - "integrity": "sha512-XV/tMK8n0joWa4tSklfddLUDirbu8T/H1hRPPm+UnfdT2ajp/jZPDh0q3L24nYjsCSwNIA6XFewYPguqrTIXkg==", + "version": "4.3.5", + "resolved": "https://registry.npmjs.org/react-hotkeys-hook/-/react-hotkeys-hook-4.3.5.tgz", + "integrity": "sha512-tfwTwKP3ga7n4naNS/JOByaEwEkTCoXYCepDuhXpj8mBx+sFszV5JecRWM2dv+PbOowmmBpHAFtTXTnG/p8UkQ==", "peerDependencies": { "react": ">=16.8.1", "react-dom": ">=16.8.1" diff --git a/ui/package.json b/ui/package.json index a0b7d9170..1aa590901 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.4", + "react-hotkeys-hook": "4.3.5", "react-idle-timer": "4.6.4", "react-intersection-observer": "9.4.1", "react-json-pretty": "2.2.0",