From 42d033a29fbc78a9970b8f59ef24d3add1f45bb4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 28 Jan 2021 19:58:19 +0000 Subject: [PATCH] Bump electron from 9.0.0 to 9.4.0 Bumps [electron](https://github.com/electron/electron) from 9.0.0 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/v9.0.0...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 dfc5008..472ba96 100644 --- a/package.json +++ b/package.json @@ -39,7 +39,7 @@ "chalk": "^4.0.0", "chalk-animation": "^1.6.0", "class.extend": "^0.9.2", - "electron": "^9.0.0", + "electron": "^9.4.0", "event-stream": "^4.0.1", "flickrapi": "^0.6.2", "gps": "^0.5.3", diff --git a/yarn.lock b/yarn.lock index 49973b8..8c3fe8a 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1534,10 +1534,10 @@ electron-to-chromium@^1.3.47: resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.3.452.tgz#ef6877702722471aa044a2429336cd450629934d" integrity sha512-IdbjgCEqDvcU/1kUQa6C49I2NZOY3SBmU9Eus7mdFdJJBqn0Lg1Epfi/T4nqVcxTNBEGhcjwMhY1EysMBsXZrw== -electron@^9.0.0: - version "9.0.0" - resolved "https://registry.yarnpkg.com/electron/-/electron-9.0.0.tgz#335cd426a8a542ad8d4c96c0c40a8668ab5527b8" - integrity sha512-JsaSQNPh+XDYkLj8APtVKTtvpb86KIG57W5OOss4TNrn8L3isC9LsCITwfnVmGIXHhvX6oY/weCtN5hAAytjVg== +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"