From 17cdc17829c305136162718819a9568f999f4143 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Apr 2021 18:13:06 +0000 Subject: [PATCH] Bump electron from 8.5.3 to 9.4.0 Bumps [electron](https://github.com/electron/electron) from 8.5.3 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.5.3...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 f73254c..d397c76 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": "^9.4.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..a11b6d4 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@^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"