@@ -278,6 +278,15 @@ cliui@^4.0.0:
278
278
strip-ansi "^4.0.0"
279
279
wrap-ansi "^2.0.0"
280
280
281
+ cliui@^5.0.0 :
282
+ version "5.0.0"
283
+ resolved "https://registry.yarnpkg.com/cliui/-/cliui-5.0.0.tgz#deefcfdb2e800784aa34f46fa08e06851c7bbbc5"
284
+ integrity sha512-PYeGSEmmHM6zvoef2w8TPzlrnNpXIjTipYK780YswmIP9vjxmd6Y2a3CB2Ks6/AU8NHjZugXvo8w3oWM2qnwXA==
285
+ dependencies :
286
+ string-width "^3.1.0"
287
+ strip-ansi "^5.2.0"
288
+ wrap-ansi "^5.1.0"
289
+
281
290
code-point-at@^1.0.0 :
282
291
version "1.1.0"
283
292
resolved "https://registry.yarnpkg.com/code-point-at/-/code-point-at-1.1.0.tgz#0d070b4d043a5bea33a2f1a40e2edb3d9a4ccf77"
1042
1051
resolved "https://registry.yarnpkg.com/lodash.unescape/-/lodash.unescape-4.0.1.tgz#bf2249886ce514cda112fae9218cdc065211fc9c"
1043
1052
integrity sha1-vyJJiGzlFM2hEvrpIYzcBlIR/Jw=
1044
1053
1045
- lodash@^4.17.11, lodash@^4.17. 12, lodash@^4.17.14, lodash@^4.17.15 :
1054
+ lodash@^4.17.12, lodash@^4.17.14, lodash@^4.17.15 :
1046
1055
version "4.17.15"
1047
1056
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.15.tgz#b447f6670a0455bbfeedd11392eff330ea097548"
1048
1057
integrity sha512-8xOcRHvCjnocdS5cpwXQXVzmmh5e5+saE2QGoeQmbKmRS6J3VQppPOIt0MnmE+4xlZoumy0GPG0D0MVIQbNA1A==
1107
1116
dependencies :
1108
1117
minimist "0.0.8"
1109
1118
1110
-
1111
- version "6.2.0 "
1112
- resolved "https://registry.yarnpkg.com/mocha/-/mocha-6.2.0 .tgz#f896b642843445d1bb8bca60eabd9206b8916e56 "
1113
- integrity sha512-qwfFgY+7EKAAUAdv7VYMZQknI7YJSGesxHyhn6qD52DV8UcSZs5XwCifcZGMVIE4a5fbmhvbotxC0DLQ0oKohQ ==
1119
+
1120
+ version "6.2.1 "
1121
+ resolved "https://registry.yarnpkg.com/mocha/-/mocha-6.2.1 .tgz#da941c99437da9bac412097859ff99543969f94c "
1122
+ integrity sha512-VCcWkLHwk79NYQc8cxhkmI8IigTIhsCwZ6RTxQsqK6go4UvEhzJkYuHm8B2YtlSxcYq2fY+ucr4JBwoD6ci80A ==
1114
1123
dependencies :
1115
1124
ansi-colors "3.2.3"
1116
1125
browser-stdout "1.3.1"
1132
1141
supports-color "6.0.0"
1133
1142
which "1.3.1"
1134
1143
wide-align "1.1.3"
1135
- yargs "13.2.2 "
1136
- yargs-parser "13.0.0 "
1137
- yargs-unparser "1.5 .0"
1144
+ yargs "13.3.0 "
1145
+ yargs-parser "13.1.1 "
1146
+ yargs-unparser "1.6 .0"
1138
1147
1139
1148
mri@^1.1.0 :
1140
1149
version "1.1.4"
@@ -1265,7 +1274,7 @@ optionator@^0.8.2:
1265
1274
type-check "~0.3.2"
1266
1275
wordwrap "~1.0.0"
1267
1276
1268
- os-locale@^3.0.0, os-locale@^3.1.0 :
1277
+ os-locale@^3.0.0 :
1269
1278
version "3.1.0"
1270
1279
resolved "https://registry.yarnpkg.com/os-locale/-/os-locale-3.1.0.tgz#a802a6ee17f24c10483ab9935719cef4ed16bf1a"
1271
1280
integrity sha512-Z8l3R4wYWM40/52Z+S265okfFj8Kt2cC2MKY+xNi3kFs+XGI7WXu/I309QQQYbRW4ijiZ+yxs9pqEhJh0DqW3Q==
@@ -1657,7 +1666,7 @@ string-width@^1.0.1:
1657
1666
is-fullwidth-code-point "^2.0.0"
1658
1667
strip-ansi "^4.0.0"
1659
1668
1660
- string-width@^3.0.0 :
1669
+ string-width@^3.0.0, string-width@^3.1.0 :
1661
1670
version "3.1.0"
1662
1671
resolved "https://registry.yarnpkg.com/string-width/-/string-width-3.1.0.tgz#22767be21b62af1081574306f69ac51b62203961"
1663
1672
integrity sha512-vafcv6KjVZKSgz06oM/H6GDBrAtz8vdhQakGjFIvNrHA6y3HCF1CInLy+QLq8dTJPQ1b+KDUqDFctkdRW44e1w==
@@ -1696,7 +1705,7 @@ strip-ansi@^4.0.0:
1696
1705
dependencies :
1697
1706
ansi-regex "^3.0.0"
1698
1707
1699
- strip-ansi@^5.1.0, strip-ansi@^5.2.0 :
1708
+ strip-ansi@^5.0.0, strip-ansi@^5. 1.0, strip-ansi@^5.2.0 :
1700
1709
version "5.2.0"
1701
1710
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-5.2.0.tgz#8c9a536feb6afc962bdfa5b104a5091c1ad9c0ae"
1702
1711
integrity sha512-DuRs1gKbBqsMKIZlrffwlug8MHkcnpjs5VPmL1PAh+mA30U0DTotfDZ0d2UUsXpPmPmMMJ6W773MaA3J+lbiWA==
@@ -1857,6 +1866,15 @@ wrap-ansi@^2.0.0:
1857
1866
string-width "^1.0.1"
1858
1867
strip-ansi "^3.0.1"
1859
1868
1869
+ wrap-ansi@^5.1.0 :
1870
+ version "5.1.0"
1871
+ resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-5.1.0.tgz#1fd1f67235d5b6d0fee781056001bfb694c03b09"
1872
+ integrity sha512-QC1/iN/2/RPVJ5jYK8BGttj5z83LmSKmvbvrXPNCLZSEb32KKVDJDl/MOt2N01qU2H/FkzEa9PKto1BqDjtd7Q==
1873
+ dependencies :
1874
+ ansi-styles "^3.2.0"
1875
+ string-width "^3.0.0"
1876
+ strip-ansi "^5.0.0"
1877
+
1860
1878
wrappy@1 :
1861
1879
version "1.0.2"
1862
1880
resolved "https://registry.yarnpkg.com/wrappy/-/wrappy-1.0.2.tgz#b5243d8f3ec1aa35f1364605bc0d1036e30ab69f"
@@ -1879,10 +1897,10 @@ yallist@^2.1.2:
1879
1897
resolved "https://registry.yarnpkg.com/yallist/-/yallist-2.1.2.tgz#1c11f9218f076089a47dd512f93c6699a6a81d52"
1880
1898
integrity sha1-HBH5IY8HYImkfdUS+TxmmaaoHVI=
1881
1899
1882
- yargs-parser@13.0.0 :
1883
- version "13.0.0 "
1884
- resolved "https://registry.yarnpkg.com/yargs-parser/-/yargs-parser-13.0.0 .tgz#3fc44f3e76a8bdb1cc3602e860108602e5ccde8b "
1885
- integrity sha512-w2LXjoL8oRdRQN+hOyppuXs+V/fVAYtpcrRxZuF7Kt/Oc+Jr2uAcVntaUTNT6w5ihoWfFDpNY8CPx1QskxZ/pw ==
1900
+ yargs-parser@13.1.1, yargs-parser@^13.1.1 :
1901
+ version "13.1.1 "
1902
+ resolved "https://registry.yarnpkg.com/yargs-parser/-/yargs-parser-13.1.1 .tgz#d26058532aa06d365fe091f6a1fc06b2f7e5eca0 "
1903
+ integrity sha512-oVAVsHz6uFrg3XQheFII8ESO2ssAf9luWuAd6Wexsu4F3OtIW0o8IribPXYrD4WC24LWtPrJlGy87y5udK+dxQ ==
1886
1904
dependencies :
1887
1905
camelcase "^5.0.0"
1888
1906
decamelize "^1.2.0"
@@ -1895,39 +1913,30 @@ yargs-parser@^11.1.1:
1895
1913
camelcase "^5.0.0"
1896
1914
decamelize "^1.2.0"
1897
1915
1898
- yargs-parser@^13.0.0 :
1899
- version "13.1.1"
1900
- resolved "https://registry.yarnpkg.com/yargs-parser/-/yargs-parser-13.1.1.tgz#d26058532aa06d365fe091f6a1fc06b2f7e5eca0"
1901
- integrity sha512-oVAVsHz6uFrg3XQheFII8ESO2ssAf9luWuAd6Wexsu4F3OtIW0o8IribPXYrD4WC24LWtPrJlGy87y5udK+dxQ==
1902
- dependencies :
1903
- camelcase "^5.0.0"
1904
- decamelize "^1.2.0"
1905
-
1906
-
1907
- version "1.5.0"
1908
- resolved "https://registry.yarnpkg.com/yargs-unparser/-/yargs-unparser-1.5.0.tgz#f2bb2a7e83cbc87bb95c8e572828a06c9add6e0d"
1909
- integrity sha512-HK25qidFTCVuj/D1VfNiEndpLIeJN78aqgR23nL3y4N0U/91cOAzqfHlF8n2BvoNDcZmJKin3ddNSvOxSr8flw==
1916
+
1917
+ version "1.6.0"
1918
+ resolved "https://registry.yarnpkg.com/yargs-unparser/-/yargs-unparser-1.6.0.tgz#ef25c2c769ff6bd09e4b0f9d7c605fb27846ea9f"
1919
+ integrity sha512-W9tKgmSn0DpSatfri0nx52Joq5hVXgeLiqR/5G0sZNDoLZFOr/xjBUDcShCOGNsBnEMNo1KAMBkTej1Hm62HTw==
1910
1920
dependencies :
1911
1921
flat "^4.1.0"
1912
- lodash "^4.17.11 "
1913
- yargs "^12.0.5 "
1922
+ lodash "^4.17.15 "
1923
+ yargs "^13.3.0 "
1914
1924
1915
- yargs@13.2.2 :
1916
- version "13.2.2 "
1917
- resolved "https://registry.yarnpkg.com/yargs/-/yargs-13.2.2 .tgz#0c101f580ae95cea7f39d927e7770e3fdc97f993 "
1918
- integrity sha512-WyEoxgyTD3w5XRpAQNYUB9ycVH/PQrToaTXdYXRdOXvEy1l19br+VJsc0vcO8PTGg5ro/l/GY7F/JMEBmI0BxA ==
1925
+ yargs@13.3.0, yargs@^13.3.0 :
1926
+ version "13.3.0 "
1927
+ resolved "https://registry.yarnpkg.com/yargs/-/yargs-13.3.0 .tgz#4c657a55e07e5f2cf947f8a366567c04a0dedc83 "
1928
+ integrity sha512-2eehun/8ALW8TLoIl7MVaRUrg+yCnenu8B4kBlRxj3GJGDKU1Og7sMXPNm1BYyM1DOJmTZ4YeN/Nwxv+8XJsUA ==
1919
1929
dependencies :
1920
- cliui "^4 .0.0"
1930
+ cliui "^5 .0.0"
1921
1931
find-up "^3.0.0"
1922
1932
get-caller-file "^2.0.1"
1923
- os-locale "^3.1.0"
1924
1933
require-directory "^2.1.1"
1925
1934
require-main-filename "^2.0.0"
1926
1935
set-blocking "^2.0.0"
1927
1936
string-width "^3.0.0"
1928
1937
which-module "^2.0.0"
1929
1938
y18n "^4.0.0"
1930
- yargs-parser "^13.0.0 "
1939
+ yargs-parser "^13.1.1 "
1931
1940
1932
1941
yargs@^12.0.5 :
1933
1942
version "12.0.5"
0 commit comments