Skip to content

Commit

Permalink
chore(deps): bump commander from 8.0.0 to 9.4.1 (#4523)
Browse files Browse the repository at this point in the history
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] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Oct 19, 2022
1 parent 836db3b commit ec04124
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 15 deletions.
2 changes: 1 addition & 1 deletion packages/cli-client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"@wireapp/core": "workspace:^",
"@wireapp/store-engine-fs": "workspace:^",
"axios": "^0.27.2",
"commander": "8.0.0",
"commander": "9.4.1",
"dotenv": "16.0.3",
"fs-extra": "10.1.0"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"@types/tough-cookie": "4.0.2",
"@wireapp/commons": "workspace:^",
"@wireapp/store-engine-dexie": "workspace:^",
"commander": "8.0.0",
"commander": "9.4.1",
"cross-env": "7.0.3",
"dotenv-defaults": "5.0.2",
"fake-indexeddb": "4.0.0",
Expand Down
19 changes: 6 additions & 13 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5565,7 +5565,7 @@ __metadata:
"@wireapp/core": "workspace:^"
"@wireapp/store-engine-fs": "workspace:^"
axios: ^0.27.2
commander: 8.0.0
commander: 9.4.1
dotenv: 16.0.3
fs-extra: 10.1.0
rimraf: 3.0.2
Expand Down Expand Up @@ -5649,7 +5649,7 @@ __metadata:
"@wireapp/store-engine-dexie": "workspace:^"
axios: ^0.27.2
bazinga64: 5.11.8
commander: 8.0.0
commander: 9.4.1
cross-env: 7.0.3
dotenv-defaults: 5.0.2
fake-indexeddb: 4.0.0
Expand Down Expand Up @@ -8521,10 +8521,10 @@ __metadata:
languageName: node
linkType: hard

"commander@npm:8.0.0":
version: 8.0.0
resolution: "commander@npm:8.0.0"
checksum: 4b652188473fbc5cbacc5a95c53ed854278cb28a94bd6743c2013c00c11433fa60bdf41835b7e4fb3751ca6c8836dc9c09a68b587736dbd59a72a47a91fd5cd0
"commander@npm:9.4.1, commander@npm:^9.3.0":
version: 9.4.1
resolution: "commander@npm:9.4.1"
checksum: bfb18e325a5bdf772763c2213d5c7d9e77144d944124e988bcd8e5e65fb6d45d5d4e86b09155d0f2556c9a59c31e428720e57968bcd050b2306e910a0bf3cf13
languageName: node
linkType: hard

Expand All @@ -8549,13 +8549,6 @@ __metadata:
languageName: node
linkType: hard

"commander@npm:^9.3.0":
version: 9.4.1
resolution: "commander@npm:9.4.1"
checksum: bfb18e325a5bdf772763c2213d5c7d9e77144d944124e988bcd8e5e65fb6d45d5d4e86b09155d0f2556c9a59c31e428720e57968bcd050b2306e910a0bf3cf13
languageName: node
linkType: hard

"commander@npm:~2.1.0":
version: 2.1.0
resolution: "commander@npm:2.1.0"
Expand Down

0 comments on commit ec04124

Please sign in to comment.