Skip to content

Commit 870eacf

Browse files
chore(deps): bump commander from 14.0.3 to 15.0.0
Bumps [commander](https://github.com/tj/commander.js) from 14.0.3 to 15.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@v14.0.3...v15.0.0) --- updated-dependencies: - dependency-name: commander dependency-version: 15.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent d24f5d6 commit 870eacf

6 files changed

Lines changed: 21 additions & 15 deletions

File tree

packages/cli-plugins/ai-base/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
"@equinor/fusion-framework-module": "workspace:*",
5353
"@equinor/fusion-framework-module-ai": "workspace:*",
5454
"@equinor/fusion-imports": "workspace:*",
55-
"commander": "^14.0.1",
55+
"commander": "^15.0.0",
5656
"zod": "^4.4.3"
5757
},
5858
"peerDependencies": {

packages/cli-plugins/ai-chat/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
"@equinor/fusion-framework-module": "workspace:*",
4949
"@equinor/fusion-framework-module-ai": "workspace:*",
5050
"@langchain/core": "^1.0.1",
51-
"commander": "^14.0.1",
51+
"commander": "^15.0.0",
5252
"rxjs": "^7.8.1"
5353
},
5454
"peerDependencies": {

packages/cli-plugins/ai-index/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
"@equinor/fusion-imports": "workspace:*",
5353
"@langchain/core": "^1.0.1",
5454
"@langchain/textsplitters": "^1.0.0",
55-
"commander": "^14.0.1",
55+
"commander": "^15.0.0",
5656
"find-up": "^8.0.0",
5757
"globby": "^16.1.0",
5858
"gray-matter": "^4.0.3",

packages/cli-plugins/copilot/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
"dependencies": {
4545
"@github/copilot-sdk": "^0.3.0",
4646
"chalk": "^5.6.2",
47-
"commander": "^14.0.1",
47+
"commander": "^15.0.0",
4848
"ora": "^9.3.0",
4949
"rxjs": "^7.8.2"
5050
},

packages/cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@
109109
"@equinor/fusion-imports": "workspace:*",
110110
"@types/inquirer": "^9.0.9",
111111
"chalk": "^5.6.0",
112-
"commander": "^14.0.1",
112+
"commander": "^15.0.0",
113113
"deepmerge": "^4.3.1",
114114
"dotenv": "^17.3.1",
115115
"execa": "^9.6.0",

pnpm-lock.yaml

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

0 commit comments

Comments
 (0)