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 @@ -98,7 +98,7 @@
"@tauri-apps/plugin-updater": "^2.10.1",
"ai": "^6.0.37",
"better-auth": "^1.6.9",
"bson": "^6.10.4",
"bson": "^7.2.0",

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, bson upgrade is ineffective

High Severity

package.json declares bson ^7.2.0 but bun.lock still pins bson@6.10.4 with the old specifier ^6.10.4. Since the lockfile takes precedence during bun install, the major version bump is effectively a no-op — builds will continue installing bson v6. The lockfile needs to be regenerated to actually pick up bson v7.

Fix in Cursor Fix in Web

Reviewed by Cursor Bugbot for commit cbb5a76. Configure here.

"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"cmdk": "^1.1.1",
Expand Down
Loading