Skip to content

Commit 7c67fa7

Browse files
greenkeeper[bot]bkrem
authored andcommitted
Update yargs to the latest version 🚀 (#64)
* chore(package): update yargs to version 10.1.1 * chore(package): update lockfile
1 parent e6f120f commit 7c67fa7

File tree

3 files changed

+88
-91
lines changed

3 files changed

+88
-91
lines changed

package-lock.json

Lines changed: 71 additions & 82 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@
105105
"rimraf": "^2.6.1",
106106
"style-loader": "^0.19.0",
107107
"webpack": "^3.5.6",
108-
"yargs": "10.0.3"
108+
"yargs": "10.1.1"
109109
},
110110
"repository": {
111111
"type": "git",

yarn.lock

Lines changed: 16 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1512,6 +1512,14 @@ cliui@^3.2.0:
15121512
strip-ansi "^3.0.1"
15131513
wrap-ansi "^2.0.0"
15141514

1515+
cliui@^4.0.0:
1516+
version "4.0.0"
1517+
resolved "https://registry.yarnpkg.com/cliui/-/cliui-4.0.0.tgz#743d4650e05f36d1ed2575b59638d87322bfbbcc"
1518+
dependencies:
1519+
string-width "^2.1.1"
1520+
strip-ansi "^4.0.0"
1521+
wrap-ansi "^2.0.0"
1522+
15151523
clone@^1.0.2:
15161524
version "1.0.3"
15171525
resolved "https://registry.yarnpkg.com/clone/-/clone-1.0.3.tgz#298d7e2231660f40c003c2ed3140decf3f53085f"
@@ -6610,17 +6618,17 @@ yargs-parser@^7.0.0:
66106618
dependencies:
66116619
camelcase "^4.1.0"
66126620

6613-
yargs-parser@^8.0.0:
6614-
version "8.0.0"
6615-
resolved "https://registry.yarnpkg.com/yargs-parser/-/yargs-parser-8.0.0.tgz#21d476330e5a82279a4b881345bf066102e219c6"
6621+
yargs-parser@^8.1.0:
6622+
version "8.1.0"
6623+
resolved "https://registry.yarnpkg.com/yargs-parser/-/yargs-parser-8.1.0.tgz#f1376a33b6629a5d063782944da732631e966950"
66166624
dependencies:
66176625
camelcase "^4.1.0"
66186626

6619-
yargs@10.0.3:
6620-
version "10.0.3"
6621-
resolved "https://registry.yarnpkg.com/yargs/-/yargs-10.0.3.tgz#6542debd9080ad517ec5048fb454efe9e4d4aaae"
6627+
yargs@10.1.1:
6628+
version "10.1.1"
6629+
resolved "https://registry.yarnpkg.com/yargs/-/yargs-10.1.1.tgz#5fe1ea306985a099b33492001fa19a1e61efe285"
66226630
dependencies:
6623-
cliui "^3.2.0"
6631+
cliui "^4.0.0"
66246632
decamelize "^1.1.1"
66256633
find-up "^2.1.0"
66266634
get-caller-file "^1.0.1"
@@ -6631,7 +6639,7 @@ [email protected]:
66316639
string-width "^2.0.0"
66326640
which-module "^2.0.0"
66336641
y18n "^3.2.1"
6634-
yargs-parser "^8.0.0"
6642+
yargs-parser "^8.1.0"
66356643

66366644
yargs@^8.0.2:
66376645
version "8.0.2"

0 commit comments

Comments
 (0)