Skip to content

chore(deps): update dependency vitest to v4 [security] - #165

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/npm-vitest-vulnerability
Open

chore(deps): update dependency vitest to v4 [security]#165
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/npm-vitest-vulnerability

Conversation

@renovate

@renovate renovate Bot commented Jun 1, 2026

Copy link
Copy Markdown
Contributor

ℹ️ Note

This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Change Age Confidence
vitest (source) ^1.6.0^4.0.0 age confidence

When Vitest UI server is listening, arbitrary file can be read and executed

CVE-2026-47429 / GHSA-5xrq-8626-4rwp

More information

Details

Summary

Arbitrary file can be read on Windows when Vitest UI server is listening, especially when exposed to the network.

Impact

Only users that match either of the following conditions are affected:

  • explicitly exposes the Vitest UI server to the network (using --api.host or api.host config option)
  • running the Vitest UI or Browser Mode on Windows
Details

The API handler for /__vitest_attachment__ uses the deprecated isFileServingAllowed incorrectly.
https://github.com/vitest-dev/vitest/blob/eb1abf08573032a532015b999ad3501c5e89e3bb/packages/ui/node/index.ts#L77
The function expects the passed value to use cleanUrl after the check before file system related operation.
Because of this, it is possible to bypass the check by \\?\\..\\. This is not possible on Linux as Linux errors if a directory named ? does not exist.

A similar problem exists in other places as well.

That said, this isFileServingAllowed check does not actually prevent the API to be abused. Since the API has rerun feature and file write feature, it's possible to run arbitrary script by writing a script as a test file using saveTestFile and running it using rerun. This means exposing the API / Vitest UI is equivalent to giving script execution access.
On the browser mode side, there're readFile / writeFile / saveSnapshotFile. So exposing the browser mode is equivalent to giving file read / write access.

PoC
  1. Run Vitest UI
  2. Get the API token by curl http://localhost:51204/__vitest__/
  3. Run curl "http://localhost:51204/__vitest_attachment__?path=C:\\path\\to\\project\\?\\..\\..\\secret.txt&contentType=text/plain&token=$TOKEN" (TOKEN is the API token)
  4. curl shows the content of secret.txt that is outside the project directory
Mitigations

Vitest now ships two configuration flags, allowWrite and allowExec, that gate the privileged operations exploited by this vulnerability. Both are disabled by default whenever the API server is bound to a non-localhost host, ensuring that exposing the server to the network no longer implicitly grants write or execute capabilities to remote clients.

When these flags are disabled, the UI also enters a read-only mode: in-browser code editing and test file execution are turned off, removing the attack surface that allowed remote code execution. Many Browser Mode features are also disabled, like attachments, artifacts or snapshots. See browser.api.

Users who require the full interactive UI on a networked host must explicitly opt in by setting allowWrite and/or allowExec to true.

Severity

  • CVSS Score: 9.8 / 10 (Critical)
  • Vector String: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H

References

This data is provided by the GitHub Advisory Database (CC-BY 4.0).


Release Notes

vitest-dev/vitest (vitest)

v4.1.10

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v4.1.9

Compare Source

🐞 Bug Fixes
  • Fix importOriginal with optimizer and query import [backport to v4] - by Hiroshi Ogawa, David Harris, Codexand Vladimir in #​10546 (a5180)
  • browser:
    • Wait for orchestrator readiness before resolving browser sessions [backport to v4] - by Vladimir and Séamus O'Connor in #​10555 (7fb29)
    • Wait for iframe tester readiness before preparing [backport to v4] - by Vladimir and Séamus O'Connor in #​10497 and #​10556 (fbc62)
  • mocker:
    • Hoist vi.mock() for vite-plus/test imports [backport to v4] - by Hiroshi Ogawa, LongYinan, Claude Opus 4.8 and Vladimir in #​10548 (2c955)
  • pool:
    • Prevent test run hang on worker crash [backport to v4] - by Ari Perkkiö and Jattioui Ismail in #​10543 and #​10564 (934b0)
View changes on GitHub

v4.1.8

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v4.1.7

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v4.1.6

Compare Source

   🐞 Bug Fixes
   🏎 Performance
    View changes on GitHub

v4.1.5

Compare Source

   🚀 Experimental Features
   🐞 Bug Fixes
    View changes on GitHub

v4.1.4

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub

v4.1.3

Compare Source

   🚀 Experimental Features
   🐞 Bug Fixes
    View changes on GitHub

v4.1.2

Compare Source

This release bumps Vitest's flatted version and removes version pinning to resolve flatted's CVE related issues (#​9975).

   🐞 Bug Fixes
    View changes on GitHub

v4.1.1

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub

v4.1.0

Compare Source

Vitest 4.1 is out!

This release page lists all changes made to the project during the 4.1 beta. To get a review of all the new features, read our blog post.

   🚀 Features
   🐞 Bug Fixes

Note

PR body was truncated to here.


Configuration

📅 Schedule: (in timezone Etc/UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate Bot added Type › Dependency Item is associated to dependency Type › Vulnerability labels Jun 1, 2026
@BinaryServ BinaryServ added AC › Passed Ready to be reviewed Type › Pull Request Normal pull request labels Jun 1, 2026
@BinaryServ

Copy link
Copy Markdown
Collaborator

Automatic Self-Check - #165

The details of our automated scan for your pull request are listed below. If our scan detected errors, they must be corrected before this pull request will be advanced to the review stage:




About

This pull request includes the following information:

Category Value
Title chore(deps): update dependency vitest to v4 [security]
Created 06.01.2026 9:11 PM UTC
ID #165
Author renovate[bot]
Repo ntfy-desktop
Branch renovate/npm-vitest-vulnerability main
Added Files 0
Modified Files 1
Renamed Files 0
Copied Files 0
Deleted Files 0



❌ Skipped Files

Tip

The following file(s) have been skipped:


  • src/package.json



This check was done automatically. Do NOT open a new PR for re-validation. Instead, to trigger this check again, make a change to your PR and wait a few minutes, or close and re-open it.

@renovate
renovate Bot force-pushed the renovate/npm-vitest-vulnerability branch from 24d3210 to 28aacee Compare June 2, 2026 03:32
@BinaryServ

Copy link
Copy Markdown
Collaborator

Automatic Self-Check - #165

The details of our automated scan for your pull request are listed below. If our scan detected errors, they must be corrected before this pull request will be advanced to the review stage:




About

This pull request includes the following information:

Category Value
Title chore(deps): update dependency vitest to v4 [security]
Created 06.01.2026 9:11 PM UTC
ID #165
Author renovate[bot]
Repo ntfy-desktop
Branch renovate/npm-vitest-vulnerability main
Added Files 0
Modified Files 1
Renamed Files 0
Copied Files 0
Deleted Files 0



❌ Skipped Files

Tip

The following file(s) have been skipped:


  • src/package.json



This check was done automatically. Do NOT open a new PR for re-validation. Instead, to trigger this check again, make a change to your PR and wait a few minutes, or close and re-open it.

@renovate
renovate Bot force-pushed the renovate/npm-vitest-vulnerability branch from 28aacee to 76170af Compare June 8, 2026 18:57
@renovate renovate Bot changed the title chore(deps): update dependency vitest to v4 [security] chore(deps): update dependency vitest to v3 [security] Jun 8, 2026
@BinaryServ

Copy link
Copy Markdown
Collaborator

Automatic Self-Check - #165

The details of our automated scan for your pull request are listed below. If our scan detected errors, they must be corrected before this pull request will be advanced to the review stage:




About

This pull request includes the following information:

Category Value
Title chore(deps): update dependency vitest to v4 [security]
Created 06.01.2026 9:11 PM UTC
ID #165
Author renovate[bot]
Repo ntfy-desktop
Branch renovate/npm-vitest-vulnerability main
Added Files 0
Modified Files 1
Renamed Files 0
Copied Files 0
Deleted Files 0



❌ Skipped Files

Tip

The following file(s) have been skipped:


  • src/package.json



This check was done automatically. Do NOT open a new PR for re-validation. Instead, to trigger this check again, make a change to your PR and wait a few minutes, or close and re-open it.

@renovate
renovate Bot force-pushed the renovate/npm-vitest-vulnerability branch from 76170af to 6b036c6 Compare June 11, 2026 13:41
@renovate renovate Bot changed the title chore(deps): update dependency vitest to v3 [security] chore(deps): update dependency vitest to v4 [security] Jun 11, 2026
@BinaryServ

Copy link
Copy Markdown
Collaborator

Automatic Self-Check - #165

The details of our automated scan for your pull request are listed below. If our scan detected errors, they must be corrected before this pull request will be advanced to the review stage:




About

This pull request includes the following information:

Category Value
Title chore(deps): update dependency vitest to v3 [security]
Created 06.01.2026 9:11 PM UTC
ID #165
Author renovate[bot]
Repo ntfy-desktop
Branch renovate/npm-vitest-vulnerability main
Added Files 0
Modified Files 1
Renamed Files 0
Copied Files 0
Deleted Files 0



❌ Skipped Files

Tip

The following file(s) have been skipped:


  • src/package.json



This check was done automatically. Do NOT open a new PR for re-validation. Instead, to trigger this check again, make a change to your PR and wait a few minutes, or close and re-open it.

@renovate
renovate Bot force-pushed the renovate/npm-vitest-vulnerability branch from 6b036c6 to 2089f20 Compare June 12, 2026 00:38
@renovate renovate Bot changed the title chore(deps): update dependency vitest to v4 [security] chore(deps): update dependency vitest to v3 [security] Jun 12, 2026
@BinaryServ

Copy link
Copy Markdown
Collaborator

Automatic Self-Check - #165

The details of our automated scan for your pull request are listed below. If our scan detected errors, they must be corrected before this pull request will be advanced to the review stage:




About

This pull request includes the following information:

Category Value
Title chore(deps): update dependency vitest to v4 [security]
Created 06.01.2026 9:11 PM UTC
ID #165
Author renovate[bot]
Repo ntfy-desktop
Branch renovate/npm-vitest-vulnerability main
Added Files 0
Modified Files 1
Renamed Files 0
Copied Files 0
Deleted Files 0



❌ Skipped Files

Tip

The following file(s) have been skipped:


  • src/package.json



This check was done automatically. Do NOT open a new PR for re-validation. Instead, to trigger this check again, make a change to your PR and wait a few minutes, or close and re-open it.

@renovate
renovate Bot force-pushed the renovate/npm-vitest-vulnerability branch from 2089f20 to 132a1e5 Compare June 18, 2026 19:54
@renovate renovate Bot changed the title chore(deps): update dependency vitest to v3 [security] chore(deps): update dependency vitest to v4 [security] Jun 18, 2026
@renovate
renovate Bot force-pushed the renovate/npm-vitest-vulnerability branch from 132a1e5 to 1ccb0b1 Compare June 18, 2026 22:45
@renovate renovate Bot changed the title chore(deps): update dependency vitest to v4 [security] chore(deps): update dependency vitest to v3 [security] Jun 18, 2026
@BinaryServ

Copy link
Copy Markdown
Collaborator

Automatic Self-Check - #165

The details of our automated scan for your pull request are listed below. If our scan detected errors, they must be corrected before this pull request will be advanced to the review stage:




About

This pull request includes the following information:

Category Value
Title chore(deps): update dependency vitest to v4 [security]
Created 06.01.2026 9:11 PM UTC
ID #165
Author renovate[bot]
Repo ntfy-desktop
Branch renovate/npm-vitest-vulnerability main
Added Files 0
Modified Files 1
Renamed Files 0
Copied Files 0
Deleted Files 0



❌ Skipped Files

Tip

The following file(s) have been skipped:


  • src/package.json



This check was done automatically. Do NOT open a new PR for re-validation. Instead, to trigger this check again, make a change to your PR and wait a few minutes, or close and re-open it.

@renovate
renovate Bot force-pushed the renovate/npm-vitest-vulnerability branch from 1ccb0b1 to 868217b Compare July 12, 2026 17:34
@renovate renovate Bot changed the title chore(deps): update dependency vitest to v3 [security] chore(deps): update dependency vitest to v4 [security] Jul 12, 2026
@BinaryServ

Copy link
Copy Markdown
Collaborator

Automatic Self-Check - #165

The details of our automated scan for your pull request are listed below. If our scan detected errors, they must be corrected before this pull request will be advanced to the review stage:




About

This pull request includes the following information:

Category Value
Title chore(deps): update dependency vitest to v3 [security]
Created 06.01.2026 9:11 PM UTC
ID #165
Author renovate[bot]
Repo ntfy-desktop
Branch renovate/npm-vitest-vulnerability main
Added Files 0
Modified Files 1
Renamed Files 0
Copied Files 0
Deleted Files 0



❌ Skipped Files

Tip

The following file(s) have been skipped:


  • src/package.json



This check was done automatically. Do NOT open a new PR for re-validation. Instead, to trigger this check again, make a change to your PR and wait a few minutes, or close and re-open it.

@renovate
renovate Bot force-pushed the renovate/npm-vitest-vulnerability branch from 868217b to c67ad33 Compare July 12, 2026 22:47
@renovate renovate Bot changed the title chore(deps): update dependency vitest to v4 [security] chore(deps): update dependency vitest to v3 [security] Jul 12, 2026
@BinaryServ

Copy link
Copy Markdown
Collaborator

Automatic Self-Check - #165

The details of our automated scan for your pull request are listed below. If our scan detected errors, they must be corrected before this pull request will be advanced to the review stage:




About

This pull request includes the following information:

Category Value
Title chore(deps): update dependency vitest to v4 [security]
Created 06.01.2026 9:11 PM UTC
ID #165
Author renovate[bot]
Repo ntfy-desktop
Branch renovate/npm-vitest-vulnerability main
Added Files 0
Modified Files 1
Renamed Files 0
Copied Files 0
Deleted Files 0



❌ Skipped Files

Tip

The following file(s) have been skipped:


  • src/package.json



This check was done automatically. Do NOT open a new PR for re-validation. Instead, to trigger this check again, make a change to your PR and wait a few minutes, or close and re-open it.

@renovate
renovate Bot force-pushed the renovate/npm-vitest-vulnerability branch from c67ad33 to e9b90a9 Compare July 17, 2026 01:33
@renovate renovate Bot changed the title chore(deps): update dependency vitest to v4 [security] chore(deps): update dependency vitest to v3 [security] Jul 17, 2026
@BinaryServ

Copy link
Copy Markdown
Collaborator

Automatic Self-Check - #165

The details of our automated scan for your pull request are listed below. If our scan detected errors, they must be corrected before this pull request will be advanced to the review stage:




About

This pull request includes the following information:

Category Value
Title chore(deps): update dependency vitest to v4 [security]
Created 06.01.2026 9:11 PM UTC
ID #165
Author renovate[bot]
Repo ntfy-desktop
Branch renovate/npm-vitest-vulnerability main
Added Files 0
Modified Files 1
Renamed Files 0
Copied Files 0
Deleted Files 0



❌ Skipped Files

Tip

The following file(s) have been skipped:


  • src/package.json



This check was done automatically. Do NOT open a new PR for re-validation. Instead, to trigger this check again, make a change to your PR and wait a few minutes, or close and re-open it.

@renovate
renovate Bot force-pushed the renovate/npm-vitest-vulnerability branch from 2f33d32 to edd7e71 Compare July 20, 2026 21:12
@renovate renovate Bot changed the title chore(deps): update dependency vitest to v3 [security] chore(deps): update dependency vitest to v4 [security] Jul 20, 2026
@BinaryServ

Copy link
Copy Markdown
Collaborator

Automatic Self-Check - #165

The details of our automated scan for your pull request are listed below. If our scan detected errors, they must be corrected before this pull request will be advanced to the review stage:




About

This pull request includes the following information:

Category Value
Title chore(deps): update dependency vitest to v3 [security]
Created 06.01.2026 9:11 PM UTC
ID #165
Author renovate[bot]
Repo ntfy-desktop
Branch renovate/npm-vitest-vulnerability main
Added Files 0
Modified Files 1
Renamed Files 0
Copied Files 0
Deleted Files 0



❌ Skipped Files

Tip

The following file(s) have been skipped:


  • src/package.json



This check was done automatically. Do NOT open a new PR for re-validation. Instead, to trigger this check again, make a change to your PR and wait a few minutes, or close and re-open it.

@renovate
renovate Bot force-pushed the renovate/npm-vitest-vulnerability branch from edd7e71 to bfaa3ba Compare July 21, 2026 04:55
@renovate renovate Bot changed the title chore(deps): update dependency vitest to v4 [security] chore(deps): update dependency vitest to v3 [security] Jul 21, 2026
@BinaryServ

Copy link
Copy Markdown
Collaborator

Automatic Self-Check - #165

The details of our automated scan for your pull request are listed below. If our scan detected errors, they must be corrected before this pull request will be advanced to the review stage:




About

This pull request includes the following information:

Category Value
Title chore(deps): update dependency vitest to v4 [security]
Created 06.01.2026 9:11 PM UTC
ID #165
Author renovate[bot]
Repo ntfy-desktop
Branch renovate/npm-vitest-vulnerability main
Added Files 0
Modified Files 1
Renamed Files 0
Copied Files 0
Deleted Files 0



❌ Skipped Files

Tip

The following file(s) have been skipped:


  • src/package.json



This check was done automatically. Do NOT open a new PR for re-validation. Instead, to trigger this check again, make a change to your PR and wait a few minutes, or close and re-open it.

@renovate
renovate Bot force-pushed the renovate/npm-vitest-vulnerability branch from bfaa3ba to f333e19 Compare July 24, 2026 17:40
@renovate renovate Bot changed the title chore(deps): update dependency vitest to v3 [security] chore(deps): update dependency vitest to v4 [security] Jul 24, 2026
@BinaryServ

Copy link
Copy Markdown
Collaborator

Automatic Self-Check - #165

The details of our automated scan for your pull request are listed below. If our scan detected errors, they must be corrected before this pull request will be advanced to the review stage:




About

This pull request includes the following information:

Category Value
Title chore(deps): update dependency vitest to v3 [security]
Created 06.01.2026 9:11 PM UTC
ID #165
Author renovate[bot]
Repo ntfy-desktop
Branch renovate/npm-vitest-vulnerability main
Added Files 0
Modified Files 1
Renamed Files 0
Copied Files 0
Deleted Files 0



❌ Skipped Files

Tip

The following file(s) have been skipped:


  • src/package.json



This check was done automatically. Do NOT open a new PR for re-validation. Instead, to trigger this check again, make a change to your PR and wait a few minutes, or close and re-open it.

@renovate
renovate Bot force-pushed the renovate/npm-vitest-vulnerability branch from f333e19 to ab820eb Compare July 25, 2026 00:16
@renovate renovate Bot changed the title chore(deps): update dependency vitest to v4 [security] chore(deps): update dependency vitest to v3 [security] Jul 25, 2026
@BinaryServ

Copy link
Copy Markdown
Collaborator

Automatic Self-Check - #165

The details of our automated scan for your pull request are listed below. If our scan detected errors, they must be corrected before this pull request will be advanced to the review stage:




About

This pull request includes the following information:

Category Value
Title chore(deps): update dependency vitest to v3 [security]
Created 06.01.2026 9:11 PM UTC
ID #165
Author renovate[bot]
Repo ntfy-desktop
Branch renovate/npm-vitest-vulnerability main
Added Files 0
Modified Files 1
Renamed Files 0
Copied Files 0
Deleted Files 0



❌ Skipped Files

Tip

The following file(s) have been skipped:


  • src/package.json



This check was done automatically. Do NOT open a new PR for re-validation. Instead, to trigger this check again, make a change to your PR and wait a few minutes, or close and re-open it.

@renovate
renovate Bot force-pushed the renovate/npm-vitest-vulnerability branch from ab820eb to 14569f2 Compare July 30, 2026 18:56
@renovate renovate Bot changed the title chore(deps): update dependency vitest to v3 [security] chore(deps): update dependency vitest to v4 [security] Jul 30, 2026
@BinaryServ

Copy link
Copy Markdown
Collaborator

Automatic Self-Check - #165

The details of our automated scan for your pull request are listed below. If our scan detected errors, they must be corrected before this pull request will be advanced to the review stage:




About

This pull request includes the following information:

Category Value
Title chore(deps): update dependency vitest to v3 [security]
Created 06.01.2026 9:11 PM UTC
ID #165
Author renovate[bot]
Repo ntfy-desktop
Branch renovate/npm-vitest-vulnerability main
Added Files 0
Modified Files 1
Renamed Files 0
Copied Files 0
Deleted Files 0



❌ Skipped Files

Tip

The following file(s) have been skipped:


  • src/package.json



This check was done automatically. Do NOT open a new PR for re-validation. Instead, to trigger this check again, make a change to your PR and wait a few minutes, or close and re-open it.

@renovate
renovate Bot force-pushed the renovate/npm-vitest-vulnerability branch from 14569f2 to ebf1afa Compare July 30, 2026 22:28
@renovate renovate Bot changed the title chore(deps): update dependency vitest to v4 [security] chore(deps): update dependency vitest to v3 [security] Jul 30, 2026
@BinaryServ

Copy link
Copy Markdown
Collaborator

Automatic Self-Check - #165

The details of our automated scan for your pull request are listed below. If our scan detected errors, they must be corrected before this pull request will be advanced to the review stage:




About

This pull request includes the following information:

Category Value
Title chore(deps): update dependency vitest to v4 [security]
Created 06.01.2026 9:11 PM UTC
ID #165
Author renovate[bot]
Repo ntfy-desktop
Branch renovate/npm-vitest-vulnerability main
Added Files 0
Modified Files 1
Renamed Files 0
Copied Files 0
Deleted Files 0



❌ Skipped Files

Tip

The following file(s) have been skipped:


  • src/package.json



This check was done automatically. Do NOT open a new PR for re-validation. Instead, to trigger this check again, make a change to your PR and wait a few minutes, or close and re-open it.

@renovate
renovate Bot force-pushed the renovate/npm-vitest-vulnerability branch from ebf1afa to 225c367 Compare August 12, 2026 00:15
@renovate renovate Bot changed the title chore(deps): update dependency vitest to v3 [security] chore(deps): update dependency vitest to v4 [security] Aug 12, 2026
@BinaryServ

Copy link
Copy Markdown
Collaborator

Automatic Self-Check - #165

The details of our automated scan for your pull request are listed below. If our scan detected errors, they must be corrected before this pull request will be advanced to the review stage:




About

This pull request includes the following information:

Category Value
Title chore(deps): update dependency vitest to v3 [security]
Created 06.01.2026 9:11 PM UTC
ID #165
Author renovate[bot]
Repo ntfy-desktop
Branch renovate/npm-vitest-vulnerability main
Added Files 0
Modified Files 1
Renamed Files 0
Copied Files 0
Deleted Files 0



❌ Skipped Files

Tip

The following file(s) have been skipped:


  • src/package.json



This check was done automatically. Do NOT open a new PR for re-validation. Instead, to trigger this check again, make a change to your PR and wait a few minutes, or close and re-open it.

@renovate
renovate Bot force-pushed the renovate/npm-vitest-vulnerability branch from 225c367 to 441ca14 Compare August 12, 2026 05:51
@renovate renovate Bot changed the title chore(deps): update dependency vitest to v4 [security] chore(deps): update dependency vitest to v3 [security] Aug 12, 2026
@BinaryServ

Copy link
Copy Markdown
Collaborator

Automatic Self-Check - #165

The details of our automated scan for your pull request are listed below. If our scan detected errors, they must be corrected before this pull request will be advanced to the review stage:




About

This pull request includes the following information:

Category Value
Title chore(deps): update dependency vitest to v4 [security]
Created 06.01.2026 9:11 PM UTC
ID #165
Author renovate[bot]
Repo ntfy-desktop
Branch renovate/npm-vitest-vulnerability main
Added Files 0
Modified Files 1
Renamed Files 0
Copied Files 0
Deleted Files 0



❌ Skipped Files

Tip

The following file(s) have been skipped:


  • src/package.json



This check was done automatically. Do NOT open a new PR for re-validation. Instead, to trigger this check again, make a change to your PR and wait a few minutes, or close and re-open it.

@renovate
renovate Bot force-pushed the renovate/npm-vitest-vulnerability branch from 441ca14 to d71907e Compare August 14, 2026 19:32
@renovate renovate Bot changed the title chore(deps): update dependency vitest to v3 [security] chore(deps): update dependency vitest to v4 [security] Aug 14, 2026
@BinaryServ

Copy link
Copy Markdown
Collaborator

Automatic Self-Check - #165

The details of our automated scan for your pull request are listed below. If our scan detected errors, they must be corrected before this pull request will be advanced to the review stage:




About

This pull request includes the following information:

Category Value
Title chore(deps): update dependency vitest to v3 [security]
Created 06.01.2026 9:11 PM UTC
ID #165
Author renovate[bot]
Repo ntfy-desktop
Branch renovate/npm-vitest-vulnerability main
Added Files 0
Modified Files 1
Renamed Files 0
Copied Files 0
Deleted Files 0



❌ Skipped Files

Tip

The following file(s) have been skipped:


  • src/package.json



This check was done automatically. Do NOT open a new PR for re-validation. Instead, to trigger this check again, make a change to your PR and wait a few minutes, or close and re-open it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

AC › Passed Ready to be reviewed Type › Dependency Item is associated to dependency Type › Pull Request Normal pull request Type › Vulnerability

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant