Skip to content

Commit

Permalink
chore(deps): bump commander from 2.20.0 to 3.0.0 (#1087)
Browse files Browse the repository at this point in the history
* chore(deps): bump commander from 2.20.0 to 3.0.0

Bumps [commander](https://github.com/tj/commander.js) from 2.20.0 to 3.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@v2.20.0...v3.0.0)

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

* Upgrade the CLI package too
  • Loading branch information
dependabot-preview[bot] authored and malept committed Aug 12, 2019
1 parent cef4a58 commit 2a49fb0
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -44,7 +44,7 @@
"@types/which": "^1.3.1",
"aws-sdk": "^2.472.0",
"colors": "^1.2.0",
"commander": "^2.9.0",
"commander": "^3.0.0",
"cross-spawn": "^6.0.4",
"cross-spawn-promise": "^0.10.1",
"cross-zip": "^2.1.5",
Expand Down
2 changes: 1 addition & 1 deletion packages/api/cli/package.json
Expand Up @@ -18,7 +18,7 @@
"@electron-forge/async-ora": "6.0.0-beta.43",
"@electron-forge/core": "6.0.0-beta.43",
"colors": "^1.2.0",
"commander": "^2.9.0",
"commander": "^3.0.0",
"debug": "^4.1.0",
"fs-extra": "^8.1.0",
"inquirer": "^6.5.0",
Expand Down
5 changes: 5 additions & 0 deletions yarn.lock
Expand Up @@ -2372,6 +2372,11 @@ commander@^2.11.0, commander@^2.19.0, commander@^2.20.0, commander@^2.8.1, comma
resolved "https://registry.yarnpkg.com/commander/-/commander-2.20.0.tgz#d58bb2b5c1ee8f87b0d340027e9e94e222c5a422"
integrity sha512-7j2y+40w61zy6YC2iRNpUe/NwhNyoXrYpHMrSunaMG64nRnaf96zO/KMQR4OyN/UnE5KLyEBnKHd4aG3rskjpQ==

commander@^3.0.0:
version "3.0.0"
resolved "https://registry.yarnpkg.com/commander/-/commander-3.0.0.tgz#0641ea00838c7a964627f04cddc336a2deddd60a"
integrity sha512-pl3QrGOBa9RZaslQiqnnKX2J068wcQw7j9AIaBQ9/JEp5RY6je4jKTImg0Bd+rpoONSe7GUFSgkxLeo17m3Pow==

commander@~2.19.0:
version "2.19.0"
resolved "https://registry.yarnpkg.com/commander/-/commander-2.19.0.tgz#f6198aa84e5b83c46054b94ddedbfed5ee9ff12a"
Expand Down

0 comments on commit 2a49fb0

Please sign in to comment.