/bun:outdated Check which dependencies have newer versions available. When to Use This Skill | Use this skill when... | Use bun-lockfile-update instead when... | |---|---| | Auditing dependency freshness without making changes | Actually updating dependencies and regenerating bun.lockb | | Spotting major version updates before deciding to upgrade | Running / workflows | | Reviewing a single package's available versions | Resolving lockfile conflicts or security patch updates | Execution Output Format Shows table with: - Package name - Current version - Wanted version (within semver range) - L…