diff --git a/web/package-lock.json b/web/package-lock.json index dbd173530..656e40c7d 100644 --- a/web/package-lock.json +++ b/web/package-lock.json @@ -36,7 +36,7 @@ "react-crossfade-img": "1.0.0", "react-dom": "18.2.0", "react-highlighter-ts": "18.0.1", - "react-hotkeys-hook": "3.4.7", + "react-hotkeys-hook": "4.3.2", "react-linkify": "1.0.0-alpha", "react-markdown": "8.0.4", "react-use": "^17.4.0", @@ -20787,11 +20787,6 @@ "integrity": "sha512-mxIDAb9Lsm6DoOJ7xH+5+X4y1LU/4Hi50L9C5sIswK3JzULS4bwk1FvjdBgvYR4bzT4tuUQiC15FE2f5HbLvYw==", "dev": true }, - "node_modules/hotkeys-js": { - "version": "3.9.4", - "resolved": "https://registry.npmjs.org/hotkeys-js/-/hotkeys-js-3.9.4.tgz", - "integrity": "sha512-2zuLt85Ta+gIyvs4N88pCYskNrxf1TFv3LR9t5mdAZIX8BcgQQ48F2opUptvHa6m8zsy5v/a0i9mWzTrlNWU0Q==" - }, "node_modules/html-entities": { "version": "2.3.3", "resolved": "https://registry.npmjs.org/html-entities/-/html-entities-2.3.3.tgz", @@ -28317,12 +28312,9 @@ } }, "node_modules/react-hotkeys-hook": { - "version": "3.4.7", - "resolved": "https://registry.npmjs.org/react-hotkeys-hook/-/react-hotkeys-hook-3.4.7.tgz", - "integrity": "sha512-+bbPmhPAl6ns9VkXkNNyxlmCAIyDAcWbB76O4I0ntr3uWCRuIQf/aRLartUahe9chVMPj+OEzzfk3CQSjclUEQ==", - "dependencies": { - "hotkeys-js": "3.9.4" - }, + "version": "4.3.2", + "resolved": "https://registry.npmjs.org/react-hotkeys-hook/-/react-hotkeys-hook-4.3.2.tgz", + "integrity": "sha512-ZA/li3kBDHuRTtJIf7Td41UU87bPtnt9xV4r+PlEzpnFoYRDVspk3B+mlaX75zowyQygMVmoaWnM4B88lkyExQ==", "peerDependencies": { "react": ">=16.8.1", "react-dom": ">=16.8.1" diff --git a/web/package.json b/web/package.json index 948be735a..4fcdc61c9 100644 --- a/web/package.json +++ b/web/package.json @@ -40,7 +40,7 @@ "react-crossfade-img": "1.0.0", "react-dom": "18.2.0", "react-highlighter-ts": "18.0.1", - "react-hotkeys-hook": "3.4.7", + "react-hotkeys-hook": "4.3.2", "react-linkify": "1.0.0-alpha", "react-markdown": "8.0.4", "react-use": "^17.4.0",