Skip to content

Commit 7d633cb

Browse files
fix(deps): update dependency commander to v14
1 parent 673cff0 commit 7d633cb

File tree

3 files changed

+11
-4
lines changed

3 files changed

+11
-4
lines changed

packages/cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
},
1111
"dependencies": {
1212
"@crossplane-js/libs": "workspace:^",
13-
"commander": "^13.1.0",
13+
"commander": "^14.0.0",
1414
"esbuild": "^0.25.4",
1515
"fs-extra": "^11.3.0",
1616
"lodash": "^4.17.21",

packages/server/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"@yarnpkg/cli": "^4.7.0",
2525
"@yarnpkg/core": "^4.2.1",
2626
"@yarnpkg/plugin-essentials": "^4.3.1",
27-
"commander": "^13.1.0",
27+
"commander": "^14.0.0",
2828
"express": "^5",
2929
"fs-extra": "^11.3.0",
3030
"pino": "^9.6.0",

yarn.lock

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -270,7 +270,7 @@ __metadata:
270270
"@crossplane-js/libs": "workspace:^"
271271
"@types/lodash": "npm:^4"
272272
"@types/uuid": "npm:^10.0.0"
273-
commander: "npm:^13.1.0"
273+
commander: "npm:^14.0.0"
274274
esbuild: "npm:^0.25.4"
275275
fs-extra: "npm:^11.3.0"
276276
lodash: "npm:^4.17.21"
@@ -352,7 +352,7 @@ __metadata:
352352
"@yarnpkg/cli": "npm:^4.7.0"
353353
"@yarnpkg/core": "npm:^4.2.1"
354354
"@yarnpkg/plugin-essentials": "npm:^4.3.1"
355-
commander: "npm:^13.1.0"
355+
commander: "npm:^14.0.0"
356356
express: "npm:^5"
357357
fs-extra: "npm:^11.3.0"
358358
pino: "npm:^9.6.0"
@@ -2966,6 +2966,13 @@ __metadata:
29662966
languageName: node
29672967
linkType: hard
29682968

2969+
"commander@npm:^14.0.0":
2970+
version: 14.0.0
2971+
resolution: "commander@npm:14.0.0"
2972+
checksum: 10c0/73c4babfa558077868d84522b11ef56834165d472b9e86a634cd4c3ae7fc72d59af6377d8878e06bd570fe8f3161eced3cbe383c38f7093272bb65bd242b595b
2973+
languageName: node
2974+
linkType: hard
2975+
29692976
"commander@npm:^2.19.0":
29702977
version: 2.20.3
29712978
resolution: "commander@npm:2.20.3"

0 commit comments

Comments
 (0)