diff --git a/config/dependencies.yaml b/config/dependencies.yaml index d0d109241ec..93d05c25eea 100644 --- a/config/dependencies.yaml +++ b/config/dependencies.yaml @@ -248,7 +248,7 @@ dev: 'react': &react '18.2.0' 'react-copy-to-clipboard': &reactCopyToClipboard '5.1.0' 'react-dom': *react - 'react-hotkeys-hook': &reactHotkeysHook '4.3.8' + 'react-hotkeys-hook': &reactHotkeysHook '4.4.0' 'react-instantsearch-dom': &reactInstantsearchDom '6.39.1' 'react-markdown': &reactMarkdown '8.0.7' 'react-swipeable': &reactSwipeable '7.0.0' diff --git a/sites/dev/package.json b/sites/dev/package.json index f6fd5e57e9d..77dee2917ea 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.8", + "react-hotkeys-hook": "4.4.0", "react-instantsearch-dom": "6.39.1", "react-markdown": "8.0.7", "react-swipeable": "7.0.0", diff --git a/sites/lab/package.json b/sites/lab/package.json index 97653089ee2..09ab3ae0ba7 100644 --- a/sites/lab/package.json +++ b/sites/lab/package.json @@ -44,7 +44,7 @@ "next-i18next": "13.2.2", "react": "18.2.0", "react-copy-to-clipboard": "5.1.0", - "react-hotkeys-hook": "4.3.8", + "react-hotkeys-hook": "4.4.0", "react-i18next": "12.2.0", "react-instantsearch-dom": "6.39.1", "react-markdown": "8.0.7", diff --git a/sites/org/package.json b/sites/org/package.json index bee44e01fda..28ba194d73e 100644 --- a/sites/org/package.json +++ b/sites/org/package.json @@ -42,7 +42,7 @@ "luxon": "3.3.0", "next": "13.3.0", "react-dropzone": "14.2.3", - "react-hotkeys-hook": "4.3.8", + "react-hotkeys-hook": "4.4.0", "react-instantsearch-dom": "6.39.1", "react-hot-toast": "2.4.0", "react-markdown": "8.0.7", diff --git a/yarn.lock b/yarn.lock index a638452d5a5..3ff9adafb5a 100644 --- a/yarn.lock +++ b/yarn.lock @@ -16207,10 +16207,10 @@ react-hot-toast@2.4.0: dependencies: goober "^2.1.10" -react-hotkeys-hook@4.3.8: - version "4.3.8" - resolved "https://registry.yarnpkg.com/react-hotkeys-hook/-/react-hotkeys-hook-4.3.8.tgz#75fa18e7edb393c2d308a59378932c6badf94b80" - integrity sha512-RmrIQ3M259c84MnYVEAQsmHkD6s7XUgLG0rW6S7qjt1Lh7q+SPIz5b6obVU8OJw1Utsj1mUCj6twtBPaK/ytww== +react-hotkeys-hook@4.4.0: + version "4.4.0" + resolved "https://registry.yarnpkg.com/react-hotkeys-hook/-/react-hotkeys-hook-4.4.0.tgz#e7c55bb13ecb6ffb447e90ca5525403a5a3ac7b8" + integrity sha512-wOaCWLwgT/f895CMJrR9hmzVf+gfL8IpjWDXWXKngBp9i6Xqzf0tvLv4VI8l3Vlsg/cc4C/Iik3Ck76L/Hj0tw== react-i18next@12.2.0: version "12.2.0"