From 103996b00961c6ead3f28683a6d70c988b273668 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 28 Jan 2021 20:54:10 +0000 Subject: [PATCH] Bump electron from 8.3.4 to 9.4.0 Bumps [electron](https://github.com/electron/electron) from 8.3.4 to 9.4.0. - [Release notes](https://github.com/electron/electron/releases) - [Changelog](https://github.com/electron/electron/blob/master/docs/breaking-changes.md) - [Commits](https://github.com/electron/electron/compare/v8.3.4...v9.4.0) Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 1621651..35c23de 100644 --- a/package.json +++ b/package.json @@ -73,7 +73,7 @@ "concurrently": "^5.1.0", "cross-env": "^7.0.2", "devtron": "^1.4.0", - "electron": "^8.2.3", + "electron": "^9.4.0", "electron-builder": "^22.5.1", "electron-debug": "^3.0.1", "electron-devtools-installer": "^3.0.0", diff --git a/yarn.lock b/yarn.lock index 21d32ca..ae964ce 100644 --- a/yarn.lock +++ b/yarn.lock @@ -5074,10 +5074,10 @@ electron-to-chromium@^1.3.378, electron-to-chromium@^1.3.483: resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.3.484.tgz#75f5a1eee5fe3168758b7c2cf375ae73c1ccf5e6" integrity sha512-esh5mmjAGl6HhAaYgHlDZme+jCIc+XIrLrBTwxviE+pM64UBmdLUIHLlrPzJGbit7hQI1TR/oGDQWCvQZ5yrFA== -electron@^8.2.3: - version "8.3.4" - resolved "https://registry.yarnpkg.com/electron/-/electron-8.3.4.tgz#d9c5441f34462a022480f3ebe2cf39ea5dd37b96" - integrity sha512-aSYXBV0PxYHmXhjGFpR0x38zbO7UTDex2JrT5tcqJpUZTY+sKdfo9PA1TpiyrHNjA5+Q8UseRUsydRedOTeZQA== +electron@^9.4.0: + version "9.4.0" + resolved "https://registry.yarnpkg.com/electron/-/electron-9.4.0.tgz#c3c607e3598226ddbaaff8babcdffa8bb2210936" + integrity sha512-hOC4q0jkb+UDYZRy8vrZ1IANnq+jznZnbkD62OEo06nU+hIbp2IrwDRBNuSLmQ3cwZMVir0WSIA1qEVK0PkzGA== dependencies: "@electron/get" "^1.0.1" "@types/node" "^12.0.12"