File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4949 "eslint" : " ^6.0.0" ,
5050 "eslint-config-prettier" : " ^6.0.0" ,
5151 "eslint-plugin-prettier" : " ^3.1.0" ,
52- "execa" : " ^3 .0.0" ,
52+ "execa" : " ^4 .0.0" ,
5353 "jest" : " ^25.2.0" ,
5454 "prettier" : " ^1.18.2" ,
5555 "release-it" : " ^12.2.1" ,
Original file line number Diff line number Diff line change @@ -2785,7 +2785,7 @@ execa@^2.0.4:
27852785 signal-exit "^3.0.2"
27862786 strip-final-newline "^2.0.0"
27872787
2788- execa@^3.0.0, execa@^3. 2.0 :
2788+ execa@^3.2.0 :
27892789 version "3.4.0"
27902790 resolved "https://registry.yarnpkg.com/execa/-/execa-3.4.0.tgz#c08ed4550ef65d858fac269ffc8572446f37eb89"
27912791 integrity sha512-r9vdGQk4bmCuK1yKQu1KTwcT2zwfWdbdaXfCtAh+5nU/4fSX+JAb7vZGvI5naJrQlvONrEB20jeruESI69530g==
@@ -2801,6 +2801,21 @@ execa@^3.0.0, execa@^3.2.0:
28012801 signal-exit "^3.0.2"
28022802 strip-final-newline "^2.0.0"
28032803
2804+ execa@^4.0.0 :
2805+ version "4.0.0"
2806+ resolved "https://registry.yarnpkg.com/execa/-/execa-4.0.0.tgz#7f37d6ec17f09e6b8fc53288611695b6d12b9daf"
2807+ integrity sha512-JbDUxwV3BoT5ZVXQrSVbAiaXhXUkIwvbhPIwZ0N13kX+5yCzOhUNdocxB/UQRuYOHRYYwAxKYwJYc0T4D12pDA==
2808+ dependencies :
2809+ cross-spawn "^7.0.0"
2810+ get-stream "^5.0.0"
2811+ human-signals "^1.1.1"
2812+ is-stream "^2.0.0"
2813+ merge-stream "^2.0.0"
2814+ npm-run-path "^4.0.0"
2815+ onetime "^5.1.0"
2816+ signal-exit "^3.0.2"
2817+ strip-final-newline "^2.0.0"
2818+
28042819exit@^0.1.2 :
28052820 version "0.1.2"
28062821 resolved "https://registry.yarnpkg.com/exit/-/exit-0.1.2.tgz#0632638f8d877cc82107d30a0fff1a17cba1cd0c"
You can’t perform that action at this time.
0 commit comments