1.2.0 • Published 3 years ago

yarn-audit-fix-ng v1.2.0

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

yarn-audit-fix-ng

Fixes your audit issues — the ones that can be automatically fixed

Usage

npx yarn-audit-fix-ng [--verbose, --level=info|low|moderate|high|critical, --groups=dependencies|devDependencies, --cwd=/path/to/project --force]

Options

FlagDescription
cwdProcess directory, defaults to process.cwd()
dry-runGet an idea of what audit fix will do
forceIgnore semver range limitations on patching
groupsLimit the audit table to vulnerabilities of the corresponding dependency groups: dependencies, devDependencies, optionalDependencies, peerDependencies
levelLimit the audit table to vulnerabilities of the corresponding level and above: info, low, moderate, high, critical
verboseVerbose/debug logging

License

MIT