File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -277,7 +277,7 @@ function auditCmd (args, cb) {
277
277
output ( ` ${ actions . review . size } vulnerabilit${ actions . review . size === 1 ? 'y' : 'ies' } required manual review and could not be updated` )
278
278
}
279
279
if ( actions . major . size ) {
280
- output ( ` ${ actions . major . size } package update${ actions . major . size === 1 ? '' : 's' } for ${ actions . majorFixes . size } vuln ${ actions . majorFixes . size === 1 ? '' : 's ' } involved breaking changes` )
280
+ output ( ` ${ actions . major . size } package update${ actions . major . size === 1 ? '' : 's' } for ${ actions . majorFixes . size } vulnerabilit ${ actions . majorFixes . size === 1 ? 'y ' : 'ies ' } involved breaking changes` )
281
281
if ( installMajor ) {
282
282
output ( ' (installed due to `--force` option)' )
283
283
} else {
You can’t perform that action at this time.
0 commit comments