Skip to content

Commit

Permalink
Merge pull request #591 from tschaub/dependabot/npm_and_yarn/commande…
Browse files Browse the repository at this point in the history
…r-13.0.0

Bump commander from 11.1.0 to 13.0.0
  • Loading branch information
tschaub authored Dec 30, 2024
2 parents 4be5ff0 + 1208c2e commit b3478f0
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
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 @@ -35,7 +35,7 @@
},
"dependencies": {
"async": "^3.2.4",
"commander": "^11.0.0",
"commander": "^13.0.0",
"email-addresses": "^5.0.0",
"filenamify": "^4.3.0",
"find-cache-dir": "^3.3.1",
Expand Down
2 changes: 1 addition & 1 deletion test/bin/gh-pages.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ describe('gh-pages', () => {
config: {dest: 'target'},
},
{
args: ['--dist', 'lib', '-a', 'target'],
args: ['--dist', 'lib', '-a'],
dist: 'lib',
config: {add: true},
},
Expand Down

0 comments on commit b3478f0

Please sign in to comment.