Skip to content

Commit 27c0ca2

Browse files
committed
Update dependencies and resolve vulnerabilities
1 parent 73b1421 commit 27c0ca2

3 files changed

Lines changed: 861 additions & 336 deletions

File tree

index.ts

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,10 @@ program
5656
.option('-x, --exclude <ids>', 'Exceptions or the vulnerabilities ID(s) to exclude.')
5757
.option('-m, --module-ignore <moduleNames>', 'Names of modules to ignore.')
5858
.option('-l, --level <auditLevel>', 'The minimum audit level to validate.')
59-
.option('-f, --filter-table [level]', 'Filter table to show only vulnerabilities at or above specified level (defaults to audit level if no value provided).')
59+
.option(
60+
'-f, --filter-table [level]',
61+
'Filter table to show only vulnerabilities at or above specified level (defaults to audit level if no value provided).',
62+
)
6063
.option('-p, --production', 'Skip checking the devDependencies.')
6164
.option('-r, --registry <url>', 'The npm registry url to use.')
6265
.option('-i, --include-columns <columnName1>,<columnName2>,..,<columnNameN>', 'Columns to include in report.')

0 commit comments

Comments
 (0)