Skip to content

Commit c338c60

Browse files
greenkeeper[bot]ikatyang
authored andcommitted
chore(package): update yargs to version 10.1.1 (#374)
* chore(package): update yargs to version 10.1.1 * chore(package): update lockfile https://npm.im/greenkeeper-lockfile
1 parent f992e54 commit c338c60

File tree

2 files changed

+34
-3
lines changed

2 files changed

+34
-3
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,6 @@
5454
"tslint-config-prettier": "1.6.0",
5555
"tslint-plugin-prettier": "1.3.0",
5656
"typescript": "2.6.2",
57-
"yargs": "10.0.3"
57+
"yargs": "10.1.1"
5858
}
5959
}

yarn.lock

Lines changed: 33 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -660,6 +660,14 @@ cliui@^3.2.0:
660660
strip-ansi "^3.0.1"
661661
wrap-ansi "^2.0.0"
662662

663+
cliui@^4.0.0:
664+
version "4.0.0"
665+
resolved "https://registry.yarnpkg.com/cliui/-/cliui-4.0.0.tgz#743d4650e05f36d1ed2575b59638d87322bfbbcc"
666+
dependencies:
667+
string-width "^2.1.1"
668+
strip-ansi "^4.0.0"
669+
wrap-ansi "^2.0.0"
670+
663671
clone-stats@^0.0.1:
664672
version "0.0.1"
665673
resolved "https://registry.yarnpkg.com/clone-stats/-/clone-stats-0.0.1.tgz#b88f94a82cf38b8791d58046ea4029ad88ca99d1"
@@ -3186,7 +3194,7 @@ string-width@^1.0.1, string-width@^1.0.2:
31863194
is-fullwidth-code-point "^1.0.0"
31873195
strip-ansi "^3.0.0"
31883196

3189-
string-width@^2.0.0:
3197+
string-width@^2.0.0, string-width@^2.1.1:
31903198
version "2.1.1"
31913199
resolved "https://registry.yarnpkg.com/string-width/-/string-width-2.1.1.tgz#ab93f27a8dc13d28cac815c462143a6d9012ae9e"
31923200
dependencies:
@@ -3718,7 +3726,30 @@ yargs-parser@^8.0.0:
37183726
dependencies:
37193727
camelcase "^4.1.0"
37203728

3721-
[email protected], yargs@^10.0.3:
3729+
yargs-parser@^8.1.0:
3730+
version "8.1.0"
3731+
resolved "https://registry.yarnpkg.com/yargs-parser/-/yargs-parser-8.1.0.tgz#f1376a33b6629a5d063782944da732631e966950"
3732+
dependencies:
3733+
camelcase "^4.1.0"
3734+
3735+
3736+
version "10.1.1"
3737+
resolved "https://registry.yarnpkg.com/yargs/-/yargs-10.1.1.tgz#5fe1ea306985a099b33492001fa19a1e61efe285"
3738+
dependencies:
3739+
cliui "^4.0.0"
3740+
decamelize "^1.1.1"
3741+
find-up "^2.1.0"
3742+
get-caller-file "^1.0.1"
3743+
os-locale "^2.0.0"
3744+
require-directory "^2.1.1"
3745+
require-main-filename "^1.0.1"
3746+
set-blocking "^2.0.0"
3747+
string-width "^2.0.0"
3748+
which-module "^2.0.0"
3749+
y18n "^3.2.1"
3750+
yargs-parser "^8.1.0"
3751+
3752+
yargs@^10.0.3:
37223753
version "10.0.3"
37233754
resolved "https://registry.yarnpkg.com/yargs/-/yargs-10.0.3.tgz#6542debd9080ad517ec5048fb454efe9e4d4aaae"
37243755
dependencies:

0 commit comments

Comments
 (0)