1120
1120
dependencies :
1121
1121
" @babel/types" " ^7.3.0"
1122
1122
1123
+ " @types/color-name@^1.1.1 " :
1124
+ version "1.1.1"
1125
+ resolved "https://registry.yarnpkg.com/@types/color-name/-/color-name-1.1.1.tgz#1c1261bbeaa10a8055bbc5d8ab84b7b2afc846a0"
1126
+ integrity sha512-rr+OQyAjxze7GgWrSaJwydHStIhHq2lvY3BOC2Mj7KnzI7XK0Uw1TOOdI9lDoajEbSWLiYgoo4f1R51erQfhPQ==
1127
+
1123
1128
1124
1129
version "4.1.5"
1125
1130
resolved "https://registry.yarnpkg.com/@types/debug/-/debug-4.1.5.tgz#b14efa8852b7768d898906613c23f688713e02cd"
1187
1192
resolved "https://registry.yarnpkg.com/@types/stack-utils/-/stack-utils-1.0.1.tgz#0a851d3bd96498fa25c33ab7278ed3bd65f06c3e"
1188
1193
integrity sha512-l42BggppR6zLmpfU6fq9HEa2oGPEI8yrSPL3GITjfRInppYFahObbIQOQK3UGxEnyQpltZLaPe75046NOZQikw==
1189
1194
1190
- " @types/ws@6.0.3 " :
1191
- version "6.0.3 "
1192
- resolved "https://registry.yarnpkg.com/@types/ws/-/ws-6.0.3. tgz#b772375ba59d79066561c8d87500144d674ba6b3 "
1193
- integrity sha512-yBTM0P05Tx9iXGq00BbJPo37ox68R5vaGTXivs6RGh/BQ6QP5zqZDGWdAO6JbRE/iR1l80xeGAwCQS2nMV9S/w ==
1195
+ " @types/ws@7.2.0 " :
1196
+ version "7.2.0 "
1197
+ resolved "https://registry.yarnpkg.com/@types/ws/-/ws-7.2.0. tgz#ed94695be01a77efd590244fc17c3b730e75d88a "
1198
+ integrity sha512-HnqczxiZ828df9FUh9OyY7vSOelpQNaj+SLEnDvU74rYijp61ggV7dhmDlMky0oYXKLdVuIG4KvExk8DEqzJgQ ==
1194
1199
dependencies :
1195
1200
" @types/node" " *"
1196
1201
@@ -1548,6 +1553,11 @@ ansi-regex@^4.1.0:
1548
1553
resolved "https://registry.yarnpkg.com/ansi-regex/-/ansi-regex-4.1.0.tgz#8b9f8f08cf1acb843756a839ca8c7e3168c51997"
1549
1554
integrity sha512-1apePfXM1UOSqw0o9IiFAovVz9M5S1Dg+4TrDwfMewQ6p/rmMueb7tWZjQ1rx4Loy1ArBggoqGpfqqdI4rondg==
1550
1555
1556
+ ansi-regex@^5.0.0 :
1557
+ version "5.0.0"
1558
+ resolved "https://registry.yarnpkg.com/ansi-regex/-/ansi-regex-5.0.0.tgz#388539f55179bf39339c81af30a654d69f87cb75"
1559
+ integrity sha512-bY6fj56OUQ0hU1KjFNDQuJFezqKdrAyFdIevADiqrWHwSlbmBNMHp5ak2f40Pm8JTFyM2mqxkG6ngkHO11f/lg==
1560
+
1551
1561
ansi-styles@^2.2.1 :
1552
1562
version "2.2.1"
1553
1563
resolved "https://registry.yarnpkg.com/ansi-styles/-/ansi-styles-2.2.1.tgz#b432dd3358b634cf75e1e4664368240533c1ddbe"
@@ -1560,6 +1570,14 @@ ansi-styles@^3.2.0, ansi-styles@^3.2.1:
1560
1570
dependencies :
1561
1571
color-convert "^1.9.0"
1562
1572
1573
+ ansi-styles@^4.0.0 :
1574
+ version "4.2.1"
1575
+ resolved "https://registry.yarnpkg.com/ansi-styles/-/ansi-styles-4.2.1.tgz#90ae75c424d008d2624c5bf29ead3177ebfcf359"
1576
+ integrity sha512-9VGjrMsG1vePxcSweQsN20KY/c4zN0h9fLjqAbwbPfahM3t+NL+M9HC8xeXG2I8pX5NoamTGNuomEUFI7fcUjA==
1577
+ dependencies :
1578
+ " @types/color-name" " ^1.1.1"
1579
+ color-convert "^2.0.1"
1580
+
1563
1581
anymatch@^2.0.0 :
1564
1582
version "2.0.0"
1565
1583
resolved "https://registry.yarnpkg.com/anymatch/-/anymatch-2.0.0.tgz#bcb24b4f37934d9aa7ac17b4adaf89e7c76ef2eb"
@@ -2228,6 +2246,15 @@ cliui@^5.0.0:
2228
2246
strip-ansi "^5.2.0"
2229
2247
wrap-ansi "^5.1.0"
2230
2248
2249
+ cliui@^6.0.0 :
2250
+ version "6.0.0"
2251
+ resolved "https://registry.yarnpkg.com/cliui/-/cliui-6.0.0.tgz#511d702c0c4e41ca156d7d0e96021f23e13225b1"
2252
+ integrity sha512-t6wbgtoCXvAzst7QgXxJYqPt0usEfbgQdftEPbLL/cvv6HPE5VgvqCuAIDR0NgU52ds6rFwqrgakNLrHEjCbrQ==
2253
+ dependencies :
2254
+ string-width "^4.2.0"
2255
+ strip-ansi "^6.0.0"
2256
+ wrap-ansi "^6.2.0"
2257
+
2231
2258
co@^4.6.0 :
2232
2259
version "4.6.0"
2233
2260
resolved "https://registry.yarnpkg.com/co/-/co-4.6.0.tgz#6ea6bdf3d853ae54ccb8e47bfa0bf3f9031fb184"
@@ -2253,11 +2280,23 @@ color-convert@^1.9.0:
2253
2280
dependencies :
2254
2281
color-name "1.1.3"
2255
2282
2283
+ color-convert@^2.0.1 :
2284
+ version "2.0.1"
2285
+ resolved "https://registry.yarnpkg.com/color-convert/-/color-convert-2.0.1.tgz#72d3a68d598c9bdb3af2ad1e84f21d896abd4de3"
2286
+ integrity sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==
2287
+ dependencies :
2288
+ color-name "~1.1.4"
2289
+
2256
2290
2257
2291
version "1.1.3"
2258
2292
resolved "https://registry.yarnpkg.com/color-name/-/color-name-1.1.3.tgz#a7d0558bd89c42f795dd42328f740831ca53bc25"
2259
2293
integrity sha1-p9BVi9icQveV3UIyj3QIMcpTvCU=
2260
2294
2295
+ color-name@~1.1.4 :
2296
+ version "1.1.4"
2297
+ resolved "https://registry.yarnpkg.com/color-name/-/color-name-1.1.4.tgz#c2a09a87acbde69543de6f63fa3995c826c536a2"
2298
+ integrity sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==
2299
+
2261
2300
2262
2301
version "1.0.3"
2263
2302
resolved "https://registry.yarnpkg.com/colors/-/colors-1.0.3.tgz#0433f44d809680fdeb60ed260f1b0c262e82a40b"
@@ -3054,12 +3093,12 @@ eslint-module-utils@^2.4.0:
3054
3093
debug "^2.6.8"
3055
3094
pkg-dir "^2.0.0"
3056
3095
3057
- eslint-plugin-es@^2 .0.0 :
3058
- version "2 .0.0"
3059
- resolved "https://registry.yarnpkg.com/eslint-plugin-es/-/eslint-plugin-es-2 .0.0.tgz#0f5f5da5f18aa21989feebe8a73eadefb3432976 "
3060
- integrity sha512-f6fceVtg27BR02EYnBhgWLFQfK6bN4Ll0nQFrBHOlCsAyxeZkn0NHns5O0YZOPrV1B3ramd6cgFwaoFLcSkwEQ ==
3096
+ eslint-plugin-es@^3 .0.0 :
3097
+ version "3 .0.0"
3098
+ resolved "https://registry.yarnpkg.com/eslint-plugin-es/-/eslint-plugin-es-3 .0.0.tgz#98cb1bc8ab0aa807977855e11ad9d1c9422d014b "
3099
+ integrity sha512-6/Jb/J/ZvSebydwbBJO1R9E5ky7YeElfK56Veh7e4QGFHCXoIXGH9HhVz+ibJLM3XJ1XjP+T7rKBLUa/Y7eIng ==
3061
3100
dependencies :
3062
- eslint-utils "^1.4.2 "
3101
+ eslint-utils "^2.0.0 "
3063
3102
regexpp "^3.0.0"
3064
3103
3065
3104
3079
3118
read-pkg-up "^2.0.0"
3080
3119
resolve "^1.11.0"
3081
3120
3082
- eslint-plugin-node@10 .0.0 :
3083
- version "10 .0.0"
3084
- resolved "https://registry.yarnpkg.com/eslint-plugin-node/-/eslint-plugin-node-10 .0.0.tgz#fd1adbc7a300cf7eb6ac55cf4b0b6fc6e577f5a6 "
3085
- integrity sha512-1CSyM/QCjs6PXaT18+zuAXsjXGIGo5Rw630rSKwokSs2jrYURQc4R5JZpoanNCqwNmepg+0eZ9L7YiRUJb8jiQ ==
3121
+ eslint-plugin-node@11 .0.0 :
3122
+ version "11 .0.0"
3123
+ resolved "https://registry.yarnpkg.com/eslint-plugin-node/-/eslint-plugin-node-11 .0.0.tgz#365944bb0804c5d1d501182a9bc41a0ffefed726 "
3124
+ integrity sha512-chUs/NVID+sknFiJzxoN9lM7uKSOEta8GC8365hw1nDfwIPIjjpRSwwPvQanWv8dt/pDe9EV4anmVSwdiSndNg ==
3086
3125
dependencies :
3087
- eslint-plugin-es "^2 .0.0"
3088
- eslint-utils "^1.4.2 "
3126
+ eslint-plugin-es "^3 .0.0"
3127
+ eslint-utils "^2.0.0 "
3089
3128
ignore "^5.1.1"
3090
3129
minimatch "^3.0.4"
3091
3130
resolve "^1.10.1"
@@ -3112,24 +3151,19 @@ eslint-scope@^5.0.0:
3112
3151
esrecurse "^4.1.0"
3113
3152
estraverse "^4.1.1"
3114
3153
3115
- eslint-utils@^1.4.2 :
3116
- version "1.4.2"
3117
- resolved "https://registry.yarnpkg.com/eslint-utils/-/eslint-utils-1.4.2.tgz#166a5180ef6ab7eb462f162fd0e6f2463d7309ab"
3118
- integrity sha512-eAZS2sEUMlIeCjBeubdj45dmBHQwPHWyBcT1VSYB7o9x9WRRqKxyUoiXlRjyAwzN7YEzHJlYg0NmzDRWx6GP4Q==
3119
- dependencies :
3120
- eslint-visitor-keys "^1.0.0"
3121
-
3122
3154
eslint-utils@^1.4.3 :
3123
3155
version "1.4.3"
3124
3156
resolved "https://registry.yarnpkg.com/eslint-utils/-/eslint-utils-1.4.3.tgz#74fec7c54d0776b6f67e0251040b5806564e981f"
3125
3157
integrity sha512-fbBN5W2xdY45KulGXmLHZ3c3FHfVYmKg0IrAKGOkT/464PQsx2UeIzfz1RmEci+KLm1bBaAzZAh8+/E+XAeZ8Q==
3126
3158
dependencies :
3127
3159
eslint-visitor-keys "^1.1.0"
3128
3160
3129
- eslint-visitor-keys@^1.0.0 :
3130
- version "1.0.0"
3131
- resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-1.0.0.tgz#3f3180fb2e291017716acb4c9d6d5b5c34a6a81d"
3132
- integrity sha512-qzm/XxIbxm/FHyH341ZrbnMUpe+5Bocte9xkmFMzPMjRaZMcXww+MpBptFvtU+79L362nqiLhekCxCxDPaUMBQ==
3161
+ eslint-utils@^2.0.0 :
3162
+ version "2.0.0"
3163
+ resolved "https://registry.yarnpkg.com/eslint-utils/-/eslint-utils-2.0.0.tgz#7be1cc70f27a72a76cd14aa698bcabed6890e1cd"
3164
+ integrity sha512-0HCPuJv+7Wv1bACm8y5/ECVfYdfsAm9xmVb7saeFlxjPYALefjhbYoCkBjPdPzGH8wWyTpAez82Fh3VKYEZ8OA==
3165
+ dependencies :
3166
+ eslint-visitor-keys "^1.1.0"
3133
3167
3134
3168
eslint-visitor-keys@^1.1.0 :
3135
3169
version "1.1.0"
@@ -3496,6 +3530,14 @@ find-up@^3.0.0:
3496
3530
dependencies :
3497
3531
locate-path "^3.0.0"
3498
3532
3533
+ find-up@^4.1.0 :
3534
+ version "4.1.0"
3535
+ resolved "https://registry.yarnpkg.com/find-up/-/find-up-4.1.0.tgz#97afe7d6cdc0bc5928584b7c8d7b16e8a9aa5d19"
3536
+ integrity sha512-PpOwAdQ/YlXQ2vj8a3h8IipDuYRi3wceVQQGYWxNINccq40Anw7BlsEXCMbt1Zt+OLA6Fq9suIpIWD0OsnISlw==
3537
+ dependencies :
3538
+ locate-path "^5.0.0"
3539
+ path-exists "^4.0.0"
3540
+
3499
3541
3500
3542
version "3.0.0"
3501
3543
resolved "https://registry.yarnpkg.com/findup-sync/-/findup-sync-3.0.0.tgz#17b108f9ee512dfb7a5c7f3c8b27ea9e1a9c08d1"
@@ -5141,6 +5183,13 @@ locate-path@^3.0.0:
5141
5183
p-locate "^3.0.0"
5142
5184
path-exists "^3.0.0"
5143
5185
5186
+ locate-path@^5.0.0 :
5187
+ version "5.0.0"
5188
+ resolved "https://registry.yarnpkg.com/locate-path/-/locate-path-5.0.0.tgz#1afba396afd676a6d42504d0a67a3a7eb9f62aa0"
5189
+ integrity sha512-t7hw9pI+WvuwNJXwk5zVHpyhIqzg2qTlklJOf0mVxGSbe3Fp2VieZcduNYjaLDoy6p9uGpQEGWG87WpMKlNq8g==
5190
+ dependencies :
5191
+ p-locate "^4.1.0"
5192
+
5144
5193
lodash._reinterpolate@^3.0.0 :
5145
5194
version "3.0.0"
5146
5195
resolved "https://registry.yarnpkg.com/lodash._reinterpolate/-/lodash._reinterpolate-3.0.0.tgz#0ccf2d89166af03b3663c796538b75ac6e114d9d"
@@ -5948,6 +5997,13 @@ p-limit@^2.0.0:
5948
5997
dependencies :
5949
5998
p-try "^2.0.0"
5950
5999
6000
+ p-limit@^2.2.0 :
6001
+ version "2.2.2"
6002
+ resolved "https://registry.yarnpkg.com/p-limit/-/p-limit-2.2.2.tgz#61279b67721f5287aa1c13a9a7fbbc48c9291b1e"
6003
+ integrity sha512-WGR+xHecKTr7EbUEhyLSh5Dube9JtdiG78ufaeLxTgpudf/20KqyMioIUZJAezlTIi6evxuoUs9YXc11cU+yzQ==
6004
+ dependencies :
6005
+ p-try "^2.0.0"
6006
+
5951
6007
p-locate@^2.0.0 :
5952
6008
version "2.0.0"
5953
6009
resolved "https://registry.yarnpkg.com/p-locate/-/p-locate-2.0.0.tgz#20a0103b222a70c8fd39cc2e580680f3dde5ec43"
@@ -5962,6 +6018,13 @@ p-locate@^3.0.0:
5962
6018
dependencies :
5963
6019
p-limit "^2.0.0"
5964
6020
6021
+ p-locate@^4.1.0 :
6022
+ version "4.1.0"
6023
+ resolved "https://registry.yarnpkg.com/p-locate/-/p-locate-4.1.0.tgz#a3428bb7088b3a60292f66919278b7c297ad4f07"
6024
+ integrity sha512-R79ZZ/0wAxKGu3oYMlz8jy/kbhsNrS7SKZ7PxEHBgJ5+F2mtFW2fK2cOtBh1cHYkQsbzFV7I+EoRKe6Yt0oK7A==
6025
+ dependencies :
6026
+ p-limit "^2.2.0"
6027
+
5965
6028
p-map@^1.1.1 :
5966
6029
version "1.2.0"
5967
6030
resolved "https://registry.yarnpkg.com/p-map/-/p-map-1.2.0.tgz#e4e94f311eabbc8633a1e79908165fca26241b6b"
@@ -6072,6 +6135,11 @@ path-exists@^3.0.0:
6072
6135
resolved "https://registry.yarnpkg.com/path-exists/-/path-exists-3.0.0.tgz#ce0ebeaa5f78cb18925ea7d810d7b59b010fd515"
6073
6136
integrity sha1-zg6+ql94yxiSXqfYENe1mwEP1RU=
6074
6137
6138
+ path-exists@^4.0.0 :
6139
+ version "4.0.0"
6140
+ resolved "https://registry.yarnpkg.com/path-exists/-/path-exists-4.0.0.tgz#513bdbe2d3b95d7762e8c1137efa195c6c61b5b3"
6141
+ integrity sha512-ak9Qy5Q7jYb2Wwcey5Fpvg2KoAc/ZIhLSLOSBmRmygPsGwkVVt0fZa0qrtMz+m6tJTAHfZQ8FnmB4MG4LWy7/w==
6142
+
6075
6143
path-is-absolute@^1.0.0 :
6076
6144
version "1.0.1"
6077
6145
resolved "https://registry.yarnpkg.com/path-is-absolute/-/path-is-absolute-1.0.1.tgz#174b9268735534ffbc7ace6bf53a5a9e1b5c5f5f"
@@ -7199,6 +7267,15 @@ string-width@^4.1.0:
7199
7267
is-fullwidth-code-point "^3.0.0"
7200
7268
strip-ansi "^5.2.0"
7201
7269
7270
+ string-width@^4.2.0 :
7271
+ version "4.2.0"
7272
+ resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.0.tgz#952182c46cc7b2c313d1596e623992bd163b72b5"
7273
+ integrity sha512-zUz5JD+tgqtuDjMhwIg5uFVV3dtqZ9yQJlZVfq4I01/K5Paj5UHj7VyrQOJvzawSVlKpObApbfD0Ed6yJc+1eg==
7274
+ dependencies :
7275
+ emoji-regex "^8.0.0"
7276
+ is-fullwidth-code-point "^3.0.0"
7277
+ strip-ansi "^6.0.0"
7278
+
7202
7279
string_decoder@^1.0.0, string_decoder@^1.1.1 :
7203
7280
version "1.2.0"
7204
7281
resolved "https://registry.yarnpkg.com/string_decoder/-/string_decoder-1.2.0.tgz#fe86e738b19544afe70469243b2a1ee9240eae8d"
@@ -7241,6 +7318,13 @@ strip-ansi@^5.1.0, strip-ansi@^5.2.0:
7241
7318
dependencies :
7242
7319
ansi-regex "^4.1.0"
7243
7320
7321
+ strip-ansi@^6.0.0 :
7322
+ version "6.0.0"
7323
+ resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.0.tgz#0b1571dd7669ccd4f3e06e14ef1eed26225ae532"
7324
+ integrity sha512-AuvKTrTfQNYNIctbR1K/YGTR1756GycPsg7b9bdV9Duqur4gv6aKqHXah67Z8ImS7WEz5QVcOtlfW2rZEugt6w==
7325
+ dependencies :
7326
+ ansi-regex "^5.0.0"
7327
+
7244
7328
strip-bom@^2.0.0 :
7245
7329
version "2.0.0"
7246
7330
resolved "https://registry.yarnpkg.com/strip-bom/-/strip-bom-2.0.0.tgz#6219a85616520491f35788bdbf1447a99c7e6b0e"
@@ -7533,10 +7617,10 @@ trim-right@^1.0.1:
7533
7617
resolved "https://registry.yarnpkg.com/trim-right/-/trim-right-1.0.1.tgz#cb2e1203067e0c8de1f614094b9fe45704ea6003"
7534
7618
integrity sha1-yy4SAwZ+DI3h9hQJS5/kVwTqYAM=
7535
7619
7536
- ts-jest@24.1 .0 :
7537
- version "24.1 .0"
7538
- resolved "https://registry.yarnpkg.com/ts-jest/-/ts-jest-24.1 .0.tgz#2eaa813271a2987b7e6c3fefbda196301c131734 "
7539
- integrity sha512-HEGfrIEAZKfu1pkaxB9au17b1d9b56YZSqz5eCVE8mX68+5reOvlM93xGOzzCREIov9mdH7JBG+s0UyNAqr0tQ ==
7620
+ ts-jest@25.0 .0 :
7621
+ version "25.0 .0"
7622
+ resolved "https://registry.yarnpkg.com/ts-jest/-/ts-jest-25.0 .0.tgz#d83b266e6ffda0c458a129951b3fe3567f8ce8df "
7623
+ integrity sha512-F+hZg3j7XYOFpXJteXb4lnqy7vQzTmpTmX7AJT6pvSGeZejyXj1Lk0ArpnrEPOpv6Zu/NugHc5W7FINngC9WZQ ==
7540
7624
dependencies :
7541
7625
bs-logger "0.x"
7542
7626
buffer-from "1.x"
@@ -7939,6 +8023,15 @@ wrap-ansi@^5.1.0:
7939
8023
string-width "^3.0.0"
7940
8024
strip-ansi "^5.0.0"
7941
8025
8026
+ wrap-ansi@^6.2.0 :
8027
+ version "6.2.0"
8028
+ resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-6.2.0.tgz#e9393ba07102e6c91a3b221478f0257cd2856e53"
8029
+ integrity sha512-r6lPcBGxZXlIcymEu7InxDMhdW0KDxpLgoFLcguasxCaJ/SOIZwINatK9KY/tf+ZrlywOKU0UDj3ATXUBfxJXA==
8030
+ dependencies :
8031
+ ansi-styles "^4.0.0"
8032
+ string-width "^4.1.0"
8033
+ strip-ansi "^6.0.0"
8034
+
7942
8035
wrappy@1 :
7943
8036
version "1.0.2"
7944
8037
resolved "https://registry.yarnpkg.com/wrappy/-/wrappy-1.0.2.tgz#b5243d8f3ec1aa35f1364605bc0d1036e30ab69f"
@@ -8009,6 +8102,14 @@ yargs-parser@^13.1.0, yargs-parser@^13.1.1:
8009
8102
camelcase "^5.0.0"
8010
8103
decamelize "^1.2.0"
8011
8104
8105
+ yargs-parser@^16.1.0 :
8106
+ version "16.1.0"
8107
+ resolved "https://registry.yarnpkg.com/yargs-parser/-/yargs-parser-16.1.0.tgz#73747d53ae187e7b8dbe333f95714c76ea00ecf1"
8108
+ integrity sha512-H/V41UNZQPkUMIT5h5hiwg4QKIY1RPvoBV4XcjUbRM8Bk2oKqqyZ0DIEbTFZB0XjbtSPG8SAa/0DxCQmiRgzKg==
8109
+ dependencies :
8110
+ camelcase "^5.0.0"
8111
+ decamelize "^1.2.0"
8112
+
8012
8113
8013
8114
version "13.2.4"
8014
8115
resolved "https://registry.yarnpkg.com/yargs/-/yargs-13.2.4.tgz#0b562b794016eb9651b98bd37acf364aa5d6dc83"
@@ -8042,22 +8143,22 @@ yargs@^13.3.0:
8042
8143
y18n "^4.0.0"
8043
8144
yargs-parser "^13.1.1"
8044
8145
8045
- yargs@^14 .0.0 :
8046
- version "14.0 .0"
8047
- resolved "https://registry.yarnpkg.com/yargs/-/yargs-14.0 .0.tgz#ba4cacc802b3c0b3e36a9e791723763d57a85066 "
8048
- integrity sha512-ssa5JuRjMeZEUjg7bEL99AwpitxU/zWGAGpdj0di41pOEmJti8NR6kyUIJBkR78DTYNPZOU08luUo0GTHuB+ow ==
8146
+ yargs@^15 .0.0 :
8147
+ version "15.1 .0"
8148
+ resolved "https://registry.yarnpkg.com/yargs/-/yargs-15.1 .0.tgz#e111381f5830e863a89550bd4b136bb6a5f37219 "
8149
+ integrity sha512-T39FNN1b6hCW4SOIk1XyTOWxtXdcen0t+XYrysQmChzSipvhBO8Bj0nK1ozAasdk24dNWuMZvr4k24nz+8HHLg ==
8049
8150
dependencies :
8050
- cliui "^5 .0.0"
8151
+ cliui "^6 .0.0"
8051
8152
decamelize "^1.2.0"
8052
- find-up "^3.0 .0"
8153
+ find-up "^4.1 .0"
8053
8154
get-caller-file "^2.0.1"
8054
8155
require-directory "^2.1.1"
8055
8156
require-main-filename "^2.0.0"
8056
8157
set-blocking "^2.0.0"
8057
- string-width "^3.0 .0"
8158
+ string-width "^4.2 .0"
8058
8159
which-module "^2.0.0"
8059
8160
y18n "^4.0.0"
8060
- yargs-parser "^13 .1.1 "
8161
+ yargs-parser "^16 .1.0 "
8061
8162
8062
8163
8063
8164
version "2.10.0"
0 commit comments