Skip to content
This repository was archived by the owner on Feb 24, 2026. It is now read-only.
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 @@ -37,7 +37,7 @@
"typescript": "^5.7.2"
},
"devDependencies": {
"@trivago/prettier-plugin-sort-imports": "^5.2.1",
"@trivago/prettier-plugin-sort-imports": "^6.0.2",
Copy link

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 dependency bump

Medium Severity

The package.json bumps @trivago/prettier-plugin-sort-imports to ^6.0.2, but bun.lock still references the old ^5.2.1 specifier and resolves to 5.2.2. Without updating the lockfile, bun install will continue installing v5.2.2, making this version bump ineffective. Dependabot likely doesn't know how to update bun.lock, so a manual bun install is needed to regenerate it.

Fix in Cursor Fix in Web

"@types/bun": "^1.1.14",
"@typescript-eslint/eslint-plugin": "^8.19.0",
"@typescript-eslint/parser": "^8.19.0",
Expand Down