Update LiveKit dependencies (non-major) (#99)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
parent
e2c3b8bf35
commit
71aeca4d36
30
package-lock.json
generated
30
package-lock.json
generated
@ -2028,9 +2028,9 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/@livekit/components-core": {
|
"node_modules/@livekit/components-core": {
|
||||||
"version": "0.11.3",
|
"version": "0.11.4",
|
||||||
"resolved": "https://registry.npmjs.org/@livekit/components-core/-/components-core-0.11.3.tgz",
|
"resolved": "https://registry.npmjs.org/@livekit/components-core/-/components-core-0.11.4.tgz",
|
||||||
"integrity": "sha512-fGHDmZyW2A1p4z8AGdR5lFFMHKyXwvLT0DPYfKi3VhRodNzlm4ORMEZyHqioWrorjIJ453PU1nBDmv44ZqzgUg==",
|
"integrity": "sha512-8Dr/9WCEov5AW42KrTnLTuoEIK1yWHcdvvJl8znxx59uUVlE8o6IvsFnofNlfRJ2fCADSnw0K2yEpLQjwLel2Q==",
|
||||||
"license": "Apache-2.0",
|
"license": "Apache-2.0",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@floating-ui/dom": "1.6.8",
|
"@floating-ui/dom": "1.6.8",
|
||||||
@ -2047,11 +2047,12 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/@livekit/components-react": {
|
"node_modules/@livekit/components-react": {
|
||||||
"version": "2.5.2",
|
"version": "2.5.3",
|
||||||
"resolved": "https://registry.npmjs.org/@livekit/components-react/-/components-react-2.5.2.tgz",
|
"resolved": "https://registry.npmjs.org/@livekit/components-react/-/components-react-2.5.3.tgz",
|
||||||
"integrity": "sha512-N4cNWiXliJa69em9HzDQxCYolW8lXYgwuY2ilWxMLbSPzkqEVb5FTVFIputrmX+k3VhXL5635CejaW36NRpb9Q==",
|
"integrity": "sha512-RKqi2KDltsqTdw5xx0ahEfHtuFvQoTjmJ/M1pukqU7Eczcuwga4AuEESxWkq6ct7Zenabru4eYjFbScc60L3og==",
|
||||||
|
"license": "Apache-2.0",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@livekit/components-core": "0.11.3",
|
"@livekit/components-core": "0.11.4",
|
||||||
"clsx": "2.1.1",
|
"clsx": "2.1.1",
|
||||||
"usehooks-ts": "3.1.0"
|
"usehooks-ts": "3.1.0"
|
||||||
},
|
},
|
||||||
@ -2067,9 +2068,10 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/@livekit/components-styles": {
|
"node_modules/@livekit/components-styles": {
|
||||||
"version": "1.1.1",
|
"version": "1.1.2",
|
||||||
"resolved": "https://registry.npmjs.org/@livekit/components-styles/-/components-styles-1.1.1.tgz",
|
"resolved": "https://registry.npmjs.org/@livekit/components-styles/-/components-styles-1.1.2.tgz",
|
||||||
"integrity": "sha512-lCug8KtF/uaBMqG3nq0puytTibglmQKQICnDTnRqNZpNyOJLJ4texBmfIV/eV/EYI/7SKxC/xJmiGrXFdES09Q==",
|
"integrity": "sha512-6ghL+JQWPnD3AYK+Zfcd100Kvh5YrrG2z23REyXUjtHpQjPRgg7F/lmHNa7Jz55afCv0L0BQFYpfo5Z4Kdc+tw==",
|
||||||
|
"license": "Apache-2.0",
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=18"
|
"node": ">=18"
|
||||||
}
|
}
|
||||||
@ -5998,12 +6000,12 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/livekit-server-sdk": {
|
"node_modules/livekit-server-sdk": {
|
||||||
"version": "2.6.1",
|
"version": "2.6.2",
|
||||||
"resolved": "https://registry.npmjs.org/livekit-server-sdk/-/livekit-server-sdk-2.6.1.tgz",
|
"resolved": "https://registry.npmjs.org/livekit-server-sdk/-/livekit-server-sdk-2.6.2.tgz",
|
||||||
"integrity": "sha512-j/8TOlahIyWnycNkuSzTv6q+win4JTbDGNH48iMsZDMnJBks9hhC9UwAO4ES42sAorIAxGkrH58hxt4KdTkZaQ==",
|
"integrity": "sha512-3fFzHu7sAynUaUFTCKtRP9lgQCU0Qe/x7XA99GpT1ro7fTy1ZVzaWq34WcXEyUGBBMFxG19LlSIAQBcGZVStWQ==",
|
||||||
"license": "Apache-2.0",
|
"license": "Apache-2.0",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@livekit/protocol": "^1.19.0",
|
"@livekit/protocol": "^1.20.0",
|
||||||
"camelcase-keys": "^9.0.0",
|
"camelcase-keys": "^9.0.0",
|
||||||
"jose": "^5.1.2"
|
"jose": "^5.1.2"
|
||||||
},
|
},
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user