Skip to content

Commit a9234fd

Browse files
committed
chore(deps): update dependency yargs to ^11.0.0
1 parent 5fc6f7f commit a9234fd

File tree

2 files changed

+40
-2
lines changed

2 files changed

+40
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@
9090
"prettier": "^1.5.2",
9191
"temp": "^0.8.3",
9292
"webpack": "^2.1.0-beta.25",
93-
"yargs": "^6.3.0"
93+
"yargs": "^11.0.0"
9494
},
9595
"engines": {
9696
"node": ">=4.0.0"

yarn.lock

Lines changed: 39 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1395,6 +1395,14 @@ cliui@^3.2.0:
13951395
strip-ansi "^3.0.1"
13961396
wrap-ansi "^2.0.0"
13971397

1398+
cliui@^4.0.0:
1399+
version "4.0.0"
1400+
resolved "https://registry.yarnpkg.com/cliui/-/cliui-4.0.0.tgz#743d4650e05f36d1ed2575b59638d87322bfbbcc"
1401+
dependencies:
1402+
string-width "^2.1.1"
1403+
strip-ansi "^4.0.0"
1404+
wrap-ansi "^2.0.0"
1405+
13981406
clone-stats@^0.0.1:
13991407
version "0.0.1"
14001408
resolved "https://registry.yarnpkg.com/clone-stats/-/clone-stats-0.0.1.tgz#b88f94a82cf38b8791d58046ea4029ad88ca99d1"
@@ -5164,6 +5172,13 @@ string-width@^2.0.0:
51645172
is-fullwidth-code-point "^2.0.0"
51655173
strip-ansi "^3.0.0"
51665174

5175+
string-width@^2.1.1:
5176+
version "2.1.1"
5177+
resolved "https://registry.yarnpkg.com/string-width/-/string-width-2.1.1.tgz#ab93f27a8dc13d28cac815c462143a6d9012ae9e"
5178+
dependencies:
5179+
is-fullwidth-code-point "^2.0.0"
5180+
strip-ansi "^4.0.0"
5181+
51675182
string.prototype.codepointat@^0.2.0:
51685183
version "0.2.0"
51695184
resolved "https://registry.yarnpkg.com/string.prototype.codepointat/-/string.prototype.codepointat-0.2.0.tgz#6b26e9bd3afcaa7be3b4269b526de1b82000ac78"
@@ -5765,7 +5780,30 @@ yargs-parser@^7.0.0:
57655780
dependencies:
57665781
camelcase "^4.1.0"
57675782

5768-
yargs@^6.0.0, yargs@^6.3.0:
5783+
yargs-parser@^9.0.2:
5784+
version "9.0.2"
5785+
resolved "https://registry.yarnpkg.com/yargs-parser/-/yargs-parser-9.0.2.tgz#9ccf6a43460fe4ed40a9bb68f48d43b8a68cc077"
5786+
dependencies:
5787+
camelcase "^4.1.0"
5788+
5789+
yargs@^11.0.0:
5790+
version "11.0.0"
5791+
resolved "https://registry.yarnpkg.com/yargs/-/yargs-11.0.0.tgz#c052931006c5eee74610e5fc0354bedfd08a201b"
5792+
dependencies:
5793+
cliui "^4.0.0"
5794+
decamelize "^1.1.1"
5795+
find-up "^2.1.0"
5796+
get-caller-file "^1.0.1"
5797+
os-locale "^2.0.0"
5798+
require-directory "^2.1.1"
5799+
require-main-filename "^1.0.1"
5800+
set-blocking "^2.0.0"
5801+
string-width "^2.0.0"
5802+
which-module "^2.0.0"
5803+
y18n "^3.2.1"
5804+
yargs-parser "^9.0.2"
5805+
5806+
yargs@^6.0.0:
57695807
version "6.6.0"
57705808
resolved "https://registry.yarnpkg.com/yargs/-/yargs-6.6.0.tgz#782ec21ef403345f830a808ca3d513af56065208"
57715809
dependencies:

0 commit comments

Comments
 (0)