From ed2306cb7c63a2433d0fe559bcc946700ed31375 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 Oct 2021 22:42:19 +0000 Subject: [PATCH] Bump electron from 8.3.4 to 11.5.0 Bumps [electron](https://github.com/electron/electron) from 8.3.4 to 11.5.0. - [Release notes](https://github.com/electron/electron/releases) - [Changelog](https://github.com/electron/electron/blob/main/docs/breaking-changes.md) - [Commits](https://github.com/electron/electron/compare/v8.3.4...v11.5.0) --- updated-dependencies: - dependency-name: electron dependency-type: direct:development ... 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..12941d1 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": "^11.5.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..88ccb61 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@^11.5.0: + version "11.5.0" + resolved "https://registry.yarnpkg.com/electron/-/electron-11.5.0.tgz#f1650543b9d8f2047d3807755bdb120153ed210f" + integrity sha512-WjNDd6lGpxyiNjE3LhnFCAk/D9GIj1rU3GSDealVShhkkkPR3Vh4q8ErXGDl1OAO/faomVa10KoFPUN/pLbNxg== dependencies: "@electron/get" "^1.0.1" "@types/node" "^12.0.12"