build(deps-dev): bump vitest from 3.0.0 to 3.0.5 in /packages/socketbin-native-node-sea
Closed
Number: #809
Type: Pull Request
State: Closed
Type: Pull Request
State: Closed
Author:
dependabot[bot]
Association: Unknown
Comments: 1
Association: Unknown
Comments: 1
Created:
October 23, 2025 at 01:16 PM UTC
(8 months ago)
(8 months ago)
Updated:
October 23, 2025 at 11:49 PM UTC
(8 months ago)
(8 months ago)
Closed:
October 23, 2025 at 11:48 PM UTC
(8 months ago)
(8 months ago)
Time to Close:
about 11 hours
Labels:
dependencies javascript
dependencies javascript
Description:
Bumps vitest from 3.0.0 to 3.0.5.
Release notes
Sourced from vitest's releases.
v3.0.5
This release includes security patches for:
🚀 Features
- ui: Insert message "no tests found" in ui - by
@DevJoaoLopesin vitest-dev/vitest#7366 (92da4)🐞 Bug Fixes
- Validate websocket request - by
@hi-ogawaand@AriPerkkioin vitest-dev/vitest#7317 (191ef)- Don't toggle cli cursor on non-TTY - by
@AriPerkkioin vitest-dev/vitest#7336 (3c805)- vite-node: Differentiate file url with hash and query - by
@hi-ogawain vitest-dev/vitest#7365 (926ca)View changes on GitHub
v3.0.4
This release includes security patches for:
🐞 Bug Fixes
- Filter projects eagerly during config resolution - by
@sheremet-vaand@AriPerkkioin vitest-dev/vitest#7313 (dff44)- Apply
development|productioncondition on Vites 6 by@hi-ogawaand@sheremet-va(#7301) (ef146)- browser: Restrict served files from
/__screenshot-error- by@hi-ogawain vitest-dev/vitest#7340 (ed9ae)- deps: Update all non-major dependencies - by
@sheremet-vain vitest-dev/vitest#7297 (38ea8)- runner: Timeout long sync hook - by
@hi-ogawain vitest-dev/vitest#7289 (c60ee)- typechecking: Support typechecking parsing with Vite 6 - by
@sheremet-vain vitest-dev/vitest#7335 (bff70)- types: Fix public types - by
@mrginglymusand@sheremet-vain vitest-dev/vitest#7328 (ce6af)View changes on GitHub
v3.0.3
🐞 Bug Fixes
- browser:
- Don't throw a validation error if v8 coverage is used with filtered instances - by
@sheremet-vain vitest-dev/vitest#7306 (fa463)- Don't fail when running --browser.headless if the browser projest is part of the workspace - by
@sheremet-vain vitest-dev/vitest#7311 (e43a8)🏎 Performance
- reporters: Update summary only when needed - by
@AriPerkkioin vitest-dev/vitest#7291 (7f36b)View changes on GitHub
v3.0.2
🐞 Bug Fixes
... (truncated)
Commits
1154662chore: release v3.0.53c8050efix: don't toggle cli cursor on non-TTY (#7336)191ef9efix: validate websocket request (#7317)9e40437chore: release v3.0.4ef1464ffix: applydevelopment|productioncondition on Vite 6 (#7301)38ea8eafix(deps): update all non-major dependencies (#7297)dff4406fix: filter projects eagerly during config resolution (#7313)ce6af70fix(types): fix public types (#7328)bff70befix(typechecking): support typechecking parsing with Vite 6 (#7335)a8d123cchore(deps): update eslint packages (#7086)- Additional commits viewable in compare view
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 mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@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)
You can disable automated security fix PRs for this repo from the Security Alerts page.
Package Dependencies
Package:
vitest
Ecosystem:
npm
npm
Version Change:
3.0.0 → 3.0.5
Update Type:
Patch
Patch
Path:
/packages/socketbin-native-node-sea
Security Advisories
Vitest browser mode serves arbitrary files
GHSA-8gvc-j273-4wm5
CVE-2025-24963
MODERATE
### Summary
`__screenshot-error` handler on the browser mode HTTP server that responds any file on the file system. Especially if the server is exposed on the network by [`browser.api.host: true`](...
Vitest allows Remote Code Execution when accessing a malicious website while Vitest API server is listening
GHSA-9crc-q9x8-hgqq
CVE-2025-24964
CRITICAL
### Summary
Arbitrary remote Code Execution when accessing a malicious website while Vitest API server is listening by Cross-site WebSocket hijacking (CSWSH) attacks.
### Details
When [`api` optio...
Technical Details
| ID: | 10488548 |
| UUID: | 3544662167 |
| Node ID: | PR_kwDOIREOSc6vQ70a |
| Host: | GitHub |
| Repository: | SocketDev/socket-cli |