mirror of
https://github.com/garrytan/gstack.git
synced 2026-05-07 05:56:41 +02:00
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:
@@ -11,7 +11,6 @@ extension/.auth.json
|
||||
.gstack-worktrees/
|
||||
/tmp/
|
||||
*.log
|
||||
bun.lock
|
||||
*.bun-build
|
||||
.env
|
||||
.env.local
|
||||
|
||||
Reference in New Issue
Block a user