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 4848 "chalk" : " ^2.4.1" ,
4949 "delay" : " ^4.3.0" ,
5050 "eslint" : " ^6.7.2" ,
51- "execa" : " ^3.4 .0" ,
51+ "execa" : " ^4.0 .0" ,
5252 "got" : " ^9.6.0" ,
5353 "inquirer" : " ^7.0.0" ,
5454 "js-yaml" : " ^3.13.1" ,
Original file line number Diff line number Diff line change @@ -2229,7 +2229,7 @@ execa@^1.0.0:
22292229 signal-exit "^3.0.0"
22302230 strip-eof "^1.0.0"
22312231
2232- execa@^3.2.0, execa@^3.4.0 :
2232+ execa@^3.2.0 :
22332233 version "3.4.0"
22342234 resolved "https://registry.yarnpkg.com/execa/-/execa-3.4.0.tgz#c08ed4550ef65d858fac269ffc8572446f37eb89"
22352235 integrity sha512-r9vdGQk4bmCuK1yKQu1KTwcT2zwfWdbdaXfCtAh+5nU/4fSX+JAb7vZGvI5naJrQlvONrEB20jeruESI69530g==
@@ -2245,6 +2245,21 @@ execa@^3.2.0, execa@^3.4.0:
22452245 signal-exit "^3.0.2"
22462246 strip-final-newline "^2.0.0"
22472247
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+
22482263expand-brackets@^2.1.4 :
22492264 version "2.1.4"
22502265 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