From 50666e9296a66eed2ddab6cf307ec748a7d54162 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 13 May 2020 10:20:09 -0700 Subject: [PATCH] Bump promisify-child-process from 3.1.4 to 4.1.0 in /desktop (#1155) Summary: Quite keen on this as it removes a babel runtime dependency. Pull Request resolved: https://github.com/facebook/flipper/pull/1155 Reviewed By: nikoant Differential Revision: D21522869 Pulled By: passy fbshipit-source-id: 66e272e1b6a6eb78a51038f20a1717ba0196ec2c --- desktop/app/package.json | 2 +- desktop/package.json | 2 +- desktop/plugins/kaios-allocations/package.json | 2 +- desktop/plugins/kaios-ram/package.json | 2 +- desktop/yarn.lock | 12 +++++------- 5 files changed, 9 insertions(+), 11 deletions(-) diff --git a/desktop/app/package.json b/desktop/app/package.json index 2deaa5160..9942580ff 100644 --- a/desktop/app/package.json +++ b/desktop/app/package.json @@ -36,7 +36,7 @@ "open": "^7.0.0", "openssl-wrapper": "^0.3.4", "promise-retry": "^1.1.1", - "promisify-child-process": "^3.1.3", + "promisify-child-process": "^4.1.0", "prop-types": "^15.6.0", "query-string": "^6.10.1", "react": "16.13.0", diff --git a/desktop/package.json b/desktop/package.json index 41f7b0d04..eb01b5f6c 100644 --- a/desktop/package.json +++ b/desktop/package.json @@ -194,7 +194,7 @@ "pkg": "^4.4.1", "prettier": "^2.0.0", "pretty-format": "^26.0.0", - "promisify-child-process": "^3.1.3", + "promisify-child-process": "^4.1.0", "react-async": "^10.0.0", "react-refresh": "^0.8.1", "recursive-readdir": "^2.2.2", diff --git a/desktop/plugins/kaios-allocations/package.json b/desktop/plugins/kaios-allocations/package.json index 4b0602a80..1503706a2 100644 --- a/desktop/plugins/kaios-allocations/package.json +++ b/desktop/plugins/kaios-allocations/package.json @@ -20,7 +20,7 @@ }, "dependencies": { "firefox-client": "0.3.0", - "promisify-child-process": "^3.1.1" + "promisify-child-process": "^4.1.0" }, "resolutions": { "minimist": "1.2.3" diff --git a/desktop/plugins/kaios-ram/package.json b/desktop/plugins/kaios-ram/package.json index 4429f65f5..a5b5728bf 100644 --- a/desktop/plugins/kaios-ram/package.json +++ b/desktop/plugins/kaios-ram/package.json @@ -13,7 +13,7 @@ "url": "https://fb.workplace.com/groups/wa.kaios/" }, "dependencies": { - "promisify-child-process": "^3.1.3", + "promisify-child-process": "^4.1.0", "recharts": "1.7.1" }, "devDependencies": { diff --git a/desktop/yarn.lock b/desktop/yarn.lock index f5edcb1ab..d583ccd50 100644 --- a/desktop/yarn.lock +++ b/desktop/yarn.lock @@ -1055,7 +1055,7 @@ core-js-pure "^3.0.0" regenerator-runtime "^0.13.4" -"@babel/runtime@^7.0.0", "@babel/runtime@^7.1.2", "@babel/runtime@^7.1.5", "@babel/runtime@^7.4.5", "@babel/runtime@^7.5.5", "@babel/runtime@^7.7.2", "@babel/runtime@^7.7.4", "@babel/runtime@^7.8.4", "@babel/runtime@^7.8.7", "@babel/runtime@^7.9.2": +"@babel/runtime@^7.0.0", "@babel/runtime@^7.1.2", "@babel/runtime@^7.4.5", "@babel/runtime@^7.5.5", "@babel/runtime@^7.7.2", "@babel/runtime@^7.7.4", "@babel/runtime@^7.8.4", "@babel/runtime@^7.8.7", "@babel/runtime@^7.9.2": version "7.9.2" resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.9.2.tgz#d90df0583a3a252f09aaa619665367bae518db06" integrity sha512-NE2DtOdufG7R5vnfQUTehdTfNycfUANEtCa9PssN9O/xmTzP4E08UI797ixaei6hBEVL9BI/PsdJS5x7mWoB9Q== @@ -10341,12 +10341,10 @@ promise@^7.1.1: dependencies: asap "~2.0.3" -promisify-child-process@^3.1.1, promisify-child-process@^3.1.3: - version "3.1.4" - resolved "https://registry.yarnpkg.com/promisify-child-process/-/promisify-child-process-3.1.4.tgz#3321827f283c0be30de1354bec1c6c627f02d53c" - integrity sha512-tLifJs99E4oOXUz/dKQjRgdchfiepmYQzBVrcVX9BtUWi9aGJeGSf2KgXOWBW1JFsSYgLkl1Z9HRm8i0sf4cTg== - dependencies: - "@babel/runtime" "^7.1.5" +promisify-child-process@^4.1.0: + version "4.1.0" + resolved "https://registry.yarnpkg.com/promisify-child-process/-/promisify-child-process-4.1.0.tgz#b910c4592880c69254bae0ddd080b89a3d25182c" + integrity sha512-oj4hb3nOOYAP4g/n4ruq2ij1mgAHJjqBGYTUfpvUQmAVh+bRcBkk11C9A/do7Ebtm6qtLDOHekVvlxNn1bFPEA== prompts@^2.0.1: version "2.2.1"