Skip to content

Commit

Permalink
Update commander from 11.1.0 to 12.1.0 and resolve BREAKING changes
Browse files Browse the repository at this point in the history
  • Loading branch information
aarongoldenthal committed May 27, 2024
1 parent be30ecc commit 21761a3
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
4 changes: 2 additions & 2 deletions bin/pa11y-ci.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ const path = require('path');
const globby = require('globby');
const protocolify = require('protocolify');
const pkg = require('../package.json');
const commander = require('commander');

const {Command} = require('commander');
const commander = new Command();

// Here we're using Commander to specify the CLI options
commander
Expand Down
16 changes: 8 additions & 8 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 @@ -25,7 +25,7 @@
"dependencies": {
"async": "~3.2.5",
"cheerio": "~1.0.0-rc.12",
"commander": "~11.1.0",
"commander": "~12.1.0",
"globby": "~6.1.0",
"kleur": "~4.1.5",
"lodash": "~4.17.21",
Expand Down

0 comments on commit 21761a3

Please sign in to comment.