Skip to content

Commit

Permalink
Update dependency commander to v13 (#57)
Browse files Browse the repository at this point in the history
* Update dependency commander to v13

* Refactor for breaking changes in commander@13, no functional changes

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Aaron Goldenthal <[email protected]>
  • Loading branch information
renovate[bot] and aarongoldenthal authored Jan 10, 2025
1 parent deab5c5 commit d8c97b7
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
1 change: 1 addition & 0 deletions bin/pa11y.js
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,7 @@ function configureProgram() {
collectOptions,
[]
)
.allowExcessArguments()
.parse(process.argv);
program.url = program.args[0];
}
Expand Down
8 changes: 4 additions & 4 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 @@ -35,7 +35,7 @@
"dependencies": {
"axe-core": "^4.10.2",
"bfj": "^9.1.1",
"commander": "^12.1.0",
"commander": "^13.0.0",
"envinfo": "^7.14.0",
"html_codesniffer": "^2.5.1",
"kleur": "^4.1.5",
Expand Down

0 comments on commit d8c97b7

Please sign in to comment.