Skip to content
This repository has been archived by the owner on May 17, 2019. It is now read-only.

Commit

Permalink
Update dependency yargs to v11
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and fusion-bot[bot] committed Jan 26, 2018
1 parent d37d86a commit 247d76f
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@
"webpack-node-externals": "1.6.0",
"webpack-sources": "1.1.0",
"winston": "2.4.0",
"yargs": "10.1.1"
"yargs": "11.0.0"
},
"devDependencies": {
"babel-eslint": "8.2.1",
Expand Down
14 changes: 10 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -8468,9 +8468,15 @@ yargs-parser@^8.0.0, yargs-parser@^8.1.0:
dependencies:
camelcase "^4.1.0"

[email protected]:
version "10.1.1"
resolved "https://registry.yarnpkg.com/yargs/-/yargs-10.1.1.tgz#5fe1ea306985a099b33492001fa19a1e61efe285"
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"

[email protected]:
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 @@ -8483,7 +8489,7 @@ [email protected]:
string-width "^2.0.0"
which-module "^2.0.0"
y18n "^3.2.1"
yargs-parser "^8.1.0"
yargs-parser "^9.0.2"

[email protected]:
version "3.32.0"
Expand Down

0 comments on commit 247d76f

Please sign in to comment.