We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aacd355 commit 27cccfbCopy full SHA for 27cccfb
lib/audit.js
@@ -277,7 +277,7 @@ function auditCmd (args, cb) {
277
output(` ${actions.review.size} vulnerabilit${actions.review.size === 1 ? 'y' : 'ies'} required manual review and could not be updated`)
278
}
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`)
+ 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
if (installMajor) {
282
output(' (installed due to `--force` option)')
283
} else {
0 commit comments