Skip to content

Commit

Permalink
security: update mkdirp, yargs, yargs-parser
Browse files Browse the repository at this point in the history
  • Loading branch information
juergba committed Mar 25, 2020
1 parent 843a322 commit 848d6fb
Show file tree
Hide file tree
Showing 5 changed files with 5,527 additions and 5,609 deletions.
4 changes: 1 addition & 3 deletions bin/mocha
Expand Up @@ -98,9 +98,7 @@ if (/^(debug|inspect)$/.test(mochaArgs._[0])) {
.forEach(opt => {
const newOpt = opt === 'debug' ? 'inspect' : 'inspect-brk';
warn(
`"--${opt}" is not available in Node.js ${
process.version
}; use "--${newOpt}" instead.`
`"--${opt}" is not available in Node.js ${process.version}; use "--${newOpt}" instead.`
);
nodeArgs[newOpt] = nodeArgs[opt];
mochaArgs.timeout = false;
Expand Down

0 comments on commit 848d6fb

Please sign in to comment.