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.5.1" ,
5050 "eslint-config-prettier" : " ^6.3.0" ,
5151 "eslint-plugin-prettier" : " ^3.1.1" ,
52- "execa" : " ^2.0.5 " ,
52+ "execa" : " ^3.4.0 " ,
5353 "jest" : " ^24.9.0" ,
5454 "prettier" : " ^1.19.1" ,
5555 "release-it" : " ^12.4.2" ,
Original file line number Diff line number Diff line change @@ -2594,6 +2594,22 @@ execa@^2.0.4:
25942594 signal-exit "^3.0.2"
25952595 strip-final-newline "^2.0.0"
25962596
2597+ execa@^3.4.0 :
2598+ version "3.4.0"
2599+ resolved "https://registry.yarnpkg.com/execa/-/execa-3.4.0.tgz#c08ed4550ef65d858fac269ffc8572446f37eb89"
2600+ integrity sha512-r9vdGQk4bmCuK1yKQu1KTwcT2zwfWdbdaXfCtAh+5nU/4fSX+JAb7vZGvI5naJrQlvONrEB20jeruESI69530g==
2601+ dependencies :
2602+ cross-spawn "^7.0.0"
2603+ get-stream "^5.0.0"
2604+ human-signals "^1.1.1"
2605+ is-stream "^2.0.0"
2606+ merge-stream "^2.0.0"
2607+ npm-run-path "^4.0.0"
2608+ onetime "^5.1.0"
2609+ p-finally "^2.0.0"
2610+ signal-exit "^3.0.2"
2611+ strip-final-newline "^2.0.0"
2612+
25972613exit@^0.1.2 :
25982614 version "0.1.2"
25992615 resolved "https://registry.yarnpkg.com/exit/-/exit-0.1.2.tgz#0632638f8d877cc82107d30a0fff1a17cba1cd0c"
@@ -3240,6 +3256,11 @@ https-proxy-agent@^2.2.1:
32403256 agent-base "^4.3.0"
32413257 debug "^3.1.0"
32423258
3259+ human-signals@^1.1.1 :
3260+ version "1.1.1"
3261+ resolved "https://registry.yarnpkg.com/human-signals/-/human-signals-1.1.1.tgz#c5b1cd14f50aeae09ab6c59fe63ba3395fe4dfa3"
3262+ integrity sha512-SEQu7vl8KjNL2eoGBLF3+wAjpsNfA9XMlXAYj/3EdaNfAlxKthD1xjEQfGOUhllCGGJVNY34bRr6lPINhNjyZw==
3263+
32433264humanize-ms@^1.2.1 :
32443265 version "1.2.1"
32453266 resolved "https://registry.yarnpkg.com/humanize-ms/-/humanize-ms-1.2.1.tgz#c46e3159a293f6b896da29316d8b6fe8bb79bbed"
@@ -4889,6 +4910,13 @@ npm-run-path@^3.0.0:
48894910 dependencies :
48904911 path-key "^3.0.0"
48914912
4913+ npm-run-path@^4.0.0 :
4914+ version "4.0.0"
4915+ resolved "https://registry.yarnpkg.com/npm-run-path/-/npm-run-path-4.0.0.tgz#d644ec1bd0569187d2a52909971023a0a58e8438"
4916+ integrity sha512-8eyAOAH+bYXFPSnNnKr3J+yoybe8O87Is5rtAQ8qRczJz1ajcsjg8l2oZqP+Ppx15Ii3S1vUTjQN2h4YO2tWWQ==
4917+ dependencies :
4918+ path-key "^3.0.0"
4919+
48924920npmlog@^4.0.2 :
48934921 version "4.1.2"
48944922 resolved "https://registry.yarnpkg.com/npmlog/-/npmlog-4.1.2.tgz#08a7f2a8bf734604779a9efa4ad5cc717abb954b"
You can’t perform that action at this time.
0 commit comments