From 713180cfac3d82db44c3971d9dad7b4b1a314bb9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 28 Jan 2021 20:58:04 +0000 Subject: [PATCH] Bump electron from 8.2.5 to 9.4.0 Bumps [electron](https://github.com/electron/electron) from 8.2.5 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.5...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 e838e7e..df51500 100644 --- a/package.json +++ b/package.json @@ -42,7 +42,7 @@ "@wessberg/rollup-plugin-ts": "^1.2.24", "chalk": "^4.0.0", "coveralls": "^3.1.0", - "electron": "^8.2.5", + "electron": "^9.4.0", "eslint": "^6.8.0", "execa": "^4.0.0", "fs-extra": "^9.0.0", diff --git a/yarn.lock b/yarn.lock index 26ae766..90cae8b 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4710,10 +4710,10 @@ electron-to-chromium@^1.3.380, electron-to-chromium@^1.3.413: resolved "https://registry.npm.taobao.org/electron-to-chromium/download/electron-to-chromium-1.3.425.tgz#96b7b5aa9115e42baf59be88d2432c9f406128c4" integrity sha1-lre1qpEV5CuvWb6I0kMsn0BhKMQ= -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@^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"