Skip to content

Commit

Permalink
chore(deps): bump commander from 11.0.0 to 11.1.0 (#766)
Browse files Browse the repository at this point in the history
Bumps [commander](https://github.com/tj/commander.js) from 11.0.0 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@v11.0.0...v11.1.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Oct 14, 2023
1 parent f45f40c commit 444e977
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 7 deletions.
19 changes: 14 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 @@ -140,6 +140,6 @@
]
},
"dependencies": {
"commander": "^11.0.0"
"commander": "^11.1.0"
}
}
2 changes: 1 addition & 1 deletion packages/atomizer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"dependencies": {
"chalk": "^4.0.0",
"chokidar": "^3.5.3",
"commander": "^11.0.0",
"commander": "^11.1.0",
"glob": "^10.3.10",
"lodash": "^4.17.21",
"minimatch": "^9.0.0",
Expand Down

0 comments on commit 444e977

Please sign in to comment.