Skip to content

Commit

Permalink
Bump commander from 2.20.0 to 3.0.2
Browse files Browse the repository at this point in the history
Bumps [commander](https://github.com/tj/commander.js) from 2.20.0 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@v2.20.0...v3.0.2)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
  • Loading branch information
dependabot-preview[bot] committed Oct 22, 2019
1 parent b7b25d4 commit 84b2c0f
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/create-nom-app/package.json
Expand Up @@ -46,7 +46,7 @@
"dependencies": {
"@babel/runtime": "^7.4.5",
"chalk": "^2.4.2",
"commander": "^2.20.0",
"commander": "^3.0.2",
"cross-spawn": "^7.0.1",
"envinfo": "^7.3.1",
"fs-extra": "^8.0.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/nom-scripts/package.json
Expand Up @@ -53,7 +53,7 @@
"babel-plugin-add-module-exports": "^1.0.2",
"chai": "^4.2.0",
"chalk": "^2.4.2",
"commander": "^2.20.0",
"commander": "^3.0.2",
"cross-env": "^5.2.0",
"cross-spawn": "^7.0.1",
"eslint": "^6.0.1",
Expand Down
5 changes: 5 additions & 0 deletions yarn.lock
Expand Up @@ -2924,6 +2924,11 @@ commander@^2.20.0, commander@~2.20.0:
resolved "https://registry.yarnpkg.com/commander/-/commander-2.20.0.tgz#d58bb2b5c1ee8f87b0d340027e9e94e222c5a422"
integrity sha512-7j2y+40w61zy6YC2iRNpUe/NwhNyoXrYpHMrSunaMG64nRnaf96zO/KMQR4OyN/UnE5KLyEBnKHd4aG3rskjpQ==

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

commondir@^1.0.1:
version "1.0.1"
resolved "https://registry.yarnpkg.com/commondir/-/commondir-1.0.1.tgz#ddd800da0c66127393cca5950ea968a3aaf1253b"
Expand Down

0 comments on commit 84b2c0f

Please sign in to comment.