Update dependency react-hotkeys-hook to v4.3.8 (#2834)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot]
2023-03-17 22:41:50 -07:00
committed by GitHub
parent c22307338d
commit 1476b721d3
2 changed files with 5 additions and 5 deletions

8
web/package-lock.json generated
View File

@@ -40,7 +40,7 @@
"react-crossfade-img": "1.0.0", "react-crossfade-img": "1.0.0",
"react-dom": "18.2.0", "react-dom": "18.2.0",
"react-error-boundary": "^3.1.4", "react-error-boundary": "^3.1.4",
"react-hotkeys-hook": "4.3.7", "react-hotkeys-hook": "4.3.8",
"react-linkify": "1.0.0-alpha", "react-linkify": "1.0.0-alpha",
"react-markdown": "8.0.5", "react-markdown": "8.0.5",
"react-use": "^17.4.0", "react-use": "^17.4.0",
@@ -32218,9 +32218,9 @@
} }
}, },
"node_modules/react-hotkeys-hook": { "node_modules/react-hotkeys-hook": {
"version": "4.3.7", "version": "4.3.8",
"resolved": "https://registry.npmjs.org/react-hotkeys-hook/-/react-hotkeys-hook-4.3.7.tgz", "resolved": "https://registry.npmjs.org/react-hotkeys-hook/-/react-hotkeys-hook-4.3.8.tgz",
"integrity": "sha512-qUcA5vl/liGWr9wLYI5/8oppHLa6nExFqOAMC6CyZhpj7C56PIzYZ76xAtJ+5lgxObgl4A4pQz8upy+nq7orSQ==", "integrity": "sha512-RmrIQ3M259c84MnYVEAQsmHkD6s7XUgLG0rW6S7qjt1Lh7q+SPIz5b6obVU8OJw1Utsj1mUCj6twtBPaK/ytww==",
"peerDependencies": { "peerDependencies": {
"react": ">=16.8.1", "react": ">=16.8.1",
"react-dom": ">=16.8.1" "react-dom": ">=16.8.1"

View File

@@ -44,7 +44,7 @@
"react-crossfade-img": "1.0.0", "react-crossfade-img": "1.0.0",
"react-dom": "18.2.0", "react-dom": "18.2.0",
"react-error-boundary": "^3.1.4", "react-error-boundary": "^3.1.4",
"react-hotkeys-hook": "4.3.7", "react-hotkeys-hook": "4.3.8",
"react-linkify": "1.0.0-alpha", "react-linkify": "1.0.0-alpha",
"react-markdown": "8.0.5", "react-markdown": "8.0.5",
"react-use": "^17.4.0", "react-use": "^17.4.0",