Skip to content

Commit

Permalink
build(deps): bump commander from 9.4.1 to 11.1.0
Browse files Browse the repository at this point in the history
Bumps [commander](https://github.com/tj/commander.js) from 9.4.1 to 11.1.0.
- [Release notes](https://github.com/tj/commander.js/releases)
- [Changelog](https://github.com/tj/commander.js/blob/master/CHANGELOG.md)
- [Commits](tj/commander.js@v9.4.1...v11.1.0)

---
updated-dependencies:
- dependency-name: commander
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 1, 2023
1 parent b089e86 commit c6766a6
Show file tree
Hide file tree
Showing 3 changed files with 1,245 additions and 1,156 deletions.
2 changes: 1 addition & 1 deletion packages/elint-helpers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
},
"type": "module",
"dependencies": {
"commander": "^9.4.1",
"commander": "^11.1.0",
"debug": "^4.3.4",
"fs-extra": "^11.1.0"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/elint/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
"dependencies": {
"boxen": "^7.0.1",
"chalk": "^5.2.0",
"commander": "^9.4.1",
"commander": "^11.1.0",
"configstore": "^6.0.0",
"debug": "^4.3.4",
"elint-helpers": "workspace:*",
Expand Down
Loading

0 comments on commit c6766a6

Please sign in to comment.