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

This commit is contained in:
renovate[bot] 2024-01-07 12:47:26 +00:00 committed by GitHub
parent 4cb5d54256
commit 1af8fafd8c
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

@ -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.1",
"react-hotkeys-hook": "4.4.3",
"react-linkify": "1.0.0-alpha",
"react-markdown": "9.0.1",
"react-virtuoso": "4.6.2",
@ -31161,9 +31161,9 @@
}
},
"node_modules/react-hotkeys-hook": {
"version": "4.4.1",
"resolved": "https://registry.npmjs.org/react-hotkeys-hook/-/react-hotkeys-hook-4.4.1.tgz",
"integrity": "sha512-sClBMBioFEgFGYLTWWRKvhxcCx1DRznd+wkFHwQZspnRBkHTgruKIHptlK/U/2DPX8BhHoRGzpMVWUXMmdZlmw==",
"version": "4.4.3",
"resolved": "https://registry.npmjs.org/react-hotkeys-hook/-/react-hotkeys-hook-4.4.3.tgz",
"integrity": "sha512-G6psp7OUm9xxY4G2vL48tBwWUVJLvD/PeInaPdPvqRJ8GoXBu6Djqr6WIw5gu1M0SbR1epNUlvpccxu2ZzmtFQ==",
"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.1",
"react-hotkeys-hook": "4.4.3",
"react-linkify": "1.0.0-alpha",
"react-markdown": "9.0.1",
"react-virtuoso": "4.6.2",