Skip to content

Commit ec04124

Browse files
chore(deps): bump commander from 8.0.0 to 9.4.1 (#4523)
Bumps [commander](https://github.com/tj/commander.js) from 8.0.0 to 9.4.1. - [Release notes](https://github.com/tj/commander.js/releases) - [Changelog](https://github.com/tj/commander.js/blob/master/CHANGELOG.md) - [Commits](tj/commander.js@v8.0.0...v9.4.1) --- updated-dependencies: - dependency-name: commander dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 836db3b commit ec04124

File tree

3 files changed

+8
-15
lines changed

3 files changed

+8
-15
lines changed

packages/cli-client/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"@wireapp/core": "workspace:^",
88
"@wireapp/store-engine-fs": "workspace:^",
99
"axios": "^0.27.2",
10-
"commander": "8.0.0",
10+
"commander": "9.4.1",
1111
"dotenv": "16.0.3",
1212
"fs-extra": "10.1.0"
1313
},

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"@types/tough-cookie": "4.0.2",
3333
"@wireapp/commons": "workspace:^",
3434
"@wireapp/store-engine-dexie": "workspace:^",
35-
"commander": "8.0.0",
35+
"commander": "9.4.1",
3636
"cross-env": "7.0.3",
3737
"dotenv-defaults": "5.0.2",
3838
"fake-indexeddb": "4.0.0",

yarn.lock

Lines changed: 6 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -5565,7 +5565,7 @@ __metadata:
55655565
"@wireapp/core": "workspace:^"
55665566
"@wireapp/store-engine-fs": "workspace:^"
55675567
axios: ^0.27.2
5568-
commander: 8.0.0
5568+
commander: 9.4.1
55695569
dotenv: 16.0.3
55705570
fs-extra: 10.1.0
55715571
rimraf: 3.0.2
@@ -5649,7 +5649,7 @@ __metadata:
56495649
"@wireapp/store-engine-dexie": "workspace:^"
56505650
axios: ^0.27.2
56515651
bazinga64: 5.11.8
5652-
commander: 8.0.0
5652+
commander: 9.4.1
56535653
cross-env: 7.0.3
56545654
dotenv-defaults: 5.0.2
56555655
fake-indexeddb: 4.0.0
@@ -8521,10 +8521,10 @@ __metadata:
85218521
languageName: node
85228522
linkType: hard
85238523

8524-
"commander@npm:8.0.0":
8525-
version: 8.0.0
8526-
resolution: "commander@npm:8.0.0"
8527-
checksum: 4b652188473fbc5cbacc5a95c53ed854278cb28a94bd6743c2013c00c11433fa60bdf41835b7e4fb3751ca6c8836dc9c09a68b587736dbd59a72a47a91fd5cd0
8524+
"commander@npm:9.4.1, commander@npm:^9.3.0":
8525+
version: 9.4.1
8526+
resolution: "commander@npm:9.4.1"
8527+
checksum: bfb18e325a5bdf772763c2213d5c7d9e77144d944124e988bcd8e5e65fb6d45d5d4e86b09155d0f2556c9a59c31e428720e57968bcd050b2306e910a0bf3cf13
85288528
languageName: node
85298529
linkType: hard
85308530

@@ -8549,13 +8549,6 @@ __metadata:
85498549
languageName: node
85508550
linkType: hard
85518551

8552-
"commander@npm:^9.3.0":
8553-
version: 9.4.1
8554-
resolution: "commander@npm:9.4.1"
8555-
checksum: bfb18e325a5bdf772763c2213d5c7d9e77144d944124e988bcd8e5e65fb6d45d5d4e86b09155d0f2556c9a59c31e428720e57968bcd050b2306e910a0bf3cf13
8556-
languageName: node
8557-
linkType: hard
8558-
85598552
"commander@npm:~2.1.0":
85608553
version: 2.1.0
85618554
resolution: "commander@npm:2.1.0"

0 commit comments

Comments
 (0)