mirror of
https://github.com/owncast/owncast.git
synced 2024-11-21 12:18:02 +03:00
fix(deps): update dependency react-hotkeys-hook to v4.6.1
This commit is contained in:
parent
ac009f574e
commit
50a4224224
2 changed files with 5 additions and 5 deletions
8
web/package-lock.json
generated
8
web/package-lock.json
generated
|
@ -39,7 +39,7 @@
|
|||
"react-chartjs-2": "^5.2.0",
|
||||
"react-dom": "18.3.1",
|
||||
"react-error-boundary": "^4.0.0",
|
||||
"react-hotkeys-hook": "4.5.1",
|
||||
"react-hotkeys-hook": "4.6.1",
|
||||
"react-linkify": "1.0.0-alpha",
|
||||
"react-markdown": "9.0.1",
|
||||
"react-virtuoso": "4.12.0",
|
||||
|
@ -34503,9 +34503,9 @@
|
|||
}
|
||||
},
|
||||
"node_modules/react-hotkeys-hook": {
|
||||
"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==",
|
||||
"version": "4.6.1",
|
||||
"resolved": "https://registry.npmjs.org/react-hotkeys-hook/-/react-hotkeys-hook-4.6.1.tgz",
|
||||
"integrity": "sha512-XlZpbKUj9tkfgPgT9gA+1p7Ey6vFIZHttUjPqpTdyT5nqQ8mHL7elxvSbaC+dpSiHUSmr21Ya1mDxBZG3aje4Q==",
|
||||
"license": "MIT",
|
||||
"peerDependencies": {
|
||||
"react": ">=16.8.1",
|
||||
|
|
|
@ -48,7 +48,7 @@
|
|||
"react-chartjs-2": "^5.2.0",
|
||||
"react-dom": "18.3.1",
|
||||
"react-error-boundary": "^4.0.0",
|
||||
"react-hotkeys-hook": "4.5.1",
|
||||
"react-hotkeys-hook": "4.6.1",
|
||||
"react-linkify": "1.0.0-alpha",
|
||||
"react-markdown": "9.0.1",
|
||||
"react-virtuoso": "4.12.0",
|
||||
|
|
Loading…
Reference in a new issue