From 63e39ad7669a640ba49737833513e731891a75c0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 6 Oct 2020 18:42:49 +0000 Subject: [PATCH] Bump electron from 8.2.5 to 8.5.2 Bumps [electron](https://github.com/electron/electron) from 8.2.5 to 8.5.2. - [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.2.5...v8.5.2) 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 949e088..528aaa7 100644 --- a/package.json +++ b/package.json @@ -51,7 +51,7 @@ "babel-loader": "^8.1.0", "babel-plugin-transform-class-properties": "^6.24.1", "cross-spawn": "^7.0.1", - "electron": "^8.2.5", + "electron": "^8.5.2", "electron-builder": "^22.6.0", "jest": "^25.5.3", "next": "^9.3.6", diff --git a/yarn.lock b/yarn.lock index e82a129..7e85017 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3754,10 +3754,10 @@ electron-to-chromium@^1.3.322, electron-to-chromium@^1.3.413: resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.3.418.tgz#840021191f466b803a873e154113620c9f53cec6" integrity sha512-i2QrQtHes5fK/F9QGG5XacM5WKEuR322fxTYF9e8O9Gu0mc0WmjjwGpV8c7Htso6Zf2Di18lc3SIPxmMeRFBug== -electron@^8.2.5: - version "8.2.5" - resolved "https://registry.yarnpkg.com/electron/-/electron-8.2.5.tgz#ae3cb23d5517b2189fd35298e487198d65d1a291" - integrity sha512-LxSCUwmlfJtRwthd3ofpYaZ+1C2hQSW8Ep1DD9K3VbnDItO+kb3t1z35daJgAab78j54aOwo9gMxJtvU0Ftj6w== +electron@^8.5.2: + version "8.5.2" + resolved "https://registry.yarnpkg.com/electron/-/electron-8.5.2.tgz#7b0246c6676a39df0e5e384b11cfe854fe5917f0" + integrity sha512-VU+zZnmCzxoZ5UfBg2UGVm+nyxlNlQOQkotMLfk7FCtnkIOhX+sosl618OCxUWjOvPc+Mpg5MEkEmxPU5ziW4Q== dependencies: "@electron/get" "^1.0.1" "@types/node" "^12.0.12"