diff --git a/@commitlint/cli/package.json b/@commitlint/cli/package.json index 2080407954..e86633ecc2 100644 --- a/@commitlint/cli/package.json +++ b/@commitlint/cli/package.json @@ -59,7 +59,7 @@ "concurrently": "3.5.1", "cross-env": "5.1.1", "dependency-check": "2.10.0", - "execa": "0.8.0", + "execa": "0.9.0", "mkdirp": "0.5.1", "resolve-bin": "0.4.0", "rimraf": "2.6.2", diff --git a/@commitlint/core/package.json b/@commitlint/core/package.json index 92beced024..64c92839c2 100644 --- a/@commitlint/core/package.json +++ b/@commitlint/core/package.json @@ -65,7 +65,7 @@ "concurrently": "3.5.1", "conventional-changelog-angular": "1.6.0", "cross-env": "5.1.1", - "execa": "0.8.0", + "execa": "0.9.0", "globby": "6.1.0", "lodash.includes": "4.3.0", "rimraf": "2.6.1", diff --git a/@commitlint/prompt-cli/package.json b/@commitlint/prompt-cli/package.json index 89e0305945..17dacf7f36 100644 --- a/@commitlint/prompt-cli/package.json +++ b/@commitlint/prompt-cli/package.json @@ -32,7 +32,7 @@ }, "dependencies": { "@commitlint/prompt": "^6.0.1", - "execa": "0.8.0", + "execa": "0.9.0", "meow": "3.7.0" } } diff --git a/@commitlint/resolve-extends/package.json b/@commitlint/resolve-extends/package.json index af4119a6cc..43c5e5b5ea 100644 --- a/@commitlint/resolve-extends/package.json +++ b/@commitlint/resolve-extends/package.json @@ -65,7 +65,7 @@ "babel-register": "6.26.0", "concurrently": "3.5.1", "cross-env": "5.1.1", - "execa": "0.8.0", + "execa": "0.9.0", "rimraf": "2.6.1", "xo": "0.18.2" }, diff --git a/@commitlint/travis-cli/package.json b/@commitlint/travis-cli/package.json index f8882d11ff..b6acc802ca 100644 --- a/@commitlint/travis-cli/package.json +++ b/@commitlint/travis-cli/package.json @@ -66,6 +66,6 @@ "dependencies": { "@commitlint/cli": "^6.0.1", "babel-runtime": "6.26.0", - "execa": "0.8.0" + "execa": "0.9.0" } } diff --git a/@packages/test/package.json b/@packages/test/package.json index a60b2b44f7..e22d35d51a 100644 --- a/@packages/test/package.json +++ b/@packages/test/package.json @@ -56,7 +56,7 @@ "license": "MIT", "dependencies": { "@marionebl/sander": "0.6.1", - "execa": "0.8.0", + "execa": "0.9.0", "pkg-dir": "2.0.0" }, "devDependencies": { diff --git a/@packages/utils/package.json b/@packages/utils/package.json index ddad43f19b..16a05002ed 100644 --- a/@packages/utils/package.json +++ b/@packages/utils/package.json @@ -40,7 +40,7 @@ }, "license": "MIT", "dependencies": { - "execa": "0.8.0" + "execa": "0.9.0" }, "devDependencies": { "xo": "0.18.2" diff --git a/yarn.lock b/yarn.lock index 7e3a922b52..e7a7619bab 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2717,9 +2717,9 @@ event-emitter@~0.3.5: d "1" es5-ext "~0.10.14" -execa@0.8.0, execa@^0.8.0: - version "0.8.0" - resolved "https://registry.npmjs.org/execa/-/execa-0.8.0.tgz#d8d76bbc1b55217ed190fd6dd49d3c774ecfc8da" +execa@0.9.0: + version "0.9.0" + resolved "https://registry.npmjs.org/execa/-/execa-0.9.0.tgz#adb7ce62cf985071f60580deb4a88b9e34712d01" dependencies: cross-spawn "^5.0.1" get-stream "^3.0.0" @@ -2753,6 +2753,18 @@ execa@^0.7.0: signal-exit "^3.0.0" strip-eof "^1.0.0" +execa@^0.8.0: + version "0.8.0" + resolved "https://registry.npmjs.org/execa/-/execa-0.8.0.tgz#d8d76bbc1b55217ed190fd6dd49d3c774ecfc8da" + dependencies: + cross-spawn "^5.0.1" + get-stream "^3.0.0" + is-stream "^1.1.0" + npm-run-path "^2.0.0" + p-finally "^1.0.0" + signal-exit "^3.0.0" + strip-eof "^1.0.0" + exit-hook@^1.0.0: version "1.1.1" resolved "https://registry.npmjs.org/exit-hook/-/exit-hook-1.1.1.tgz#f05ca233b48c05d54fff07765df8507e95c02ff8"