**Command**: `/maintenance/update-deps`
maintenance/# Update Dependencies **Command**: `/maintenance/update-deps` **Purpose**: Update and manage project dependencies safely **Category**: Maintenance & Security ## Overview Safely update dependencies, check for security vulnerabilities, and ensure compatibility with Claude Workflow Pro. ## Usage ## Quick Reference | Command | Description | |---------|-------------| | `--check` | Check for available updates | | `--all` | Update all dependencies | | `--security-only` | Security patches only | | `--major` | Allow major version updates | | `--dry-run` | Preview updates without applying | |...