Skip to content

Commit

Permalink
Merge pull request #17 from zce/renovate/commander-4.x
Browse files Browse the repository at this point in the history
fix(deps): update dependency commander to v4
  • Loading branch information
zce committed Nov 2, 2019
2 parents 19be5cb + 1bbeaaa commit 27ece17
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -35,7 +35,7 @@
"test": "nyc ava"
},
"dependencies": {
"commander": "^3.0.0"
"commander": "^4.0.0"
},
"devDependencies": {
"ava": "1.4.1",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Expand Up @@ -897,10 +897,10 @@ color-name@1.1.3:
resolved "http://registry.npm.taobao.org/color-name/download/color-name-1.1.3.tgz#a7d0558bd89c42f795dd42328f740831ca53bc25"
integrity sha1-p9BVi9icQveV3UIyj3QIMcpTvCU=

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@^4.0.0:
version "4.0.0"
resolved "https://registry.yarnpkg.com/commander/-/commander-4.0.0.tgz#e782b6afe6a0f1b1408be59429919e1305160e3f"
integrity sha512-SEa2abMBTZuEjLVYpNrAFoRgxPwG4rXP3+SGY6CM/HZGeDzIA7Pzp+7H3AHDukKEpyy2SoSGGPShKqqfH9T9AQ==

commander@~2.20.0:
version "2.20.0"
Expand Down

0 comments on commit 27ece17

Please sign in to comment.