build(deps-dev): bump vitest from 3.2.4 to 3.2.6 in /client in the npm_and_yarn group across 1 directory - #20
Closed
dependabot[bot] wants to merge 1 commit into
Conversation
Bumps the npm_and_yarn group with 1 update in the /client directory: [vitest](https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest). Updates `vitest` from 3.2.4 to 3.2.6 - [Release notes](https://github.com/vitest-dev/vitest/releases) - [Changelog](https://github.com/vitest-dev/vitest/blob/main/docs/releases.md) - [Commits](https://github.com/vitest-dev/vitest/commits/v3.2.6/packages/vitest) --- updated-dependencies: - dependency-name: vitest dependency-version: 3.2.6 dependency-type: direct:development dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] <support@github.com>
Author
|
Dependabot tried to update this pull request, but something went wrong. We're looking into it, but in the meantime you can retry the update by commenting |
1 similar comment
Author
|
Dependabot tried to update this pull request, but something went wrong. We're looking into it, but in the meantime you can retry the update by commenting |
therudywolf
deleted the
dependabot/npm_and_yarn/client/npm_and_yarn-5737324458
branch
July 3, 2026 14:35
Author
|
This pull request was built based on a group rule. Closing it will not ignore any of these versions in future pull requests. To ignore these dependencies, configure ignore rules in dependabot.yml |
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.
Rebasing might not happen immediately, so don't worry if this takes some time.
Note: if you make any changes to this PR yourself, they will take precedence over the rebase.
Bumps the npm_and_yarn group with 1 update in the /client directory: vitest.
Updates
vitestfrom 3.2.4 to 3.2.6Release notes
Sourced from vitest's releases.
Commits
b6d56f8chore: release v3.2.616f120dfix: pin last supported vite-node version2cbad0achore: release v3.2.5385a1aefix(browser): disable clientcdpAPI whenallowWrite/allowExec: false[ba...af88b1ffeat(api): addallowWriteandallowExecoptions toapi[backport to v3]...Maintainer changes
This version was pushed to npm by GitHub Actions, a new releaser for vitest since your current version.
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 <dependency name> major versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)@dependabot ignore <dependency name> minor versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)@dependabot ignore <dependency name>will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)@dependabot unignore <dependency name>will remove all of the ignore conditions of the specified dependency@dependabot unignore <dependency name> <ignore condition>will remove the ignore condition of the specified dependency and ignore conditionsYou can disable automated security fix PRs for this repo from the Security Alerts page.