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

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2024-03-31 10:24:44 -07:00 committed by GitHub
parent 0893439add
commit 23005498f8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

70
package-lock.json generated
View File

@ -149,12 +149,12 @@
} }
}, },
"node_modules/@floating-ui/dom": { "node_modules/@floating-ui/dom": {
"version": "1.6.1", "version": "1.6.3",
"resolved": "https://registry.npmjs.org/@floating-ui/dom/-/dom-1.6.1.tgz", "resolved": "https://registry.npmjs.org/@floating-ui/dom/-/dom-1.6.3.tgz",
"integrity": "sha512-iA8qE43/H5iGozC3W0YSnVSW42Vh522yyM1gj+BqRwVsTNOyr231PsXDaV04yT39PsO0QL2QpbI/M0ZaLUQgRQ==", "integrity": "sha512-RnDthu3mzPlQ31Ss/BTwQ1zjzIhr3lk1gZB1OC56h/1vEtaXkESrOqL5fQVMfXpwGtRwX+YsZBdyHtJMQnkArw==",
"dependencies": { "dependencies": {
"@floating-ui/core": "^1.6.0", "@floating-ui/core": "^1.0.0",
"@floating-ui/utils": "^0.2.1" "@floating-ui/utils": "^0.2.0"
} }
}, },
"node_modules/@floating-ui/utils": { "node_modules/@floating-ui/utils": {
@ -288,11 +288,11 @@
} }
}, },
"node_modules/@livekit/components-core": { "node_modules/@livekit/components-core": {
"version": "0.9.1", "version": "0.9.2",
"resolved": "https://registry.npmjs.org/@livekit/components-core/-/components-core-0.9.1.tgz", "resolved": "https://registry.npmjs.org/@livekit/components-core/-/components-core-0.9.2.tgz",
"integrity": "sha512-zD0TsiT+uW09GrHrsqEz9kzJ+raSXmu2YYgWrq5OEA7pO6ZbB8aGk2tPJthVTUwySOzW4rE7rNusOVEFvMkvxA==", "integrity": "sha512-P1a5el4HSKTaZsmIOgtMrmDu9iViTOSR2G5FLvcmLcnzmpQgw+2oQVNPzNQSPXh7GjB9MXvTW17/eXVI1YeeXw==",
"dependencies": { "dependencies": {
"@floating-ui/dom": "1.6.1", "@floating-ui/dom": "1.6.3",
"email-regex": "5.0.0", "email-regex": "5.0.0",
"loglevel": "1.9.1", "loglevel": "1.9.1",
"rxjs": "7.8.1" "rxjs": "7.8.1"
@ -301,34 +301,36 @@
"node": ">=18" "node": ">=18"
}, },
"peerDependencies": { "peerDependencies": {
"livekit-client": "^2.0.2", "@livekit/protocol": "^1.12.0",
"livekit-client": "^2.0.10",
"tslib": "^2.6.2" "tslib": "^2.6.2"
} }
}, },
"node_modules/@livekit/components-react": { "node_modules/@livekit/components-react": {
"version": "2.0.3", "version": "2.0.5",
"resolved": "https://registry.npmjs.org/@livekit/components-react/-/components-react-2.0.3.tgz", "resolved": "https://registry.npmjs.org/@livekit/components-react/-/components-react-2.0.5.tgz",
"integrity": "sha512-ejwoCbeHk94TolGlFmua6cRVmIdSCx5VKeviYoajnNcOJn1qw5u09JVU6bR24MCLYVvuxGZK5aHua1BvnW5Ryw==", "integrity": "sha512-ymM+JcXkAir9fKh6DJqm2V11OnIpGonrOkZb9RrYXhbfIAt57iLM96C7We6ZqqxYNuPnWRaVMQHoXhXqwkqFXw==",
"dependencies": { "dependencies": {
"@livekit/components-core": "0.9.1", "@livekit/components-core": "0.9.2",
"@react-hook/latest": "1.0.3", "@react-hook/latest": "1.0.3",
"clsx": "2.1.0", "clsx": "2.1.0",
"usehooks-ts": "2.14.0" "usehooks-ts": "2.16.0"
}, },
"engines": { "engines": {
"node": ">=18" "node": ">=18"
}, },
"peerDependencies": { "peerDependencies": {
"livekit-client": "^2.0.2", "@livekit/protocol": "^1.12.0",
"livekit-client": "^2.0.10",
"react": ">=18", "react": ">=18",
"react-dom": ">=18", "react-dom": ">=18",
"tslib": "^2.6.2" "tslib": "^2.6.2"
} }
}, },
"node_modules/@livekit/protocol": { "node_modules/@livekit/protocol": {
"version": "1.10.4", "version": "1.12.0",
"resolved": "https://registry.npmjs.org/@livekit/protocol/-/protocol-1.10.4.tgz", "resolved": "https://registry.npmjs.org/@livekit/protocol/-/protocol-1.12.0.tgz",
"integrity": "sha512-7Occ6l5VqjsKsUjpLeVJXJkip4ce22iG9QR/haOkrDXYwGSY+TwCA4ubbJ81aQBt2z0kHVZuaQWdzJSDLI+Kag==", "integrity": "sha512-AMUWxna4AO/biPaKiu45JYYVHi7sc+sK6pkeNNpqkzL85+eeHkNhkFfENn9YbQKQsVWABkOmcL8p4ZbUjxZkeQ==",
"dependencies": { "dependencies": {
"@bufbuild/protobuf": "^1.7.2" "@bufbuild/protobuf": "^1.7.2"
} }
@ -3093,9 +3095,9 @@
"dev": true "dev": true
}, },
"node_modules/livekit-client": { "node_modules/livekit-client": {
"version": "2.0.6", "version": "2.0.10",
"resolved": "https://registry.npmjs.org/livekit-client/-/livekit-client-2.0.6.tgz", "resolved": "https://registry.npmjs.org/livekit-client/-/livekit-client-2.0.10.tgz",
"integrity": "sha512-cI++5YVUE/0CR9By/LsD8JbSWRshIutDH7f3UCo6KEE4joxopjN2zdMXhvTphLG86+3n8xDFR6FzhWry2UPyoA==", "integrity": "sha512-V+EyTEd3kM1Vl9/TsE3nc7PEnJI2t21ZV0/nkqhGThszym1SJzmc61hKjmCJBnR199pskUxSjrwzMl9HrPQ85A==",
"dependencies": { "dependencies": {
"@livekit/protocol": "1.10.4", "@livekit/protocol": "1.10.4",
"events": "^3.3.0", "events": "^3.3.0",
@ -3107,12 +3109,20 @@
"webrtc-adapter": "^8.1.1" "webrtc-adapter": "^8.1.1"
} }
}, },
"node_modules/livekit-server-sdk": { "node_modules/livekit-client/node_modules/@livekit/protocol": {
"version": "2.0.4", "version": "1.10.4",
"resolved": "https://registry.npmjs.org/livekit-server-sdk/-/livekit-server-sdk-2.0.4.tgz", "resolved": "https://registry.npmjs.org/@livekit/protocol/-/protocol-1.10.4.tgz",
"integrity": "sha512-KMcuyaxiQO8v36SiC/YEGYICnJ5Mf777ysb4W8yAqNKk/YQgSAbrRCtF8q4k+9M4NTj3eW1kLp6nIF86sm4mqQ==", "integrity": "sha512-7Occ6l5VqjsKsUjpLeVJXJkip4ce22iG9QR/haOkrDXYwGSY+TwCA4ubbJ81aQBt2z0kHVZuaQWdzJSDLI+Kag==",
"dependencies": { "dependencies": {
"@bufbuild/protobuf": "^1.3.0", "@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",
"integrity": "sha512-ypevnVMsy5Sse2vR81BOx/P0PdV3NOj6kASkS4fyA/xiZEiFaOEa1SxJzREcs456hNGSiLkn/RrGcwk1ytaTuA==",
"dependencies": {
"@livekit/protocol": "^1.12.0",
"camelcase-keys": "^7.0.0", "camelcase-keys": "^7.0.0",
"jose": "^5.1.2" "jose": "^5.1.2"
}, },
@ -4831,9 +4841,9 @@
} }
}, },
"node_modules/usehooks-ts": { "node_modules/usehooks-ts": {
"version": "2.14.0", "version": "2.16.0",
"resolved": "https://registry.npmjs.org/usehooks-ts/-/usehooks-ts-2.14.0.tgz", "resolved": "https://registry.npmjs.org/usehooks-ts/-/usehooks-ts-2.16.0.tgz",
"integrity": "sha512-jnhrjTRJoJS7cFxz63tRYc5mzTKf/h+Ii8P0PDHymT9qDe4ZA2/gzDRmDR4WGausg5X8wMIdghwi3BBCN9JKow==", "integrity": "sha512-bez95WqYujxp6hFdM/CpRDiVPirZPxlMzOH2QB8yopoKQMXpscyZoxOjpEdaxvV+CAWUDSM62cWnqHE0E/MZ7w==",
"dependencies": { "dependencies": {
"lodash.debounce": "^4.0.8" "lodash.debounce": "^4.0.8"
}, },