From bbbce7901889f71ad134e8d3165911895c457145 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Jul 2020 14:06:30 +0000 Subject: [PATCH] Bump electron from 9.0.5 to 9.1.0 Bumps [electron](https://github.com/electron/electron) from 9.0.5 to 9.1.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/v9.0.5...v9.1.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 66426eff..9afd3152 100644 --- a/package.json +++ b/package.json @@ -98,7 +98,7 @@ "copy-webpack-plugin": "6.0.3", "cpy-cli": "^3.1.1", "cross-env": "7.0.2", - "electron": "^9.0.5", + "electron": "^9.1.0", "electron-builder": "22.7.0", "electron-builder-squirrel-windows": "22.7.0", "electron-devtools-installer": "3.1.0", diff --git a/yarn.lock b/yarn.lock index 7b6b5caa..94a31a99 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3230,10 +3230,10 @@ electron-rebuild@1.11.0: spawn-rx "^3.0.0" yargs "^14.2.0" -electron@^9.0.5: - version "9.0.5" - resolved "https://registry.yarnpkg.com/electron/-/electron-9.0.5.tgz#189ee117cc2a2777cccf40fae0766acec5faae57" - integrity sha512-bnL9H48LuQ250DML8xUscsKiuSu+xv5umXbpBXYJ0BfvYVmFfNbG3jCfhrsH7aP6UcQKVxOG1R/oQExd0EFneQ== +electron@^9.1.0: + version "9.1.0" + resolved "https://registry.yarnpkg.com/electron/-/electron-9.1.0.tgz#ca77600c9e4cd591298c340e013384114d3d8d05" + integrity sha512-VRAF8KX1m0py9I9sf0kw1kWfeC87mlscfFcbcRdLBsNJ44/GrJhi3+E8rKbpHUeZNQxsPaVA5Zu5Lxb6dV/scQ== dependencies: "@electron/get" "^1.0.1" "@types/node" "^12.0.12"