Skip to content

Commit

Permalink
chore(deps): bump commander from 3.0.1 to 3.0.2 (#1195)
Browse files Browse the repository at this point in the history
* chore(deps): bump commander from 3.0.1 to 3.0.2

Bumps [commander](https://github.com/tj/commander.js) from 3.0.1 to 3.0.2.
- [Release notes](https://github.com/tj/commander.js/releases)
- [Changelog](https://github.com/tj/commander.js/blob/master/CHANGELOG.md)
- [Commits](tj/commander.js@v3.0.1...v3.0.2)

Signed-off-by: dependabot-preview[bot] <[email protected]>

* Finish upgrading via bolt
  • Loading branch information
dependabot-preview[bot] authored and malept committed Sep 27, 2019
1 parent b8ae844 commit f246234
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.1",
"aws-sdk": "^2.472.0",
"colors": "^1.4.0",
"commander": "^3.0.1",
"commander": "^3.0.2",
"cross-spawn": "^7.0.0",
"cross-spawn-promise": "^0.10.1",
"cross-zip": "^2.1.5",
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 @@ -18,7 +18,7 @@
"@electron-forge/async-ora": "6.0.0-beta.45",
"@electron-forge/core": "6.0.0-beta.45",
"colors": "^1.4.0",
"commander": "^3.0.1",
"commander": "^3.0.2",
"debug": "^4.1.0",
"fs-extra": "^8.1.0",
"inquirer": "^7.0.0",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2400,10 +2400,10 @@ commander@^2.19.0, commander@^2.20.0, commander@^2.8.1, commander@^2.9.0, comman
resolved "https://registry.yarnpkg.com/commander/-/commander-2.20.0.tgz#d58bb2b5c1ee8f87b0d340027e9e94e222c5a422"
integrity sha512-7j2y+40w61zy6YC2iRNpUe/NwhNyoXrYpHMrSunaMG64nRnaf96zO/KMQR4OyN/UnE5KLyEBnKHd4aG3rskjpQ==

commander@^3.0.1:
version "3.0.1"
resolved "https://registry.yarnpkg.com/commander/-/commander-3.0.1.tgz#4595aec3530525e671fb6f85fb173df8ff8bf57a"
integrity sha512-UNgvDd+csKdc9GD4zjtkHKQbT8Aspt2jCBqNSPp53vAS0L1tS9sXB2TCEOPHJ7kt9bN/niWkYj8T3RQSoMXdSQ==
commander@^3.0.2:
version "3.0.2"
resolved "https://registry.yarnpkg.com/commander/-/commander-3.0.2.tgz#6837c3fb677ad9933d1cfba42dd14d5117d6b39e"
integrity sha512-Gar0ASD4BDyKC4hl4DwHqDrmvjoxWKZigVnAbn5H1owvm4CxCPdb0HQDehwNYMJpla5+M2tPmPARzhtYuwpHow==

commander@~2.19.0:
version "2.19.0"
Expand Down

0 comments on commit f246234

Please sign in to comment.