From c1de6f42764c07839ada10e6653998836c119290 Mon Sep 17 00:00:00 2001 From: "greenkeeper[bot]" <23040076+greenkeeper[bot]@users.noreply.github.com> Date: Thu, 21 Nov 2019 02:48:55 -0800 Subject: [PATCH] Update electron to the latest version (#645) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Summary: ## The devDependency [electron](https://github.com/electron/electron) was updated from `7.1.1` to `7.1.2`. This version is **not covered** by your **current version range**. If you don’t accept this pull request, your project will work just like it did before. However, you might be missing out on a bunch of new features, fixes and/or performance improvements from the dependency update. --- **Publisher:** [electron-nightly](https://www.npmjs.com/~electron-nightly) **License:** MIT [Find out more about this release](https://github.com/electron/electron). --- FAQ and help There is a collection of [frequently asked questions](https://greenkeeper.io/faq.html). If those don’t help, you can always [ask the humans behind Greenkeeper](https://github.com/greenkeeperio/greenkeeper/issues/new). --- Your [Greenkeeper](https://greenkeeper.io) bot :palm_tree: Pull Request resolved: https://github.com/facebook/flipper/pull/645 Test Plan: Imported from GitHub, without a `Test Plan:` line Reviewed By: jknoxville Differential Revision: D18613576 Pulled By: cekkaewnumchai fbshipit-source-id: eddfbb3571c79ba79fae8078c98d74090cbff4f6 --- package.json | 4 ++-- yarn.lock | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index ea5b041de..d7db838fc 100644 --- a/package.json +++ b/package.json @@ -41,7 +41,7 @@ ] }, "resolutions": { - "@jest-runner/electron/electron": "7.1.1", + "@jest-runner/electron/electron": "7.1.2", "adbkit/adbkit-logcat": "2", "@types/react": "16.9.11", "@types/react-dom": "16.9.2" @@ -85,7 +85,7 @@ "@typescript-eslint/parser": "^2.1.1-alpha.4", "babel-code-frame": "^6.26.0", "babel-eslint": "^10.0.1", - "electron": "7.1.1", + "electron": "7.1.2", "electron-builder": "22.1.0", "eslint": "^6.5.1", "eslint-config-fbjs": "^3.1.1", diff --git a/yarn.lock b/yarn.lock index 9909de447..6b8380bec 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3335,10 +3335,10 @@ electron-to-chromium@^1.3.284: resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.3.292.tgz#7812fc5138619342f1dd5823df6e9cbb7d2820e9" integrity sha512-hqkem5ANpt6mxVXmhAmlbdG8iicuyM/jEYgmP1tiHPeOLyZoTyGUzrDmJS/xyrrZy9frkW1uQcubicu7f6DS5g== -electron@7.1.1: - version "7.1.1" - resolved "https://registry.yarnpkg.com/electron/-/electron-7.1.1.tgz#98be17d850e64689a09ab6dd1e437b36307f2fcf" - integrity sha512-NJPv4SuMJlRUtXBd/Ey9XKSLOZ4+hxsOrHHPXwrBQNNdeZesoSrTMgPymee/FwMRtrSt0Pz8NccEZUu/pxmbhQ== +electron@7.1.2: + version "7.1.2" + resolved "https://registry.yarnpkg.com/electron/-/electron-7.1.2.tgz#d1726b9e50b29e97f5f12b52feb225ba87e0640f" + integrity sha512-7hjONYt2GlQfKuKgQrhhUL1P9lbGWLBfMUq+2QFU3yeLtCvM0ROfPJCRP4OF5pVp3KDyfFp4DtmhuVzAnxV3jA== dependencies: "@electron/get" "^1.0.1" "@types/node" "^12.0.12"