Skip to content

Commit 848d6fb

Browse files
committed
security: update mkdirp, yargs, yargs-parser
1 parent 843a322 commit 848d6fb

File tree

5 files changed

+5527
-5609
lines changed

5 files changed

+5527
-5609
lines changed

bin/mocha

+1-3
Original file line numberDiff line numberDiff line change
@@ -98,9 +98,7 @@ if (/^(debug|inspect)$/.test(mochaArgs._[0])) {
9898
.forEach(opt => {
9999
const newOpt = opt === 'debug' ? 'inspect' : 'inspect-brk';
100100
warn(
101-
`"--${opt}" is not available in Node.js ${
102-
process.version
103-
}; use "--${newOpt}" instead.`
101+
`"--${opt}" is not available in Node.js ${process.version}; use "--${newOpt}" instead.`
104102
);
105103
nodeArgs[newOpt] = nodeArgs[opt];
106104
mochaArgs.timeout = false;

0 commit comments

Comments
 (0)