mirror of
https://github.com/owncast/owncast.git
synced 2024-11-22 21:03:19 +03:00
fix(deps): update dependency react-virtuoso to v4.6.3
This commit is contained in:
parent
eec6fc8a39
commit
468527392a
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.4",
|
"react-hotkeys-hook": "4.4.4",
|
||||||
"react-linkify": "1.0.0-alpha",
|
"react-linkify": "1.0.0-alpha",
|
||||||
"react-markdown": "9.0.1",
|
"react-markdown": "9.0.1",
|
||||||
"react-virtuoso": "4.6.2",
|
"react-virtuoso": "4.6.3",
|
||||||
"recoil": "0.7.7",
|
"recoil": "0.7.7",
|
||||||
"regexpu-core": "^5.3.2",
|
"regexpu-core": "^5.3.2",
|
||||||
"sanitize-html": "^2.11.0",
|
"sanitize-html": "^2.11.0",
|
||||||
|
@ -31301,9 +31301,9 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/react-virtuoso": {
|
"node_modules/react-virtuoso": {
|
||||||
"version": "4.6.2",
|
"version": "4.6.3",
|
||||||
"resolved": "https://registry.npmjs.org/react-virtuoso/-/react-virtuoso-4.6.2.tgz",
|
"resolved": "https://registry.npmjs.org/react-virtuoso/-/react-virtuoso-4.6.3.tgz",
|
||||||
"integrity": "sha512-vvlqvzPif+MvBrJ09+hJJrVY0xJK9yran+A+/1iwY78k0YCVKsyoNPqoLxOxzYPggspNBNXqUXEcvckN29OxyQ==",
|
"integrity": "sha512-NcoSsf4B0OCx7U8i2s+VWe8b9e+FWzcN/5ly4hKjErynBzGONbWORZ1C5amUlWrPi6+HbUQ2PjnT4OpyQIpP9A==",
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=10"
|
"node": ">=10"
|
||||||
},
|
},
|
||||||
|
|
|
@ -47,7 +47,7 @@
|
||||||
"react-hotkeys-hook": "4.4.4",
|
"react-hotkeys-hook": "4.4.4",
|
||||||
"react-linkify": "1.0.0-alpha",
|
"react-linkify": "1.0.0-alpha",
|
||||||
"react-markdown": "9.0.1",
|
"react-markdown": "9.0.1",
|
||||||
"react-virtuoso": "4.6.2",
|
"react-virtuoso": "4.6.3",
|
||||||
"recoil": "0.7.7",
|
"recoil": "0.7.7",
|
||||||
"regexpu-core": "^5.3.2",
|
"regexpu-core": "^5.3.2",
|
||||||
"sanitize-html": "^2.11.0",
|
"sanitize-html": "^2.11.0",
|
||||||
|
|
Loading…
Reference in a new issue