Skip to content

Commit

Permalink
feat: bump yargs to 17
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshuaKGoldberg committed Jul 2, 2024
1 parent 177732f commit 69ad9a9
Show file tree
Hide file tree
Showing 4 changed files with 214 additions and 247 deletions.
2 changes: 1 addition & 1 deletion lib/cli/cli.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

const debug = require('debug')('mocha:cli:cli');
const symbols = require('log-symbols');
const yargs = require('yargs/yargs');
const yargs = require('yargs');
const path = require('path');
const {
loadRc,
Expand Down
Loading

0 comments on commit 69ad9a9

Please sign in to comment.