chore(deps): Bump livekit-client from 2.19.0 to 2.20.0 - #30
Closed
dependabot[bot] wants to merge 1 commit into
Closed
chore(deps): Bump livekit-client from 2.19.0 to 2.20.0#30dependabot[bot] wants to merge 1 commit into
dependabot[bot] wants to merge 1 commit into
Conversation
Bumps [livekit-client](https://github.com/livekit/client-sdk-js) from 2.19.0 to 2.20.0. - [Release notes](https://github.com/livekit/client-sdk-js/releases) - [Changelog](https://github.com/livekit/client-sdk-js/blob/main/CHANGELOG.md) - [Commits](livekit/client-sdk-js@v2.19.0...v2.20.0) --- updated-dependencies: - dependency-name: livekit-client dependency-version: 2.20.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
Author
|
Looks like livekit-client is up-to-date now, so this is no longer needed. |
therudywolf
added a commit
that referenced
this pull request
Jul 23, 2026
…rdening From the full code review (backend / security / stability): - polls: forbid polls in E2E chats (they stored question/options as server- readable plaintext — an E2EE bypass, #18); enforce channel post-role so a subscriber can't post via a poll (#20); validate the :pollId uuid param (#27). - ws: revalidate session/device revocation (JTI denylist + device-active) for EVERY frame, throttled — not only presence_ping, which a client could simply never send to dodge remote logout (#19); enforce the block relationship for call_invite in group chats too, not just 1:1 (#29); pipeline the on-connect active-call Redis scan instead of N sequential round-trips (#46). - ws/registry: per-socket outbound backpressure (drop fan-out/relay frames when a recipient's buffer is backed up → no unbounded heap/OOM, #23); cap concurrent sockets per user (#30). - push: reassign a push endpoint / native FCM token to the current account on (re)subscribe so a shared/handed-over device stops delivering a prior user's notifications (#21, #25). - chats: don't force-add requester-supplied members to public_open/channel chats (harassment vector) — creator only; others join by invite (#28). - app: drop bare http://localhost from the credentialed CORS allowlist (never an app origin; Android uses https://localhost, iOS capacitor://) (#36). - auth: per-account lockout on /login/2fa TOTP guessing, not just per-IP (#40). - totp-replay-guard: TTL 60s→120s to cover the full ±30s code-acceptance span (#41). - call-auth-cache: periodic unref'd sweep of expired entries (slow leak, #45). Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps livekit-client from 2.19.0 to 2.20.0.
Release notes
Sourced from livekit-client's releases.
Changelog
Sourced from livekit-client's changelog.
Commits
c49f0a3Version Packages (#1965)04f352dSkip pre-populated media sections on React Native (#1984)959a13dRename PacketTrailer to FrameMetadata (#1982)99e79c7Fix data channel close race condition (#1978)4d13affEnsure that sortPresets does NOT mutate values passed in via options into Roo...814c2f7chore: add logging around signal connection closing for reconnections (#1980)abd3ef5AddrestrictOwnAudioexperimental param toAudioCaptureOptions(#1974)6881709Update dependency vite to v7.3.5 [SECURITY] (#1976)c497f25Add deployment to TokenSourceFetch options (#1971)5a1d649Address high severity security advisories in examples (#1970)Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)