Update LiveKit dependencies (non-major) (#42)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2024-04-23 13:03:36 +02:00 committed by GitHub
parent 23005498f8
commit 0d82ab4b26
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

40
package-lock.json generated
View File

@ -288,9 +288,9 @@
}
},
"node_modules/@livekit/components-core": {
"version": "0.9.2",
"resolved": "https://registry.npmjs.org/@livekit/components-core/-/components-core-0.9.2.tgz",
"integrity": "sha512-P1a5el4HSKTaZsmIOgtMrmDu9iViTOSR2G5FLvcmLcnzmpQgw+2oQVNPzNQSPXh7GjB9MXvTW17/eXVI1YeeXw==",
"version": "0.10.0",
"resolved": "https://registry.npmjs.org/@livekit/components-core/-/components-core-0.10.0.tgz",
"integrity": "sha512-TSsIG2BRLABT5FP+5sueZgkByGYyFhv3UTb8fneWchvQRBHtiU9s4FF8SIoAw9z3znhwp1tKaJyuIyKp7k0Juw==",
"dependencies": {
"@floating-ui/dom": "1.6.3",
"email-regex": "5.0.0",
@ -302,16 +302,16 @@
},
"peerDependencies": {
"@livekit/protocol": "^1.12.0",
"livekit-client": "^2.0.10",
"livekit-client": "^2.1.0",
"tslib": "^2.6.2"
}
},
"node_modules/@livekit/components-react": {
"version": "2.0.5",
"resolved": "https://registry.npmjs.org/@livekit/components-react/-/components-react-2.0.5.tgz",
"integrity": "sha512-ymM+JcXkAir9fKh6DJqm2V11OnIpGonrOkZb9RrYXhbfIAt57iLM96C7We6ZqqxYNuPnWRaVMQHoXhXqwkqFXw==",
"version": "2.1.3",
"resolved": "https://registry.npmjs.org/@livekit/components-react/-/components-react-2.1.3.tgz",
"integrity": "sha512-DHn3c+buYI8O3IVQ6/9E/tWb4q9lXQomtJd7Y+9lfH4+o3ch+PAtO8aqPtpz4hdt8im0Oh1/Gim410DPgF5FSg==",
"dependencies": {
"@livekit/components-core": "0.9.2",
"@livekit/components-core": "0.10.0",
"@react-hook/latest": "1.0.3",
"clsx": "2.1.0",
"usehooks-ts": "2.16.0"
@ -321,16 +321,16 @@
},
"peerDependencies": {
"@livekit/protocol": "^1.12.0",
"livekit-client": "^2.0.10",
"livekit-client": "^2.1.0",
"react": ">=18",
"react-dom": ">=18",
"tslib": "^2.6.2"
}
},
"node_modules/@livekit/protocol": {
"version": "1.12.0",
"resolved": "https://registry.npmjs.org/@livekit/protocol/-/protocol-1.12.0.tgz",
"integrity": "sha512-AMUWxna4AO/biPaKiu45JYYVHi7sc+sK6pkeNNpqkzL85+eeHkNhkFfENn9YbQKQsVWABkOmcL8p4ZbUjxZkeQ==",
"version": "1.13.0",
"resolved": "https://registry.npmjs.org/@livekit/protocol/-/protocol-1.13.0.tgz",
"integrity": "sha512-M3U36VgRfb0VutWG6pnozXusL+mkYstbCctTLUyCIyye36Ztv1wA9zYpyYvz7VnsgmCn+g/g0eB2rnAkTVwcnA==",
"dependencies": {
"@bufbuild/protobuf": "^1.7.2"
}
@ -3095,11 +3095,11 @@
"dev": true
},
"node_modules/livekit-client": {
"version": "2.0.10",
"resolved": "https://registry.npmjs.org/livekit-client/-/livekit-client-2.0.10.tgz",
"integrity": "sha512-V+EyTEd3kM1Vl9/TsE3nc7PEnJI2t21ZV0/nkqhGThszym1SJzmc61hKjmCJBnR199pskUxSjrwzMl9HrPQ85A==",
"version": "2.1.0",
"resolved": "https://registry.npmjs.org/livekit-client/-/livekit-client-2.1.0.tgz",
"integrity": "sha512-nJwfRKw1Pafd2napk66l30dlBjsv1VZ+na3mzNezcAFAYT2lQ4Gch57TdbMBDYo+QfrZ98s+kuZzsFhBwM5rqw==",
"dependencies": {
"@livekit/protocol": "1.10.4",
"@livekit/protocol": "1.13.0",
"events": "^3.3.0",
"loglevel": "^1.8.0",
"sdp-transform": "^2.14.1",
@ -3109,14 +3109,6 @@
"webrtc-adapter": "^8.1.1"
}
},
"node_modules/livekit-client/node_modules/@livekit/protocol": {
"version": "1.10.4",
"resolved": "https://registry.npmjs.org/@livekit/protocol/-/protocol-1.10.4.tgz",
"integrity": "sha512-7Occ6l5VqjsKsUjpLeVJXJkip4ce22iG9QR/haOkrDXYwGSY+TwCA4ubbJ81aQBt2z0kHVZuaQWdzJSDLI+Kag==",
"dependencies": {
"@bufbuild/protobuf": "^1.7.2"
}
},
"node_modules/livekit-server-sdk": {
"version": "2.1.2",
"resolved": "https://registry.npmjs.org/livekit-server-sdk/-/livekit-server-sdk-2.1.2.tgz",