Skip to content

Commit 2c01d96

Browse files
build(deps): bump commander from 13.1.0 to 14.0.0 (#611)
Bumps [commander](https://github.com/tj/commander.js) from 13.1.0 to 14.0.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@v13.1.0...v14.0.0) --- updated-dependencies: - dependency-name: commander dependency-version: 14.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 6dac5a0 commit 2c01d96

File tree

3 files changed

+12
-6
lines changed

3 files changed

+12
-6
lines changed

packages/cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
"@codama/renderers-rust": "workspace:*",
5252
"@codama/visitors": "workspace:*",
5353
"@codama/visitors-core": "workspace:*",
54-
"commander": "^13.1.0",
54+
"commander": "^14.0.0",
5555
"picocolors": "^1.1.1",
5656
"prompts": "^2.4.2"
5757
},

packages/errors/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
},
5555
"dependencies": {
5656
"@codama/node-types": "workspace:*",
57-
"commander": "^13.1.0",
57+
"commander": "^14.0.0",
5858
"chalk": "^5.4.1"
5959
},
6060
"license": "MIT",

pnpm-lock.yaml

Lines changed: 10 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)