Bun Lockfile Update Comprehensive guidance for updating Bun lockfiles ( ) with proper dependency management practices. When to Use This Skill | Use this skill when... | Use bun-outdated instead when... | |---|---| | Running to refresh dependencies | Auditing what is outdated without changing anything | | Resolving a merge conflict by regenerating | Reviewing major version gaps before deciding to upgrade | | Patching a security vulnerability in a specific package | Listing newer versions for a single package | | Performing a major version upgrade workflow | Use bun-install when bootstrapping a…