mirror of
https://github.com/owncast/owncast.git
synced 2024-11-27 09:45:36 +03:00
fix(deps): update dependency react-virtuoso to v4.5.1
This commit is contained in:
parent
844e94710e
commit
81ee8327dc
2 changed files with 5 additions and 5 deletions
8
web/package-lock.json
generated
8
web/package-lock.json
generated
|
@ -41,7 +41,7 @@
|
|||
"react-hotkeys-hook": "4.4.1",
|
||||
"react-linkify": "1.0.0-alpha",
|
||||
"react-markdown": "8.0.7",
|
||||
"react-virtuoso": "4.5.0",
|
||||
"react-virtuoso": "4.5.1",
|
||||
"recoil": "0.7.7",
|
||||
"regexpu-core": "^5.3.2",
|
||||
"sanitize-html": "^2.11.0",
|
||||
|
@ -39350,9 +39350,9 @@
|
|||
}
|
||||
},
|
||||
"node_modules/react-virtuoso": {
|
||||
"version": "4.5.0",
|
||||
"resolved": "https://registry.npmjs.org/react-virtuoso/-/react-virtuoso-4.5.0.tgz",
|
||||
"integrity": "sha512-OMP6XrzJMMos1vbJZC16RxGW7utAxUMP7i5PNPi6epBNVH7nz+CF/DlmecNBep5wyjLud51dQ5epjb2A0w9W/Q==",
|
||||
"version": "4.5.1",
|
||||
"resolved": "https://registry.npmjs.org/react-virtuoso/-/react-virtuoso-4.5.1.tgz",
|
||||
"integrity": "sha512-Jdo9M/T5PcDAczvmXAKwvb/BW0MCMr/cb+3j2m9192zlQgQ+syMdJR42i+Sk80ln5aSNaL1fnxleJzdKsCc4lw==",
|
||||
"engines": {
|
||||
"node": ">=10"
|
||||
},
|
||||
|
|
|
@ -47,7 +47,7 @@
|
|||
"react-hotkeys-hook": "4.4.1",
|
||||
"react-linkify": "1.0.0-alpha",
|
||||
"react-markdown": "8.0.7",
|
||||
"react-virtuoso": "4.5.0",
|
||||
"react-virtuoso": "4.5.1",
|
||||
"recoil": "0.7.7",
|
||||
"regexpu-core": "^5.3.2",
|
||||
"sanitize-html": "^2.11.0",
|
||||
|
|
Loading…
Reference in a new issue