mirror of
https://github.com/owncast/owncast.git
synced 2024-11-24 05:38:58 +03:00
fix(deps): update dependency react-virtuoso to v4.10.4
This commit is contained in:
parent
b59d66cdf2
commit
9fb4b4a749
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.5.1",
|
||||
"react-linkify": "1.0.0-alpha",
|
||||
"react-markdown": "9.0.1",
|
||||
"react-virtuoso": "4.10.1",
|
||||
"react-virtuoso": "4.10.4",
|
||||
"recoil": "0.7.7",
|
||||
"regexpu-core": "^5.3.2",
|
||||
"sanitize-html": "^2.11.0",
|
||||
|
@ -35342,9 +35342,9 @@
|
|||
}
|
||||
},
|
||||
"node_modules/react-virtuoso": {
|
||||
"version": "4.10.1",
|
||||
"resolved": "https://registry.npmjs.org/react-virtuoso/-/react-virtuoso-4.10.1.tgz",
|
||||
"integrity": "sha512-vDBt9AarmCjPNshw3VxPXW355ZQKSO0p9vrAJ0pi04TB6aXk+qHWTu8NuaQ3ppcd/Ub1r5ryRA4fJ2QGuH0H0g==",
|
||||
"version": "4.10.4",
|
||||
"resolved": "https://registry.npmjs.org/react-virtuoso/-/react-virtuoso-4.10.4.tgz",
|
||||
"integrity": "sha512-G/gprhTbK+lzMxoo/iStcZxVEGph/cIhc3WANEpt92RuMw+LiCZOmBfKoeoZOHlm/iyftTrDJhGaTCpxyucnkQ==",
|
||||
"license": "MIT",
|
||||
"engines": {
|
||||
"node": ">=10"
|
||||
|
|
|
@ -47,7 +47,7 @@
|
|||
"react-hotkeys-hook": "4.5.1",
|
||||
"react-linkify": "1.0.0-alpha",
|
||||
"react-markdown": "9.0.1",
|
||||
"react-virtuoso": "4.10.1",
|
||||
"react-virtuoso": "4.10.4",
|
||||
"recoil": "0.7.7",
|
||||
"regexpu-core": "^5.3.2",
|
||||
"sanitize-html": "^2.11.0",
|
||||
|
|
Loading…
Reference in a new issue