From ec32adaabdae8ef8ab80325cd94626c21f84cd4f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 14 Mar 2023 19:45:54 +0000 Subject: [PATCH] chore(deps): bump react-hotkeys-hook from 4.3.7 to 4.3.8 in /ui Bumps [react-hotkeys-hook](https://github.com/JohannesKlauss/react-keymap-hook) from 4.3.7 to 4.3.8. - [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.7...v4.3.8) --- 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 c7b9ba6a0..2601e970c 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.6.0", "react-dom": "17.0.2", - "react-hotkeys-hook": "4.3.7", + "react-hotkeys-hook": "4.3.8", "react-idle-timer": "4.6.4", "react-intersection-observer": "9.4.3", "react-json-pretty": "2.2.0", @@ -29563,9 +29563,9 @@ "dev": true }, "node_modules/react-hotkeys-hook": { - "version": "4.3.7", - "resolved": "https://registry.npmjs.org/react-hotkeys-hook/-/react-hotkeys-hook-4.3.7.tgz", - "integrity": "sha512-qUcA5vl/liGWr9wLYI5/8oppHLa6nExFqOAMC6CyZhpj7C56PIzYZ76xAtJ+5lgxObgl4A4pQz8upy+nq7orSQ==", + "version": "4.3.8", + "resolved": "https://registry.npmjs.org/react-hotkeys-hook/-/react-hotkeys-hook-4.3.8.tgz", + "integrity": "sha512-RmrIQ3M259c84MnYVEAQsmHkD6s7XUgLG0rW6S7qjt1Lh7q+SPIz5b6obVU8OJw1Utsj1mUCj6twtBPaK/ytww==", "peerDependencies": { "react": ">=16.8.1", "react-dom": ">=16.8.1" diff --git a/ui/package.json b/ui/package.json index e1df5f6f3..bc24f6510 100644 --- a/ui/package.json +++ b/ui/package.json @@ -39,7 +39,7 @@ "react-cool-dimensions": "3.0.1", "react-day-picker": "8.6.0", "react-dom": "17.0.2", - "react-hotkeys-hook": "4.3.7", + "react-hotkeys-hook": "4.3.8", "react-idle-timer": "4.6.4", "react-intersection-observer": "9.4.3", "react-json-pretty": "2.2.0",