From d6cb7e930b8e661dc12ab5a9e669a597ec02381e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jun 2020 12:40:47 +0000 Subject: [PATCH] Bump electron from 9.0.4 to 9.0.5 Bumps [electron](https://github.com/electron/electron) from 9.0.4 to 9.0.5. - [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.4...v9.0.5) 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 120c3054..f25506fd 100644 --- a/package.json +++ b/package.json @@ -98,7 +98,7 @@ "copy-webpack-plugin": "6.0.2", "cpy-cli": "^3.1.1", "cross-env": "7.0.2", - "electron": "^9.0.4", + "electron": "^9.0.5", "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 7ebcc254..ac497322 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3168,10 +3168,10 @@ electron-rebuild@1.11.0: spawn-rx "^3.0.0" yargs "^14.2.0" -electron@^9.0.4: - version "9.0.4" - resolved "https://registry.yarnpkg.com/electron/-/electron-9.0.4.tgz#5aa72c1576c82c19f6e087311ffe1d7b74358d25" - integrity sha512-QzkeZNAiNB7KxcdoQKSoaiVT/GQdB4Vt0/ZZOuU8tIKABAsni2I7ztiAbUzxcsnQsqEBSfChuPuDQ5A4VbbzPg== +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== dependencies: "@electron/get" "^1.0.1" "@types/node" "^12.0.12"