diff --git a/package-lock.json b/package-lock.json index 674af7c02..38d67bd0a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -35,7 +35,7 @@ "react-dom": "^17.0.2", "react-draggable": "^4.4.3", "react-hook-form": "^6.14.2", - "react-hotkeys-hook": "^3.3.0", + "react-hotkeys-hook": "^3.3.1", "react-icons": "^4.2.0", "react-infinite-scroller": "^1.2.4", "react-markdown": "^5.0.3", @@ -7899,11 +7899,15 @@ "integrity": "sha512-GgDUuT3Yfhl1BOcMl862uAFbCixSomtm3CVlQQ1qVu9Tq5BN2uUIRUIXP8l2Gy99eLUrBqU9x4E7N+si9cnvaw==" }, "node_modules/react-hotkeys-hook": { - "version": "3.3.0", - "resolved": "https://registry.npmjs.org/react-hotkeys-hook/-/react-hotkeys-hook-3.3.0.tgz", - "integrity": "sha512-DbxcZpswAcJKc0Fw5oTWeRImGLVerDlMU8ndIAH5Waed8wvpafk/F2i43BZo2O3Ftn/RzQsD4EFU8e8FSjVFTg==", + "version": "3.3.1", + "resolved": "https://registry.npmjs.org/react-hotkeys-hook/-/react-hotkeys-hook-3.3.1.tgz", + "integrity": "sha512-y6eCMEysh09lIgRQvIC76L7ehqUWf/7h8VlqT6w7RRnim5CX5CXldo64+CjWanIcgr++q5yTNwr7A/8DXA1u9A==", "dependencies": { "hotkeys-js": "3.8.3" + }, + "peerDependencies": { + "react": ">=16.8.1", + "react-dom": ">=16.8.1" } }, "node_modules/react-icons": { @@ -16206,9 +16210,9 @@ "integrity": "sha512-GgDUuT3Yfhl1BOcMl862uAFbCixSomtm3CVlQQ1qVu9Tq5BN2uUIRUIXP8l2Gy99eLUrBqU9x4E7N+si9cnvaw==" }, "react-hotkeys-hook": { - "version": "3.3.0", - "resolved": "https://registry.npmjs.org/react-hotkeys-hook/-/react-hotkeys-hook-3.3.0.tgz", - "integrity": "sha512-DbxcZpswAcJKc0Fw5oTWeRImGLVerDlMU8ndIAH5Waed8wvpafk/F2i43BZo2O3Ftn/RzQsD4EFU8e8FSjVFTg==", + "version": "3.3.1", + "resolved": "https://registry.npmjs.org/react-hotkeys-hook/-/react-hotkeys-hook-3.3.1.tgz", + "integrity": "sha512-y6eCMEysh09lIgRQvIC76L7ehqUWf/7h8VlqT6w7RRnim5CX5CXldo64+CjWanIcgr++q5yTNwr7A/8DXA1u9A==", "requires": { "hotkeys-js": "3.8.3" } diff --git a/package.json b/package.json index 431e1908f..a4a5e4f91 100644 --- a/package.json +++ b/package.json @@ -53,7 +53,7 @@ "react-dom": "^17.0.2", "react-draggable": "^4.4.3", "react-hook-form": "^6.14.2", - "react-hotkeys-hook": "^3.3.0", + "react-hotkeys-hook": "^3.3.1", "react-icons": "^4.2.0", "react-infinite-scroller": "^1.2.4", "react-markdown": "^5.0.3",