Skip to content

Commit

Permalink
build(deps): bump commander from 4.1.0 to 4.1.1 (#1470)
Browse files Browse the repository at this point in the history
* build(deps): bump commander from 4.1.0 to 4.1.1

Bumps [commander](https://github.com/tj/commander.js) from 4.1.0 to 4.1.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@v4.1.0...v4.1.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Finish upgrading via bolt

Co-authored-by: Mark Lee <malept@users.noreply.github.com>
  • Loading branch information
dependabot-preview[bot] and malept authored Feb 4, 2020
1 parent bd70808 commit ab1f3e0
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
"@types/which": "^1.3.2",
"aws-sdk": "^2.472.0",
"colors": "^1.4.0",
"commander": "^4.0.1",
"commander": "^4.1.1",
"cross-spawn": "^7.0.1",
"cross-spawn-promise": "^0.10.1",
"cross-zip": "^3.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/api/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"@electron-forge/shared-types": "6.0.0-beta.48",
"@electron/get": "^1.6.0",
"colors": "^1.4.0",
"commander": "^4.0.1",
"commander": "^4.1.1",
"debug": "^4.1.0",
"fs-extra": "^8.1.0",
"inquirer": "^7.0.4",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2733,10 +2733,10 @@ commander@^2.19.0, commander@^2.20.0, commander@^2.9.0, commander@~2.20.3:
resolved "https://registry.yarnpkg.com/commander/-/commander-2.20.3.tgz#fd485e84c03eb4881c20722ba48035e8531aeb33"
integrity sha512-GpVkmM8vF2vQUkj2LvZmD35JxeJOLCwJ9cUkugyk2nuhbv3+mJvpLYYt+0+USMxE+oj+ey/lJEnhZw75x/OMcQ==

commander@^4.0.1:
version "4.1.0"
resolved "https://registry.yarnpkg.com/commander/-/commander-4.1.0.tgz#545983a0603fe425bc672d66c9e3c89c42121a83"
integrity sha512-NIQrwvv9V39FHgGFm36+U9SMQzbiHvU79k+iADraJTpmrFFfx7Ds0IvDoAdZsDrknlkRk14OYoWXb57uTh7/sw==
commander@^4.0.1, commander@^4.1.1:
version "4.1.1"
resolved "https://registry.yarnpkg.com/commander/-/commander-4.1.1.tgz#9fd602bd936294e9e9ef46a3f4d6964044b18068"
integrity sha512-NOKm8xhkzAjzFx8B2v5OAHT+u5pRQc2UCa2Vq9jYL/31o2wi9mxBA7LIFs3sV5VSC49z6pEhfbMULvShKj26WA==

commander@~2.19.0:
version "2.19.0"
Expand Down

0 comments on commit ab1f3e0

Please sign in to comment.