From 4db9388984f37919a0605594b7dfa7a00559f3aa Mon Sep 17 00:00:00 2001 From: "greenkeeper[bot]" <23040076+greenkeeper[bot]@users.noreply.github.com> Date: Mon, 16 Dec 2019 04:51:36 -0800 Subject: [PATCH] Greenkeeper/promisify child process 3.1.3 (#697) Summary: Fixes the breakage that came with 3.1.2. Closes https://github.com/facebook/flipper/issues/694. Pull Request resolved: https://github.com/facebook/flipper/pull/697 Reviewed By: mweststrate Differential Revision: D19019119 Pulled By: passy fbshipit-source-id: 59619ca5efb0c256a1e56349d5c7fa57dcc06e38 --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 7d5d6a8bb..78e6b2bb8 100644 --- a/package.json +++ b/package.json @@ -154,7 +154,7 @@ "patch-package": "^6.2.0", "pkg": "^4.4.1", "promise-retry": "^1.1.1", - "promisify-child-process": "^3.1.1", + "promisify-child-process": "^3.1.3", "prop-types": "^15.6.0", "query-string": "^6.2.0", "react": "16.12.0", diff --git a/yarn.lock b/yarn.lock index 96841f42a..263bf40b3 100644 --- a/yarn.lock +++ b/yarn.lock @@ -7277,10 +7277,10 @@ promise@^7.1.1: dependencies: asap "~2.0.3" -promisify-child-process@^3.1.1: - version "3.1.1" - resolved "https://registry.yarnpkg.com/promisify-child-process/-/promisify-child-process-3.1.1.tgz#3a029c1d97bdb8bbcc8862c765b91f1cee0f2691" - integrity sha512-683UHZEP4Bm75BvBujEe87AdE9lxnoWpcU5pEw4FG9HCSwwZC9pF7HUj3QmlDAvhyvulkWHLZs1lVRBNTvkbXQ== +promisify-child-process@^3.1.3: + version "3.1.3" + resolved "https://registry.yarnpkg.com/promisify-child-process/-/promisify-child-process-3.1.3.tgz#52a3b66638ae101fa2e68f9a2cbd101846042e33" + integrity sha512-qVox3vW2hqbktVw+IN7YZ/kgGA+u426ekmiZxiofNe9O4GSewjROwRQ4MQ6IbvhpeYSLqiLS0kMn+FWCz6ENlg== dependencies: "@babel/runtime" "^7.1.5"