@@ -2174,6 +2174,20 @@ execa@^1.0.0:
2174
2174
signal-exit "^3.0.0"
2175
2175
strip-eof "^1.0.0"
2176
2176
2177
+ execa@^2.0.0 :
2178
+ version "2.0.0"
2179
+ resolved "https://registry.yarnpkg.com/execa/-/execa-2.0.0.tgz#5524c9739710e603e97c6dfc3f6ff6bff2819885"
2180
+ integrity sha512-+ym7S09yUVPHEhYBsdLm53ZjCmCSeAQVtM/iN9dDj9tbvcBnCeBXTXHPWR9HXzht+vslGROteM8bSUdr4YszUg==
2181
+ dependencies :
2182
+ cross-spawn "^6.0.5"
2183
+ get-stream "^5.0.0"
2184
+ is-stream "^2.0.0"
2185
+ merge-stream "^2.0.0"
2186
+ npm-run-path "^3.0.0"
2187
+ p-finally "^2.0.0"
2188
+ signal-exit "^3.0.2"
2189
+ strip-final-newline "^2.0.0"
2190
+
2177
2191
expand-brackets@^2.1.4 :
2178
2192
version "2.1.4"
2179
2193
resolved "https://registry.npmjs.org/expand-brackets/-/expand-brackets-2.1.4.tgz#b77735e315ce30f6b6eff0f83b04151a22449622"
@@ -2452,7 +2466,7 @@ get-stream@^4.0.0, get-stream@^4.1.0:
2452
2466
dependencies :
2453
2467
pump "^3.0.0"
2454
2468
2455
- get-stream@^5.1.0 :
2469
+ get-stream@^5.0.0, get-stream@^5. 1.0 :
2456
2470
version "5.1.0"
2457
2471
resolved "https://registry.yarnpkg.com/get-stream/-/get-stream-5.1.0.tgz#01203cdc92597f9b909067c3e656cc1f4d3c4dc9"
2458
2472
integrity sha512-EXr1FOzrzTfGeL0gQdeFEvOMm2mzMOglyiOXSTpPC+iAjAKftbr3jpCMWynogwYnM+eSj9sHGc6wjIcDvYiygw==
@@ -3089,6 +3103,11 @@ is-stream@^1.1.0:
3089
3103
resolved "https://registry.npmjs.org/is-stream/-/is-stream-1.1.0.tgz#12d4a3dd4e68e0b79ceb8dbc84173ae80d91ca44"
3090
3104
integrity sha1-EtSj3U5o4Lec6428hBc66A2RykQ=
3091
3105
3106
+ is-stream@^2.0.0 :
3107
+ version "2.0.0"
3108
+ resolved "https://registry.yarnpkg.com/is-stream/-/is-stream-2.0.0.tgz#bde9c32680d6fae04129d6ac9d921ce7815f78e3"
3109
+ integrity sha512-XCoy+WlUr7d1+Z8GgSuXmpuUFC9fOhRXglJMx+dwLKTkL44Cjd4W1Z5P+BQZpr+cR93aGP4S/s7Ftw6Nd/kiEw==
3110
+
3092
3111
is-symbol@^1.0.2 :
3093
3112
version "1.0.2"
3094
3113
resolved "https://registry.npmjs.org/is-symbol/-/is-symbol-1.0.2.tgz#a055f6ae57192caee329e7a860118b497a950f38"
@@ -3727,6 +3746,11 @@ meow@^4.0.0:
3727
3746
redent "^2.0.0"
3728
3747
trim-newlines "^2.0.0"
3729
3748
3749
+ merge-stream@^2.0.0 :
3750
+ version "2.0.0"
3751
+ resolved "https://registry.yarnpkg.com/merge-stream/-/merge-stream-2.0.0.tgz#52823629a14dd00c9770fb6ad47dc6310f2c1f60"
3752
+ integrity sha512-abv/qOcuPfk3URPfDzmZU1LKmuw8kT+0nIHvKrKgFrwifol/doWcdA4ZqsWQ8ENrFKkd67Mfpo/LovbIUsbt3w==
3753
+
3730
3754
merge2@^1.2.3 :
3731
3755
version "1.2.3"
3732
3756
resolved "https://registry.yarnpkg.com/merge2/-/merge2-1.2.3.tgz#7ee99dbd69bb6481689253f018488a1b902b0ed5"
@@ -3922,6 +3946,13 @@ npm-run-path@^2.0.0:
3922
3946
dependencies :
3923
3947
path-key "^2.0.0"
3924
3948
3949
+ npm-run-path@^3.0.0 :
3950
+ version "3.1.0"
3951
+ resolved "https://registry.yarnpkg.com/npm-run-path/-/npm-run-path-3.1.0.tgz#7f91be317f6a466efed3c9f2980ad8a4ee8b0fa5"
3952
+ integrity sha512-Dbl4A/VfiVGLgQv29URL9xshU8XDY1GeLy+fsaZ1AA8JDSfjvr5P5+pzRbWqRSBxk6/DW7MIh8lTM/PaGnP2kg==
3953
+ dependencies :
3954
+ path-key "^3.0.0"
3955
+
3925
3956
npm-which@^3.0.1 :
3926
3957
version "3.0.1"
3927
3958
resolved "https://registry.npmjs.org/npm-which/-/npm-which-3.0.1.tgz#9225f26ec3a285c209cae67c3b11a6b4ab7140aa"
@@ -4065,6 +4096,11 @@ p-finally@^1.0.0:
4065
4096
resolved "https://registry.npmjs.org/p-finally/-/p-finally-1.0.0.tgz#3fbcfb15b899a44123b34b6dcc18b724336a2cae"
4066
4097
integrity sha1-P7z7FbiZpEEjs0ttzBi3JDNqLK4=
4067
4098
4099
+ p-finally@^2.0.0 :
4100
+ version "2.0.1"
4101
+ resolved "https://registry.yarnpkg.com/p-finally/-/p-finally-2.0.1.tgz#bd6fcaa9c559a096b680806f4d657b3f0f240561"
4102
+ integrity sha512-vpm09aKwq6H9phqRQzecoDpD8TmVyGw70qmWlyq5onxY7tqyTTFVvxMykxQSQKILBSFlbXpypIw2T1Ml7+DDtw==
4103
+
4068
4104
p-limit@^1.1.0 :
4069
4105
version "1.3.0"
4070
4106
resolved "https://registry.npmjs.org/p-limit/-/p-limit-1.3.0.tgz#b86bd5f0c25690911c7590fcbfc2010d54b3ccb8"
@@ -4204,6 +4240,11 @@ path-key@^2.0.0, path-key@^2.0.1:
4204
4240
resolved "https://registry.npmjs.org/path-key/-/path-key-2.0.1.tgz#411cadb574c5a140d3a4b1910d40d80cc9f40b40"
4205
4241
integrity sha1-QRyttXTFoUDTpLGRDUDYDMn0C0A=
4206
4242
4243
+ path-key@^3.0.0 :
4244
+ version "3.1.0"
4245
+ resolved "https://registry.yarnpkg.com/path-key/-/path-key-3.1.0.tgz#99a10d870a803bdd5ee6f0470e58dfcd2f9a54d3"
4246
+ integrity sha512-8cChqz0RP6SHJkMt48FW0A7+qUOn+OsnOsVtzI59tZ8m+5bCSk7hzwET0pulwOM2YMn9J1efb07KB9l9f30SGg==
4247
+
4207
4248
path-parse@^1.0.6 :
4208
4249
version "1.0.6"
4209
4250
resolved "https://registry.yarnpkg.com/path-parse/-/path-parse-1.0.6.tgz#d62dbb5679405d72c4737ec58600e9ddcf06d24c"
@@ -5169,6 +5210,11 @@ strip-eof@^1.0.0:
5169
5210
resolved "https://registry.npmjs.org/strip-eof/-/strip-eof-1.0.0.tgz#bb43ff5598a6eb05d89b59fcd129c983313606bf"
5170
5211
integrity sha1-u0P/VZim6wXYm1n80SnJgzE2Br8=
5171
5212
5213
+ strip-final-newline@^2.0.0 :
5214
+ version "2.0.0"
5215
+ resolved "https://registry.yarnpkg.com/strip-final-newline/-/strip-final-newline-2.0.0.tgz#89b852fb2fcbe936f6f4b3187afb0a12c1ab58ad"
5216
+ integrity sha512-BrpvfNAE3dcvq7ll3xVumzjKjZQ5tI1sEUIKr3Uoks0XUl45St3FlatVqef9prk4jRDzhW6WZg+3bk93y6pLjA==
5217
+
5172
5218
strip-indent@^2.0.0 :
5173
5219
version "2.0.0"
5174
5220
resolved "https://registry.npmjs.org/strip-indent/-/strip-indent-2.0.0.tgz#5ef8db295d01e6ed6cbf7aab96998d7822527b68"
0 commit comments