From f0efd2c04e835716c1f22131e8b74e0bff7d2d06 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 28 Jan 2021 20:56:07 +0000 Subject: [PATCH] Bump electron from 8.2.1 to 9.4.0 Bumps [electron](https://github.com/electron/electron) from 8.2.1 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.2.1...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 c372d36..22dd85b 100644 --- a/package.json +++ b/package.json @@ -41,7 +41,7 @@ }, "devDependencies": { "concurrently": "^5.1.0", - "electron": "^8.2.1", + "electron": "^9.4.0", "electron-builder": "^22.4.1", "wait-on": "^4.0.2" } diff --git a/yarn.lock b/yarn.lock index 0f872cf..9aaa5ea 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4118,10 +4118,10 @@ electron-to-chromium@^1.3.378: resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.3.379.tgz#81dc5e82a3e72bbb830d93e15bc35eda2bbc910e" integrity sha512-NK9DBBYEBb5f9D7zXI0hiE941gq3wkBeQmXs1ingigA/jnTg5mhwY2Z5egwA+ZI8OLGKCx0h1Cl8/xeuIBuLlg== -electron@^8.2.1: - version "8.2.1" - resolved "https://registry.yarnpkg.com/electron/-/electron-8.2.1.tgz#0341ea01272a69f4f3a2bd4cb41521adb1e4ddcf" - integrity sha512-+1PispFqjyKj3VeOPbEKEl6LYxPW41OxHgh9CGN8KeGygsKDHSZuuG9rYc+b9NeeaAl+gnV9VO2JOe7BIzXyOg== +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"