From 902d28034291711a751e8f85ef97ee1e36305079 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 22 May 2021 09:30:17 +0000 Subject: [PATCH] Bump electron from 12.0.2 to 12.0.9 Bumps [electron](https://github.com/electron/electron) from 12.0.2 to 12.0.9. - [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/v12.0.2...v12.0.9) 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 70e0bb0e..1bd9b712 100644 --- a/package.json +++ b/package.json @@ -255,7 +255,7 @@ "css-loader": "^5.2.5", "del": "^6.0.0", "devtron": "^1.4.0", - "electron": "12.0.2", + "electron": "12.0.9", "electron-builder": "^22.10.5", "electron-debug": "^3.2.0", "electron-devtools-installer": "^3.2.0", diff --git a/yarn.lock b/yarn.lock index fc6804cc..d01c10b0 100644 --- a/yarn.lock +++ b/yarn.lock @@ -5064,10 +5064,10 @@ electron-window-state@^5.0.3: jsonfile "^4.0.0" mkdirp "^0.5.1" -electron@12.0.2: - version "12.0.2" - resolved "https://registry.yarnpkg.com/electron/-/electron-12.0.2.tgz#d92be205f1937627bd6718aad44ac161382b4c2d" - integrity sha512-14luh9mGzfL4e0sncyy0+kW37IU7Y0Y1tvI97FDRSW0ZBQxi5cmAwSs5dmPmNBFBIGtzkaGaEB01j9RjZuCmow== +electron@12.0.9: + version "12.0.9" + resolved "https://registry.yarnpkg.com/electron/-/electron-12.0.9.tgz#d582afa8f6fc0c429606f0961a4c89b376994823" + integrity sha512-p5aEt1tIh/PYjwN+6MHTc5HtW529XR9r4Qlj9PPcSb5ubkotSsS0BtWJoRPhDenSAN8sgHk3sbZLxXPJtdnRYA== dependencies: "@electron/get" "^1.0.1" "@types/node" "^14.6.2"