File tree Expand file tree Collapse file tree 2 files changed +17
-2
lines changed Expand file tree Collapse file tree 2 files changed +17
-2
lines changed Original file line number Diff line number Diff line change 48
48
"chalk" : " ^2.4.1" ,
49
49
"delay" : " ^4.3.0" ,
50
50
"eslint" : " ^6.7.2" ,
51
- "execa" : " ^3.4 .0" ,
51
+ "execa" : " ^4.0 .0" ,
52
52
"got" : " ^9.6.0" ,
53
53
"inquirer" : " ^7.0.0" ,
54
54
"js-yaml" : " ^3.13.1" ,
Original file line number Diff line number Diff line change @@ -2229,7 +2229,7 @@ execa@^1.0.0:
2229
2229
signal-exit "^3.0.0"
2230
2230
strip-eof "^1.0.0"
2231
2231
2232
- execa@^3.2.0, execa@^3.4.0 :
2232
+ execa@^3.2.0 :
2233
2233
version "3.4.0"
2234
2234
resolved "https://registry.yarnpkg.com/execa/-/execa-3.4.0.tgz#c08ed4550ef65d858fac269ffc8572446f37eb89"
2235
2235
integrity sha512-r9vdGQk4bmCuK1yKQu1KTwcT2zwfWdbdaXfCtAh+5nU/4fSX+JAb7vZGvI5naJrQlvONrEB20jeruESI69530g==
@@ -2245,6 +2245,21 @@ execa@^3.2.0, execa@^3.4.0:
2245
2245
signal-exit "^3.0.2"
2246
2246
strip-final-newline "^2.0.0"
2247
2247
2248
+ execa@^4.0.0 :
2249
+ version "4.0.0"
2250
+ resolved "https://registry.yarnpkg.com/execa/-/execa-4.0.0.tgz#7f37d6ec17f09e6b8fc53288611695b6d12b9daf"
2251
+ integrity sha512-JbDUxwV3BoT5ZVXQrSVbAiaXhXUkIwvbhPIwZ0N13kX+5yCzOhUNdocxB/UQRuYOHRYYwAxKYwJYc0T4D12pDA==
2252
+ dependencies :
2253
+ cross-spawn "^7.0.0"
2254
+ get-stream "^5.0.0"
2255
+ human-signals "^1.1.1"
2256
+ is-stream "^2.0.0"
2257
+ merge-stream "^2.0.0"
2258
+ npm-run-path "^4.0.0"
2259
+ onetime "^5.1.0"
2260
+ signal-exit "^3.0.2"
2261
+ strip-final-newline "^2.0.0"
2262
+
2248
2263
expand-brackets@^2.1.4 :
2249
2264
version "2.1.4"
2250
2265
resolved "https://registry.yarnpkg.com/expand-brackets/-/expand-brackets-2.1.4.tgz#b77735e315ce30f6b6eff0f83b04151a22449622"
You can’t perform that action at this time.
0 commit comments