Skip to content
Closed
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 apps/sim/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@
"@tanstack/react-virtual": "3.13.24",
"@trigger.dev/sdk": "4.4.3",
"ajv": "8.18.0",
"better-auth": "1.3.12",
"better-auth": "1.6.2",
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 to match package.json versions

High Severity

The bun.lock file was not regenerated to reflect the version bumps. It still resolves better-auth@1.3.12 and turbo@2.9.12, meaning the intended upgrades to 1.6.2 and 2.9.14 won't actually take effect. CI using --frozen-lockfile will either fail or install stale versions. Additionally, @better-auth/sso@1.3.12 and @better-auth/stripe@1.3.12 declare an exact peerDependencies on better-auth@1.3.12, creating a peer dependency mismatch once the lockfile is regenerated.

Additional Locations (2)
Fix in Cursor Fix in Web

Reviewed by Cursor Bugbot for commit 1fd1906. Configure here.

"better-auth-harmony": "1.3.1",
"binary-extensions": "3.1.0",
"browser-image-compression": "^2.0.2",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
"husky": "9.1.7",
"json-schema-to-typescript": "15.0.4",
"lint-staged": "16.0.0",
"turbo": "2.9.12",
"turbo": "2.9.14",
"yaml": "^2.8.1"
},
"lint-staged": {
Expand Down
2 changes: 1 addition & 1 deletion packages/auth/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
},
"dependencies": {
"@sim/db": "workspace:*",
"better-auth": "1.3.12"
"better-auth": "1.6.2"
},
"devDependencies": {
"@sim/tsconfig": "workspace:*",
Expand Down
Loading