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 4545 "eslint" : " ^6.8.0" ,
4646 "eslint-config-prettier" : " ^6.10.0" ,
4747 "eslint-plugin-prettier" : " ^3.1.2" ,
48- "execa" : " ^3.4 .0" ,
48+ "execa" : " ^4.0 .0" ,
4949 "jest" : " ^25.1.0" ,
5050 "prettier" : " ^1.19.1" ,
5151 "release-it" : " ^12.4.3" ,
Original file line number Diff line number Diff line change @@ -2708,7 +2708,7 @@ execa@^2.0.4:
27082708 signal-exit "^3.0.2"
27092709 strip-final-newline "^2.0.0"
27102710
2711- execa@^3.2.0, execa@^3.4.0 :
2711+ execa@^3.2.0 :
27122712 version "3.4.0"
27132713 resolved "https://registry.yarnpkg.com/execa/-/execa-3.4.0.tgz#c08ed4550ef65d858fac269ffc8572446f37eb89"
27142714 integrity sha512-r9vdGQk4bmCuK1yKQu1KTwcT2zwfWdbdaXfCtAh+5nU/4fSX+JAb7vZGvI5naJrQlvONrEB20jeruESI69530g==
@@ -2724,6 +2724,21 @@ execa@^3.2.0, execa@^3.4.0:
27242724 signal-exit "^3.0.2"
27252725 strip-final-newline "^2.0.0"
27262726
2727+ execa@^4.0.0 :
2728+ version "4.0.0"
2729+ resolved "https://registry.yarnpkg.com/execa/-/execa-4.0.0.tgz#7f37d6ec17f09e6b8fc53288611695b6d12b9daf"
2730+ integrity sha512-JbDUxwV3BoT5ZVXQrSVbAiaXhXUkIwvbhPIwZ0N13kX+5yCzOhUNdocxB/UQRuYOHRYYwAxKYwJYc0T4D12pDA==
2731+ dependencies :
2732+ cross-spawn "^7.0.0"
2733+ get-stream "^5.0.0"
2734+ human-signals "^1.1.1"
2735+ is-stream "^2.0.0"
2736+ merge-stream "^2.0.0"
2737+ npm-run-path "^4.0.0"
2738+ onetime "^5.1.0"
2739+ signal-exit "^3.0.2"
2740+ strip-final-newline "^2.0.0"
2741+
27272742exit@^0.1.2 :
27282743 version "0.1.2"
27292744 resolved "https://registry.yarnpkg.com/exit/-/exit-0.1.2.tgz#0632638f8d877cc82107d30a0fff1a17cba1cd0c"
You can’t perform that action at this time.
0 commit comments