From cf4a2d416b081c9f58cc569ff2efc02ac14cced5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Mar 2023 05:11:59 +0000 Subject: [PATCH 1/2] chore(deps): bump react-hotkeys-hook from 4.3.2 to 4.3.7 Bumps [react-hotkeys-hook](https://github.com/JohannesKlauss/react-keymap-hook) from 4.3.2 to 4.3.7. - [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.7) --- updated-dependencies: - dependency-name: react-hotkeys-hook dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- sites/dev/package.json | 2 +- sites/lab/package.json | 2 +- sites/org/package.json | 2 +- yarn.lock | 8 ++++---- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/sites/dev/package.json b/sites/dev/package.json index 8e930093375..dc6b79e17e0 100644 --- a/sites/dev/package.json +++ b/sites/dev/package.json @@ -40,7 +40,7 @@ "react": "18.2.0", "react-copy-to-clipboard": "5.1.0", "react-dom": "18.2.0", - "react-hotkeys-hook": "4.3.2", + "react-hotkeys-hook": "4.3.7", "react-instantsearch-dom": "6.39.0", "react-markdown": "8.0.5", "react-swipeable": "7.0.0", diff --git a/sites/lab/package.json b/sites/lab/package.json index 034e333975d..88e5cf0b9e2 100644 --- a/sites/lab/package.json +++ b/sites/lab/package.json @@ -44,7 +44,7 @@ "next-i18next": "13.1.4", "react": "18.2.0", "react-copy-to-clipboard": "5.1.0", - "react-hotkeys-hook": "4.3.2", + "react-hotkeys-hook": "4.3.7", "react-i18next": "12.1.4", "react-instantsearch-dom": "6.39.0", "react-markdown": "8.0.5", diff --git a/sites/org/package.json b/sites/org/package.json index b6dd484e750..c7a8ced6223 100644 --- a/sites/org/package.json +++ b/sites/org/package.json @@ -42,7 +42,7 @@ "luxon": "3.3.0", "next": "13.2.4", "react-dropzone": "14.2.3", - "react-hotkeys-hook": "4.3.2", + "react-hotkeys-hook": "4.3.7", "react-instantsearch-dom": "6.39.0", "react-hot-toast": "2.4.0", "react-markdown": "8.0.5", diff --git a/yarn.lock b/yarn.lock index 684fdba587f..acee0b1d7be 100644 --- a/yarn.lock +++ b/yarn.lock @@ -16000,10 +16000,10 @@ react-hot-toast@2.4.0: dependencies: goober "^2.1.10" -react-hotkeys-hook@4.3.2: - version "4.3.2" - resolved "https://registry.yarnpkg.com/react-hotkeys-hook/-/react-hotkeys-hook-4.3.2.tgz#0faf9f86fc0058fe5da0e73535359cd088af3468" - integrity sha512-ZA/li3kBDHuRTtJIf7Td41UU87bPtnt9xV4r+PlEzpnFoYRDVspk3B+mlaX75zowyQygMVmoaWnM4B88lkyExQ== +react-hotkeys-hook@4.3.7: + version "4.3.7" + resolved "https://registry.yarnpkg.com/react-hotkeys-hook/-/react-hotkeys-hook-4.3.7.tgz#87d4c2c939d190643acb66de84cdf586a8743dce" + integrity sha512-qUcA5vl/liGWr9wLYI5/8oppHLa6nExFqOAMC6CyZhpj7C56PIzYZ76xAtJ+5lgxObgl4A4pQz8upy+nq7orSQ== react-i18next@12.1.4: version "12.1.4" From f96b4e9eb7529dcd503c118fe5aa83a6fb6530c8 Mon Sep 17 00:00:00 2001 From: github-actions Date: Mon, 13 Mar 2023 05:14:45 +0000 Subject: [PATCH 2/2] [dependabot skip] chore(deps): bumped dependabot/npm_and_yarn/react-hotkeys-hook-4.3.7 changes in config/dependencies.yaml --- config/dependencies.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/dependencies.yaml b/config/dependencies.yaml index e8e7cde6bad..a4449aef29c 100644 --- a/config/dependencies.yaml +++ b/config/dependencies.yaml @@ -249,7 +249,7 @@ dev: 'react': &react '18.2.0' 'react-copy-to-clipboard': &reactCopyToClipboard '5.1.0' 'react-dom': *react - 'react-hotkeys-hook': &reactHotkeysHook '4.3.2' + 'react-hotkeys-hook': &reactHotkeysHook '4.3.7' 'react-instantsearch-dom': &reactInstantsearchDom '6.39.0' 'react-markdown': &reactMarkdown '8.0.5' 'react-swipeable': &reactSwipeable '7.0.0'