diff --git a/config/dependencies.yaml b/config/dependencies.yaml index 521d3dc52ad..f305a8a1546 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' 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 f79d64a0689..7e27aa81b6c 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"