fix(deps): update dependency react-hotkeys-hook to v4.4.0

This commit is contained in:
renovate[bot] 2023-04-17 19:46:34 +00:00 committed by GitHub
parent 9b1665e374
commit 90546a9a45
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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-dom": "18.2.0",
"react-error-boundary": "^4.0.0",
"react-hotkeys-hook": "4.3.8",
"react-hotkeys-hook": "4.4.0",
"react-linkify": "1.0.0-alpha",
"react-markdown": "8.0.7",
"react-use": "^17.4.0",
@ -37159,9 +37159,9 @@
}
},
"node_modules/react-hotkeys-hook": {
"version": "4.3.8",
"resolved": "https://registry.npmjs.org/react-hotkeys-hook/-/react-hotkeys-hook-4.3.8.tgz",
"integrity": "sha512-RmrIQ3M259c84MnYVEAQsmHkD6s7XUgLG0rW6S7qjt1Lh7q+SPIz5b6obVU8OJw1Utsj1mUCj6twtBPaK/ytww==",
"version": "4.4.0",
"resolved": "https://registry.npmjs.org/react-hotkeys-hook/-/react-hotkeys-hook-4.4.0.tgz",
"integrity": "sha512-wOaCWLwgT/f895CMJrR9hmzVf+gfL8IpjWDXWXKngBp9i6Xqzf0tvLv4VI8l3Vlsg/cc4C/Iik3Ck76L/Hj0tw==",
"peerDependencies": {
"react": ">=16.8.1",
"react-dom": ">=16.8.1"

View file

@ -45,7 +45,7 @@
"react-crossfade-img": "1.0.0",
"react-dom": "18.2.0",
"react-error-boundary": "^4.0.0",
"react-hotkeys-hook": "4.3.8",
"react-hotkeys-hook": "4.4.0",
"react-linkify": "1.0.0-alpha",
"react-markdown": "8.0.7",
"react-use": "^17.4.0",