Skip to content

Commit

Permalink
fix(deps): update dependency yargs to ^11.0.0 (#104)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and ybiquitous committed Feb 4, 2018
1 parent 12dacc7 commit 2aeea90
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"prettier": "^1.10.2",
"semver": "^5.5.0",
"standard-version": "^4.3.0",
"yargs": "^10.1.1"
"yargs": "^11.0.0"
},
"devDependencies": {
"@babel/cli": "7.0.0-beta.39",
Expand Down
14 changes: 7 additions & 7 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4499,9 +4499,9 @@ yargs-parser@^8.0.0:
dependencies:
camelcase "^4.1.0"

yargs-parser@^8.1.0:
version "8.1.0"
resolved "https://registry.yarnpkg.com/yargs-parser/-/yargs-parser-8.1.0.tgz#f1376a33b6629a5d063782944da732631e966950"
yargs-parser@^9.0.2:
version "9.0.2"
resolved "https://registry.yarnpkg.com/yargs-parser/-/yargs-parser-9.0.2.tgz#9ccf6a43460fe4ed40a9bb68f48d43b8a68cc077"
dependencies:
camelcase "^4.1.0"

Expand All @@ -4522,9 +4522,9 @@ yargs@^10.0.3:
y18n "^3.2.1"
yargs-parser "^8.0.0"

yargs@^10.1.1:
version "10.1.1"
resolved "https://registry.yarnpkg.com/yargs/-/yargs-10.1.1.tgz#5fe1ea306985a099b33492001fa19a1e61efe285"
yargs@^11.0.0:
version "11.0.0"
resolved "https://registry.yarnpkg.com/yargs/-/yargs-11.0.0.tgz#c052931006c5eee74610e5fc0354bedfd08a201b"
dependencies:
cliui "^4.0.0"
decamelize "^1.1.1"
Expand All @@ -4537,7 +4537,7 @@ yargs@^10.1.1:
string-width "^2.0.0"
which-module "^2.0.0"
y18n "^3.2.1"
yargs-parser "^8.1.0"
yargs-parser "^9.0.2"

yargs@^8.0.1:
version "8.0.2"
Expand Down

0 comments on commit 2aeea90

Please sign in to comment.