mirror of
https://github.com/owncast/owncast.git
synced 2024-11-26 23:24:29 +03:00
fix(deps): update dependency react-virtuoso to v4.6.1
This commit is contained in:
parent
691b53cb95
commit
7e9a0cf388
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.6.0",
|
||||
"react-virtuoso": "4.6.1",
|
||||
"recoil": "0.7.7",
|
||||
"regexpu-core": "^5.3.2",
|
||||
"sanitize-html": "^2.11.0",
|
||||
|
@ -39670,9 +39670,9 @@
|
|||
}
|
||||
},
|
||||
"node_modules/react-virtuoso": {
|
||||
"version": "4.6.0",
|
||||
"resolved": "https://registry.npmjs.org/react-virtuoso/-/react-virtuoso-4.6.0.tgz",
|
||||
"integrity": "sha512-paQbkLA8U6dRe9srltWgPeoFCtNKqUYIcOpUR01JyznzaXWVzgZQE0M9KGi9vMoq8vHvHkGzuxJ6jDCS6uzePg==",
|
||||
"version": "4.6.1",
|
||||
"resolved": "https://registry.npmjs.org/react-virtuoso/-/react-virtuoso-4.6.1.tgz",
|
||||
"integrity": "sha512-dQq0yOdRjdWIYaiTvUbudqmTodGSdWGt5lVYz3mM07TTEV91yv7eL5Fn3FPEJOA36whScxPWg0GiYBIOZYEIEA==",
|
||||
"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.6.0",
|
||||
"react-virtuoso": "4.6.1",
|
||||
"recoil": "0.7.7",
|
||||
"regexpu-core": "^5.3.2",
|
||||
"sanitize-html": "^2.11.0",
|
||||
|
|
Loading…
Reference in a new issue