fix(deps): update dependency react-hotkeys-hook to v4.5.0 (#3539)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2024-02-04 20:08:35 -08:00 committed by GitHub
parent eb146d9506
commit d098aa45d5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 5 additions and 5 deletions

8
web/package-lock.json generated
View File

@ -38,7 +38,7 @@
"react-chartjs-2": "^5.2.0",
"react-dom": "18.2.0",
"react-error-boundary": "^4.0.0",
"react-hotkeys-hook": "4.4.4",
"react-hotkeys-hook": "4.5.0",
"react-linkify": "1.0.0-alpha",
"react-markdown": "9.0.1",
"react-virtuoso": "4.6.3",
@ -31091,9 +31091,9 @@
}
},
"node_modules/react-hotkeys-hook": {
"version": "4.4.4",
"resolved": "https://registry.npmjs.org/react-hotkeys-hook/-/react-hotkeys-hook-4.4.4.tgz",
"integrity": "sha512-wzZmqb/Obr0ds9Myc1sIFPJ52GA/Eeg/vXBWV0HA1LvHlVAW5Va3KB0q6EZNlNSHQWscWZ2K8+6w0GYSie2o7A==",
"version": "4.5.0",
"resolved": "https://registry.npmjs.org/react-hotkeys-hook/-/react-hotkeys-hook-4.5.0.tgz",
"integrity": "sha512-Samb85GSgAWFQNvVt3PS90LPPGSf9mkH/r4au81ZP1yOIFayLC3QAvqTgGtJ8YEDMXtPmaVBs6NgipHO6h4Mug==",
"peerDependencies": {
"react": ">=16.8.1",
"react-dom": ">=16.8.1"

View File

@ -44,7 +44,7 @@
"react-chartjs-2": "^5.2.0",
"react-dom": "18.2.0",
"react-error-boundary": "^4.0.0",
"react-hotkeys-hook": "4.4.4",
"react-hotkeys-hook": "4.5.0",
"react-linkify": "1.0.0-alpha",
"react-markdown": "9.0.1",
"react-virtuoso": "4.6.3",