From 729efc7227d5c9958a50a15262b3e13e9f67af44 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 Oct 2021 22:41:37 +0000 Subject: [PATCH] Bump electron from 8.5.3 to 11.5.0 Bumps [electron](https://github.com/electron/electron) from 8.5.3 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.5.3...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 f73254c..42177ae 100644 --- a/package.json +++ b/package.json @@ -68,7 +68,7 @@ "babel-plugin-module-resolver": "^4.0.0", "babel-plugin-styled-components": "^1.11.1", "css-loader": "^3.5.1", - "electron": "^8.2.1", + "electron": "^11.5.0", "electron-builder": "^22.4.1", "electron-devtools-installer": "^3.1.1", "enzyme": "^3.11.0", diff --git a/yarn.lock b/yarn.lock index 6b1f2ec..324caf4 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4430,10 +4430,10 @@ electron-to-chromium@^1.3.585: resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.3.591.tgz#a18892bf1acb93f7b6e4da402705d564bc235017" integrity sha512-ol/0WzjL4NS4Kqy9VD6xXQON91xIihDT36sYCew/G/bnd1v0/4D+kahp26JauQhgFUjrdva3kRSo7URcUmQ+qw== -electron@^8.2.1: - version "8.5.3" - resolved "https://registry.yarnpkg.com/electron/-/electron-8.5.3.tgz#f7abb8f5350fa54ac14df6ca24e9b6aec2ef1498" - integrity sha512-cDozmnx6GUNpe9E/pkxeNZq78szgyM2LixlJ+Sov+SzYjXwzTdBfiWuELLkw047ucWvaDFCv5QuYGMmyjJPk7g== +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"