From bde50b4f92d571233892913b45f79597ab803647 Mon Sep 17 00:00:00 2001 From: "greenkeeper[bot]" <23040076+greenkeeper[bot]@users.noreply.github.com> Date: Thu, 19 Dec 2019 09:53:16 +0000 Subject: [PATCH 1/2] fix(package): update execa to version 4.0.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 0fe214a..5079fcb 100644 --- a/package.json +++ b/package.json @@ -74,7 +74,7 @@ "bunyan": "1.8.12", "commander": "4.0.1", "cross-env": "6.0.3", - "execa": "3.4.0", + "execa": "4.0.0", "foreman": "3.0.1", "forever": "1.0.0", "listr": "0.14.3", From 008393e3a24e033b2253de331ecf5ea3bc0e84f3 Mon Sep 17 00:00:00 2001 From: "greenkeeper[bot]" <23040076+greenkeeper[bot]@users.noreply.github.com> Date: Thu, 19 Dec 2019 09:53:21 +0000 Subject: [PATCH 2/2] chore(package): update lockfile package-lock.json --- package-lock.json | 13 +++++-------- 1 file changed, 5 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 5d69f6d..1c62854 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9769,9 +9769,9 @@ "integrity": "sha512-9sLAvzhI5nc8TpuQUh4ahMdCrWT00wPWz7j47/emR5+2qEfoZP5zzUXvx+vdx+H6ohhnsYC31iX04QLYJK8zTg==" }, "execa": { - "version": "3.4.0", - "resolved": "https://registry.npmjs.org/execa/-/execa-3.4.0.tgz", - "integrity": "sha512-r9vdGQk4bmCuK1yKQu1KTwcT2zwfWdbdaXfCtAh+5nU/4fSX+JAb7vZGvI5naJrQlvONrEB20jeruESI69530g==", + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/execa/-/execa-4.0.0.tgz", + "integrity": "sha512-JbDUxwV3BoT5ZVXQrSVbAiaXhXUkIwvbhPIwZ0N13kX+5yCzOhUNdocxB/UQRuYOHRYYwAxKYwJYc0T4D12pDA==", "requires": { "cross-spawn": "^7.0.0", "get-stream": "^5.0.0", @@ -9780,7 +9780,6 @@ "merge-stream": "^2.0.0", "npm-run-path": "^4.0.0", "onetime": "^5.1.0", - "p-finally": "^2.0.0", "signal-exit": "^3.0.2", "strip-final-newline": "^2.0.0" }, @@ -14797,7 +14796,6 @@ "commander": "4.0.1", "cosmiconfig": "6.0.0", "eslint": "6.7.2", - "execa": "3.4.0", "fixjson": "1.1.0", "globby": "10.0.1", "imagemin-lint-staged": "0.4.0", @@ -17769,7 +17767,8 @@ "p-finally": { "version": "2.0.1", "resolved": "https://registry.npmjs.org/p-finally/-/p-finally-2.0.1.tgz", - "integrity": "sha512-vpm09aKwq6H9phqRQzecoDpD8TmVyGw70qmWlyq5onxY7tqyTTFVvxMykxQSQKILBSFlbXpypIw2T1Ml7+DDtw==" + "integrity": "sha512-vpm09aKwq6H9phqRQzecoDpD8TmVyGw70qmWlyq5onxY7tqyTTFVvxMykxQSQKILBSFlbXpypIw2T1Ml7+DDtw==", + "dev": true }, "p-is-promise": { "version": "2.1.0", @@ -23442,7 +23441,6 @@ "integrity": "sha512-jQswmvHtwzgkCohxJ/lsW3+WmmYkBxXkWY3bSq/0OUmHwptfWkovBMSRQ1brqJ81MRWy1UHigW3pSIsLlZhRKQ==", "requires": { "commander": "4.0.1", - "execa": "3.4.0", "fs-extra": "8.1.0", "request": "2.88.0", "request-promise-native": "1.0.8", @@ -23508,7 +23506,6 @@ "resolved": "https://registry.npmjs.org/redis-prebuilt/-/redis-prebuilt-1.0.41.tgz", "integrity": "sha512-QVULcYoisihr/t4jVD54KU0xwUbZ8zwVnuQfCNMabYomf5vUww5iuhUejRalq9BTmsaEs09tExxKIF79zaO1Mg==", "requires": { - "execa": "3.4.0", "redis-download": "1.0.27", "update-notifier": "4.0.0" }