From 2bcf66dda43e9f2da6060e0544a5f472be44bb1b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Nov 2024 06:07:59 +0000 Subject: [PATCH] Bump react-hotkeys-hook from 4.5.0 to 4.6.1 Bumps [react-hotkeys-hook](https://github.com/JohannesKlauss/react-keymap-hook) from 4.5.0 to 4.6.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.5.0...v4.6.1) --- updated-dependencies: - dependency-name: react-hotkeys-hook dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 9 ++++----- package.json | 2 +- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index 8ca5f59..ef2c73e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -31,7 +31,7 @@ "node-fetch": "^3.3.2", "node-simple-cert": "0.0.1", "preact": "^10.23.1", - "react-hotkeys-hook": "^4.5.0", + "react-hotkeys-hook": "^4.6.1", "reconnecting-websocket": "^4.4.0", "styled-components": "^6.1.12", "svg-loaders-react": "^2.2.1", @@ -12632,10 +12632,9 @@ } }, "node_modules/react-hotkeys-hook": { - "version": "4.5.0", - "resolved": "https://registry.npmjs.org/react-hotkeys-hook/-/react-hotkeys-hook-4.5.0.tgz", - "integrity": "sha512-Samb85GSgAWFQNvVt3PS90LPPGSf9mkH/r4au81ZP1yOIFayLC3QAvqTgGtJ8YEDMXtPmaVBs6NgipHO6h4Mug==", - "license": "MIT", + "version": "4.6.1", + "resolved": "https://registry.npmjs.org/react-hotkeys-hook/-/react-hotkeys-hook-4.6.1.tgz", + "integrity": "sha512-XlZpbKUj9tkfgPgT9gA+1p7Ey6vFIZHttUjPqpTdyT5nqQ8mHL7elxvSbaC+dpSiHUSmr21Ya1mDxBZG3aje4Q==", "peerDependencies": { "react": ">=16.8.1", "react-dom": ">=16.8.1" diff --git a/package.json b/package.json index a43bce7..d71273c 100644 --- a/package.json +++ b/package.json @@ -37,7 +37,7 @@ "node-fetch": "^3.3.2", "node-simple-cert": "0.0.1", "preact": "^10.23.1", - "react-hotkeys-hook": "^4.5.0", + "react-hotkeys-hook": "^4.6.1", "reconnecting-websocket": "^4.4.0", "styled-components": "^6.1.12", "svg-loaders-react": "^2.2.1",