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
This commit is contained in:
greenkeeper[bot]
2019-12-16 04:51:36 -08:00
committed by Facebook Github Bot
parent 5a3f107a50
commit 4db9388984
2 changed files with 5 additions and 5 deletions

View File

@@ -154,7 +154,7 @@
"patch-package": "^6.2.0", "patch-package": "^6.2.0",
"pkg": "^4.4.1", "pkg": "^4.4.1",
"promise-retry": "^1.1.1", "promise-retry": "^1.1.1",
"promisify-child-process": "^3.1.1", "promisify-child-process": "^3.1.3",
"prop-types": "^15.6.0", "prop-types": "^15.6.0",
"query-string": "^6.2.0", "query-string": "^6.2.0",
"react": "16.12.0", "react": "16.12.0",

View File

@@ -7277,10 +7277,10 @@ promise@^7.1.1:
dependencies: dependencies:
asap "~2.0.3" asap "~2.0.3"
promisify-child-process@^3.1.1: promisify-child-process@^3.1.3:
version "3.1.1" version "3.1.3"
resolved "https://registry.yarnpkg.com/promisify-child-process/-/promisify-child-process-3.1.1.tgz#3a029c1d97bdb8bbcc8862c765b91f1cee0f2691" resolved "https://registry.yarnpkg.com/promisify-child-process/-/promisify-child-process-3.1.3.tgz#52a3b66638ae101fa2e68f9a2cbd101846042e33"
integrity sha512-683UHZEP4Bm75BvBujEe87AdE9lxnoWpcU5pEw4FG9HCSwwZC9pF7HUj3QmlDAvhyvulkWHLZs1lVRBNTvkbXQ== integrity sha512-qVox3vW2hqbktVw+IN7YZ/kgGA+u426ekmiZxiofNe9O4GSewjROwRQ4MQ6IbvhpeYSLqiLS0kMn+FWCz6ENlg==
dependencies: dependencies:
"@babel/runtime" "^7.1.5" "@babel/runtime" "^7.1.5"