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 :
@@ -1272,7 +1280,7 @@ string-width@^1.0.1:
1272
1280
is-fullwidth-code-point "^1.0.0"
1273
1281
strip-ansi "^3.0.0"
1274
1282
1275
- string-width@^2.0.0 :
1283
+ string-width@^2.0.0, string-width@^2.1.1 :
1276
1284
version "2.1.1"
1277
1285
resolved "https://registry.yarnpkg.com/string-width/-/string-width-2.1.1.tgz#ab93f27a8dc13d28cac815c462143a6d9012ae9e"
1278
1286
dependencies :
@@ -1492,6 +1500,29 @@ yargs-parser@^7.0.0:
1492
1500
dependencies :
1493
1501
camelcase "^4.1.0"
1494
1502
1503
+ yargs-parser@^9.0.2 :
1504
+ version "9.0.2"
1505
+ resolved "https://registry.yarnpkg.com/yargs-parser/-/yargs-parser-9.0.2.tgz#9ccf6a43460fe4ed40a9bb68f48d43b8a68cc077"
1506
+ dependencies :
1507
+ camelcase "^4.1.0"
1508
+
1509
+ yargs@^11.0.0 :
1510
+ version "11.0.0"
1511
+ resolved "https://registry.yarnpkg.com/yargs/-/yargs-11.0.0.tgz#c052931006c5eee74610e5fc0354bedfd08a201b"
1512
+ dependencies :
1513
+ cliui "^4.0.0"
1514
+ decamelize "^1.1.1"
1515
+ find-up "^2.1.0"
1516
+ get-caller-file "^1.0.1"
1517
+ os-locale "^2.0.0"
1518
+ require-directory "^2.1.1"
1519
+ require-main-filename "^1.0.1"
1520
+ set-blocking "^2.0.0"
1521
+ string-width "^2.0.0"
1522
+ which-module "^2.0.0"
1523
+ y18n "^3.2.1"
1524
+ yargs-parser "^9.0.2"
1525
+
1495
1526
yargs@^9.0.1 :
1496
1527
version "9.0.1"
1497
1528
resolved "https://registry.yarnpkg.com/yargs/-/yargs-9.0.1.tgz#52acc23feecac34042078ee78c0c007f5085db4c"
You can’t perform that action at this time.
0 commit comments