fix(security): commit bun.lock to pin dependency versions

Remove bun.lock from .gitignore and commit the lockfile. Every bun install
now uses exact pinned versions instead of resolving floating ^ ranges from
npm fresh. Closes the supply-chain vector from #566.

Co-Authored-By: boinger <boinger@users.noreply.github.com>
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
Garry Tan
2026-03-28 08:10:44 -07:00
parent 7450b5160b
commit 9c4ae901ea
2 changed files with 196 additions and 1 deletions
-1
View File
@@ -11,7 +11,6 @@ extension/.auth.json
.gstack-worktrees/
/tmp/
*.log
bun.lock
*.bun-build
.env
.env.local