Skip to content

Commit

Permalink
CLI: Upgrade commander from 7.2 to 12.1.0
Browse files Browse the repository at this point in the history
Closes #1781.
  • Loading branch information
Krinkle committed Jul 20, 2024
1 parent ebe37a2 commit 5c5538d
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion bin/qunit.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

'use strict';

const program = require('commander');
const { program } = require('commander');
const run = require('../src/cli/run');
const { displayAvailableReporters } = require('../src/cli/find-reporter');
const pkg = require('../package.json');
Expand Down
10 changes: 5 additions & 5 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"node": ">=18"
},
"dependencies": {
"commander": "7.2.0",
"commander": "12.1.0",
"node-watch": "0.7.4",
"tiny-glob": "0.2.9"
},
Expand Down

0 comments on commit 5c5538d

Please sign in to comment.