Skip to content

Commit 0dc9e6f

Browse files
chore(deps): update dependency commander to v14.0.2 (#1390)
This PR contains the following updates: | Package | Type | Update | Change | OpenSSF | |---|---|---|---|---| | [commander](https://redirect.github.com/tj/commander.js) | dependencies | patch | [`14.0.1` -> `14.0.2`](https://renovatebot.com/diffs/npm/commander/14.0.1/14.0.2) | [![OpenSSF Scorecard](https://api.securityscorecards.dev/projects/github.com/tj/commander.js/badge)](https://securityscorecards.dev/viewer/?uri=github.com/tj/commander.js) | | [commander](https://redirect.github.com/tj/commander.js) | devDependencies | patch | [`14.0.1` -> `14.0.2`](https://renovatebot.com/diffs/npm/commander/14.0.1/14.0.2) | [![OpenSSF Scorecard](https://api.securityscorecards.dev/projects/github.com/tj/commander.js/badge)](https://securityscorecards.dev/viewer/?uri=github.com/tj/commander.js) | --- ### Release Notes <details> <summary>tj/commander.js (commander)</summary> ### [`v14.0.2`](https://redirect.github.com/tj/commander.js/blob/HEAD/CHANGELOG.md#1402-2025-10-25) [Compare Source](https://redirect.github.com/tj/commander.js/compare/v14.0.1...v14.0.2) ##### Changed - improve negative number auto-detection test (\[[#&#8203;2428](https://redirect.github.com/tj/commander.js/issues/2428)]) - update (dev) dependencies </details> --- ### Configuration 📅 **Schedule**: Branch creation - At 12:00 AM through 04:59 AM and 10:00 PM through 11:59 PM, Monday through Friday ( * 0-4,22-23 * * 1-5 ), Only on Sunday and Saturday ( * * * * 0,6 ) (UTC), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about these updates again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/settlemint/sdk). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS4xNTYuMSIsInVwZGF0ZWRJblZlciI6IjQxLjE1Ni4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiXX0=--> <!-- This is an auto-generated description by cubic. --> --- ## Summary by cubic Update commander to 14.0.2 in the CLI and MCP packages to pick up the latest patch fixes. No runtime behavior changes; upstream updates are test/dev only. - **Dependencies** - commander: 14.0.1 → 14.0.2 in sdk/cli and sdk/mcp; bun.lock updated. <!-- End of auto-generated description by cubic. --> Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent c417ad8 commit 0dc9e6f

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

bun.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565
"@types/node": "24.9.1",
6666
"@types/semver": "7.7.1",
6767
"@types/which": "3.0.4",
68-
"commander": "14.0.1",
68+
"commander": "14.0.2",
6969
"get-tsconfig": "4.13.0",
7070
"giget": "2.0.0",
7171
"is-in-ci": "2.0.0",
@@ -145,7 +145,7 @@
145145
"@modelcontextprotocol/sdk": "1.20.2",
146146
"@settlemint/sdk-js": "workspace:*",
147147
"@settlemint/sdk-utils": "workspace:*",
148-
"commander": "14.0.1",
148+
"commander": "14.0.2",
149149
"graphql": "16.11.0",
150150
"zod": "^4",
151151
"zod-to-json-schema": "^3.23.0",
@@ -829,7 +829,7 @@
829829

830830
"color-name": ["color-name@1.1.4", "", {}, "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA=="],
831831

832-
"commander": ["commander@14.0.1", "", {}, "sha512-2JkV3gUZUVrbNA+1sjBOYLsMZ5cEEl8GTFP2a4AVz5hvasAMCQ1D2l2le/cX+pV4N6ZU17zjUahLpIXRrnWL8A=="],
832+
"commander": ["commander@14.0.2", "", {}, "sha512-TywoWNNRbhoD0BXs1P3ZEScW8W5iKrnbithIl0YH+uCmBd0QpPOA8yc82DS3BIE5Ma6FnBVUsJ7wVUDz4dvOWQ=="],
833833

834834
"confbox": ["confbox@0.2.2", "", {}, "sha512-1NB+BKqhtNipMsov4xI/NnhCKp9XG9NamYp5PVm9klAT0fsrNPjaFICsCFhNhwZJKNh7zB/3q8qXz0E9oaMNtQ=="],
835835

sdk/cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
},
5151
"devDependencies": {
5252
"@commander-js/extra-typings": "14.0.0",
53-
"commander": "14.0.1",
53+
"commander": "14.0.2",
5454
"@inquirer/confirm": "5.1.19",
5555
"@inquirer/input": "4.2.5",
5656
"@inquirer/password": "4.0.21",

sdk/mcp/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
"@modelcontextprotocol/sdk": "1.20.2",
4747
"@settlemint/sdk-js": "workspace:*",
4848
"@settlemint/sdk-utils": "workspace:*",
49-
"commander": "14.0.1",
49+
"commander": "14.0.2",
5050
"graphql": "16.11.0",
5151
"zod": "^4",
5252
"zod-to-json-schema": "^3.23.0"

0 commit comments

Comments
 (0)