--deps | Comma-separated dependencies to update. | Every dependency |
--latest | Update to the latest version, ignoring the range in package.json. | false |
--force | Update anyway when the audit finds vulnerable dependencies, or when the audit cannot complete. | false |
--audit-level | Minimum severity that blocks the update: low, moderate, high, or critical. | high |
--skip-audit | Skip the vulnerability audit and update directly. | false |
--no-cache | Bypass the cached audit result and re-query OSV.dev. | false |
--cwd | Working directory to update in. | Current directory |