[Snyk] Security upgrade vitest from 4.0.18 to 4.1.0#33
Conversation
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-VITEST-17120326
|
This is a minor version upgrade for vitest from 4.0.18 to 4.1.0. According to the official release notes, this version introduces new features and bug fixes without any documented breaking changes. Key Changes:
Recommendation: Source: Vitest v4.1.0 Release Notes
|
✅ Snyk checks have passed. No issues have been found so far.
💻 Catch issues earlier using the plugins for VS Code, JetBrains IDEs, Visual Studio, and Eclipse. |
There was a problem hiding this comment.
PR Complexity Score: 1.2 - Trivial
View Breakdown
- Lines Changed: 2
- Files Changed: 1
- Complexity Added: 0
- Raw Score: 3.04
Overview
This PR updates the Vitest dependency version in the better-auth package.
The goal is to keep the testing framework up-to-date with the latest minor release and associated fixes or improvements.
Key Changes
- Bumps
vitestfrom version^4.0.18to^4.1.0inpackages/better-auth/package.jsonto align with the newer minor release and its enhancements.
Risks & Considerations
- Minor version upgrades can introduce subtle behavior changes in the test runner; existing tests should be run to confirm no regressions.
- Any breaking changes or deprecations in Vitest 4.1.0 (if present despite semantic versioning guarantees) may affect custom test setups or plugins.
File-level change summary
| File | Change summary |
|---|---|
| packages/better-auth/package.json | Updated the vitest dev dependency from ^4.0.18 to ^4.1.0. |
Snyk has created this PR to fix 1 vulnerabilities in the pnpm dependencies of this project.
Snyk changed the following file(s):
packages/better-auth/package.jsonVulnerabilities that will be fixed with an upgrade:
SNYK-JS-VITEST-17120326
Breaking Change Risk
Important
Note: You are seeing this because you or someone else with access to this repository has authorized Snyk to open fix PRs.
For more information:
🧐 View latest project report
📜 Customise PR templates
🛠 Adjust project settings
📚 Read about Snyk's upgrade logic
Learn how to fix vulnerabilities with free interactive lessons:
🦉 Missing Authorization