Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@
"tsx": "4.20.3",
"typescript": "5.7.3",
"typescript-eslint": "8.57.1",
"vitest": "4.0.18"
"vitest": "4.1.0"

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@vitest/coverage-v8 not bumped alongside vitest

Medium Severity

@vitest/coverage-v8 remains at 4.0.18 while vitest was bumped to 4.1.0. The lockfile shows @vitest/coverage-v8@4.0.18 declares an exact peer dependency on vitest: 4.0.18, creating a peer dependency mismatch. This can cause runtime incompatibilities or install warnings, and coverage collection may behave unexpectedly with the mismatched version pair.

Additional Locations (1)
Fix in Cursor Fix in Web

Reviewed by Cursor Bugbot for commit 5c2a9a9. Configure here.

},
"engines": {
"node": ">=20",
Expand Down
Loading
Loading