From 2a726a4a8ae1cef59fead6d9ffe56227597a6c1f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Apr 2026 02:36:01 +0000 Subject: [PATCH] build(deps): Bump react-hotkeys-hook from 5.2.3 to 5.2.4 Bumps [react-hotkeys-hook](https://github.com/JohannesKlauss/react-keymap-hook) from 5.2.3 to 5.2.4. - [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/v5.2.3...v5.2.4) --- updated-dependencies: - dependency-name: react-hotkeys-hook dependency-version: 5.2.4 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- bun.lock | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/bun.lock b/bun.lock index 5e6001545..a0087bc12 100644 --- a/bun.lock +++ b/bun.lock @@ -32,7 +32,7 @@ "react": "^19.2.4", "react-device-detect": "^2.2.3", "react-dom": "^19.2.3", - "react-hotkeys-hook": "^5.2.3", + "react-hotkeys-hook": "^5.2.4", "sharp": "^0.34.5", "shiki": "^3.15.0", "sonner": "^2.0.3", @@ -1318,7 +1318,7 @@ "react-dom": ["react-dom@19.2.3", "", { "dependencies": { "scheduler": "^0.27.0" }, "peerDependencies": { "react": "^19.2.3" } }, "sha512-yELu4WmLPw5Mr/lmeEpox5rw3RETacE++JgHqQzd2dg+YbJuat3jH4ingc+WPZhxaoFzdv9y33G+F7Nl5O0GBg=="], - "react-hotkeys-hook": ["react-hotkeys-hook@5.2.3", "", { "peerDependencies": { "react": ">=16.8.0", "react-dom": ">=16.8.0" } }, "sha512-Q27F8EuImYJOVSXAjSQrQPj9cx4GSNY+WdSdk5tSNN085H8/a00W6LZp0PrytEDwF6iT0pGTJeVEDKPRpEK2Bg=="], + "react-hotkeys-hook": ["react-hotkeys-hook@5.2.4", "", { "peerDependencies": { "react": ">=16.8.0", "react-dom": ">=16.8.0" } }, "sha512-BgKg+A1+TawkYluh5Bo4cTmcgMN5L29uhJbDUQdHwPX+qgXRjIPYU5kIDHyxnAwCkCBiu9V5OpB2mpyeluVF2A=="], "react-is": ["react-is@16.13.1", "", {}, "sha512-24e6ynE2H+OKt4kqsOvNd8kBpV65zoxbA4BVsEOB3ARVWQki/DHzaUoC5KuON/BiccDaCCTZBuOcfZs70kR8bQ=="], diff --git a/package.json b/package.json index e89cd5e10..9b14a7578 100644 --- a/package.json +++ b/package.json @@ -39,7 +39,7 @@ "react": "^19.2.4", "react-device-detect": "^2.2.3", "react-dom": "^19.2.3", - "react-hotkeys-hook": "^5.2.3", + "react-hotkeys-hook": "^5.2.4", "sharp": "^0.34.5", "shiki": "^3.15.0", "sonner": "^2.0.3",