Update dependency livekit-server-sdk to v1.2.6 (#103)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2023-08-21 21:54:17 +00:00 committed by GitHub
parent 14e3bb3c11
commit c5f2a71a35
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 5 deletions

View file

@ -12,7 +12,7 @@
"@livekit/components-react": "1.1.3",
"@livekit/components-styles": "1.0.6",
"livekit-client": "1.12.3",
"livekit-server-sdk": "1.2.5",
"livekit-server-sdk": "1.2.6",
"next": "12.3.4",
"next-seo": "^6.0.0",
"react": "18.2.0",

View file

@ -1575,14 +1575,15 @@ livekit-client@1.12.3:
typed-emitter "^2.1.0"
webrtc-adapter "^8.1.1"
livekit-server-sdk@1.2.5:
version "1.2.5"
resolved "https://registry.yarnpkg.com/livekit-server-sdk/-/livekit-server-sdk-1.2.5.tgz#2a30f2d1897acd042acd0d723895205c17c9c8d0"
integrity sha512-QYHGEoilSAXUQQBAZE2SXU1oXW8z08VFp2UxcZzXdPt3u4E9xamghTMhgniLMWmpSCl7oqVObQ6XXnK9rkr0Pg==
livekit-server-sdk@1.2.6:
version "1.2.6"
resolved "https://registry.yarnpkg.com/livekit-server-sdk/-/livekit-server-sdk-1.2.6.tgz#0f336b2851f6580861f015ceb43e27937d79d020"
integrity sha512-Oc3lArzsyS3zzjQcTMqb3mnzHXTch0g8p4GqOcuaDaeo7J7vbf0soFUd94vURgqBq5h7wOTOOi7DlC2S0nj6LA==
dependencies:
axios "^1.3.6"
camelcase-keys "^7.0.0"
jsonwebtoken "^9.0.0"
long "^5.0.0"
protobufjs "^7.2.4"
locate-path@^2.0.0: