Skip to content
Open
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 @@ -160,7 +160,7 @@
"globals": "^17.5.0",
"happy-dom": "^20.0.8",
"husky": "^9.1.7",
"jsdom": "^26.1.0",
"jsdom": "^29.1.1",
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Lockfile not updated alongside package.json version bump

Medium Severity

The package.json now specifies jsdom ^29.1.1, but bun.lock still resolves jsdom to 26.1.0. Without regenerating the lockfile, the dependency won't actually be upgraded. CI using bun install --frozen-lockfile will fail due to the mismatch, and without frozen installs the old version continues to be used until someone manually runs bun install.

Fix in Cursor Fix in Web

Reviewed by Cursor Bugbot for commit cb19315. Configure here.

"lint-staged": "^16.1.5",
"msw": "^2.10.5",
"oauth2-mock-server": "^8.2.2",
Expand Down
Loading