From 16bd10fa1533d50395f22fef4f08b8efc7196710 Mon Sep 17 00:00:00 2001 From: Pascal Hartig Date: Tue, 14 Jan 2020 04:48:12 -0800 Subject: [PATCH] Lock down deps (#743) Summary: Firefox client is no longer maintained. This is the last official version we can use. Pull Request resolved: https://github.com/facebook/flipper/pull/743 Test Plan: Greenkeeper. Reviewed By: mweststrate Differential Revision: D19390048 Pulled By: passy fbshipit-source-id: cf37e69bc650d932db102545ccbc41c28beed96a --- src/plugins/kaios-allocations/package.json | 7 ++++++- src/plugins/kaios-allocations/yarn.lock | 8 ++++---- 2 files changed, 10 insertions(+), 5 deletions(-) diff --git a/src/plugins/kaios-allocations/package.json b/src/plugins/kaios-allocations/package.json index c64bed405..522efce88 100644 --- a/src/plugins/kaios-allocations/package.json +++ b/src/plugins/kaios-allocations/package.json @@ -18,6 +18,11 @@ }, "dependencies": { "firefox-client": "0.3.0", - "promisify-child-process": "3.1.1" + "promisify-child-process": "^3.1.1" + }, + "greenkeeper": { + "ignore": [ + "firefox-client" + ] } } diff --git a/src/plugins/kaios-allocations/yarn.lock b/src/plugins/kaios-allocations/yarn.lock index 52faede39..6bef47c66 100644 --- a/src/plugins/kaios-allocations/yarn.lock +++ b/src/plugins/kaios-allocations/yarn.lock @@ -983,10 +983,10 @@ prepend-http@^1.0.1: resolved "https://registry.yarnpkg.com/prepend-http/-/prepend-http-1.0.4.tgz#d4f4562b0ce3696e41ac52d0e002e57a635dc6dc" integrity sha1-1PRWKwzjaW5BrFLQ4ALlemNdxtw= -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.1: + 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"