File tree Expand file tree Collapse file tree 2 files changed +34
-3
lines changed Expand file tree Collapse file tree 2 files changed +34
-3
lines changed Original file line number Diff line number Diff line change 47
47
"typedoc-plugin-internal-external" : " 1.0.10" ,
48
48
"typedoc-plugin-ui-router" : " 1.0.6" ,
49
49
"ui-router-typedoc-themes" : " 1.0.2" ,
50
- "yargs" : " ^9 .0.1 "
50
+ "yargs" : " ^11 .0.0 "
51
51
}
52
52
}
Original file line number Diff line number Diff line change @@ -177,6 +177,14 @@ cliui@^3.2.0:
177
177
strip-ansi "^3.0.1"
178
178
wrap-ansi "^2.0.0"
179
179
180
+ cliui@^4.0.0 :
181
+ version "4.0.0"
182
+ resolved "https://registry.yarnpkg.com/cliui/-/cliui-4.0.0.tgz#743d4650e05f36d1ed2575b59638d87322bfbbcc"
183
+ dependencies :
184
+ string-width "^2.1.1"
185
+ strip-ansi "^4.0.0"
186
+ wrap-ansi "^2.0.0"
187
+
180
188
code-point-at@^1.0.0 :
181
189
version "1.1.0"
182
190
resolved "https://registry.yarnpkg.com/code-point-at/-/code-point-at-1.1.0.tgz#0d070b4d043a5bea33a2f1a40e2edb3d9a4ccf77"
@@ -454,7 +462,7 @@ find-up@^1.0.0:
454
462
path-exists "^2.0.0"
455
463
pinkie-promise "^2.0.0"
456
464
457
- find-up@^2.0.0 :
465
+ find-up@^2.0.0, find-up@^2.1.0 :
458
466
version "2.1.0"
459
467
resolved "https://registry.yarnpkg.com/find-up/-/find-up-2.1.0.tgz#45d1b7e506c717ddd482775a2b77920a3c0c57a7"
460
468
dependencies :
@@ -1249,7 +1257,7 @@ string-width@^1.0.1:
1249
1257
is-fullwidth-code-point "^1.0.0"
1250
1258
strip-ansi "^3.0.0"
1251
1259
1252
- string-width@^2.0.0 :
1260
+ string-width@^2.0.0, string-width@^2.1.1 :
1253
1261
version "2.1.1"
1254
1262
resolved "https://registry.yarnpkg.com/string-width/-/string-width-2.1.1.tgz#ab93f27a8dc13d28cac815c462143a6d9012ae9e"
1255
1263
dependencies :
@@ -1473,6 +1481,29 @@ yargs-parser@^7.0.0:
1473
1481
dependencies :
1474
1482
camelcase "^4.1.0"
1475
1483
1484
+ yargs-parser@^9.0.2 :
1485
+ version "9.0.2"
1486
+ resolved "https://registry.yarnpkg.com/yargs-parser/-/yargs-parser-9.0.2.tgz#9ccf6a43460fe4ed40a9bb68f48d43b8a68cc077"
1487
+ dependencies :
1488
+ camelcase "^4.1.0"
1489
+
1490
+ yargs@^11.0.0 :
1491
+ version "11.0.0"
1492
+ resolved "https://registry.yarnpkg.com/yargs/-/yargs-11.0.0.tgz#c052931006c5eee74610e5fc0354bedfd08a201b"
1493
+ dependencies :
1494
+ cliui "^4.0.0"
1495
+ decamelize "^1.1.1"
1496
+ find-up "^2.1.0"
1497
+ get-caller-file "^1.0.1"
1498
+ os-locale "^2.0.0"
1499
+ require-directory "^2.1.1"
1500
+ require-main-filename "^1.0.1"
1501
+ set-blocking "^2.0.0"
1502
+ string-width "^2.0.0"
1503
+ which-module "^2.0.0"
1504
+ y18n "^3.2.1"
1505
+ yargs-parser "^9.0.2"
1506
+
1476
1507
yargs@^9.0.1 :
1477
1508
version "9.0.1"
1478
1509
resolved "https://registry.yarnpkg.com/yargs/-/yargs-9.0.1.tgz#52acc23feecac34042078ee78c0c007f5085db4c"
You can’t perform that action at this time.
0 commit comments