mirror of
https://github.com/owncast/owncast.git
synced 2024-11-21 20:28:15 +03:00
fix(deps): update dependency react-hotkeys-hook to v4.5.1
This commit is contained in:
parent
5e57bdb926
commit
8d723340fe
2 changed files with 5 additions and 5 deletions
8
web/package-lock.json
generated
8
web/package-lock.json
generated
|
@ -38,7 +38,7 @@
|
|||
"react-chartjs-2": "^5.2.0",
|
||||
"react-dom": "18.3.1",
|
||||
"react-error-boundary": "^4.0.0",
|
||||
"react-hotkeys-hook": "4.5.0",
|
||||
"react-hotkeys-hook": "4.5.1",
|
||||
"react-linkify": "1.0.0-alpha",
|
||||
"react-markdown": "9.0.1",
|
||||
"react-virtuoso": "4.10.2",
|
||||
|
@ -35176,9 +35176,9 @@
|
|||
}
|
||||
},
|
||||
"node_modules/react-hotkeys-hook": {
|
||||
"version": "4.5.0",
|
||||
"resolved": "https://registry.npmjs.org/react-hotkeys-hook/-/react-hotkeys-hook-4.5.0.tgz",
|
||||
"integrity": "sha512-Samb85GSgAWFQNvVt3PS90LPPGSf9mkH/r4au81ZP1yOIFayLC3QAvqTgGtJ8YEDMXtPmaVBs6NgipHO6h4Mug==",
|
||||
"version": "4.5.1",
|
||||
"resolved": "https://registry.npmjs.org/react-hotkeys-hook/-/react-hotkeys-hook-4.5.1.tgz",
|
||||
"integrity": "sha512-scAEJOh3Irm0g95NIn6+tQVf/OICCjsQsC9NBHfQws/Vxw4sfq1tDQut5fhTEvPraXhu/sHxRd9lOtxzyYuNAg==",
|
||||
"license": "MIT",
|
||||
"peerDependencies": {
|
||||
"react": ">=16.8.1",
|
||||
|
|
|
@ -44,7 +44,7 @@
|
|||
"react-chartjs-2": "^5.2.0",
|
||||
"react-dom": "18.3.1",
|
||||
"react-error-boundary": "^4.0.0",
|
||||
"react-hotkeys-hook": "4.5.0",
|
||||
"react-hotkeys-hook": "4.5.1",
|
||||
"react-linkify": "1.0.0-alpha",
|
||||
"react-markdown": "9.0.1",
|
||||
"react-virtuoso": "4.10.2",
|
||||
|
|
Loading…
Reference in a new issue