From c8227845bdf71d106d99889991367a0a593fb725 Mon Sep 17 00:00:00 2001 From: renovate Date: Thu, 25 Nov 2021 19:56:50 +0000 Subject: [PATCH] chore(deps): update dependency electron to v16.0.2 (#69) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [electron](https://github.com/electron/electron) | devDependencies | patch | [`16.0.1` -> `16.0.2`](https://renovatebot.com/diffs/npm/electron/16.0.1/16.0.2) | --- ### Release Notes
electron/electron ### [`v16.0.2`](https://github.com/electron/electron/releases/v16.0.2) [Compare Source](https://github.com/electron/electron/compare/v16.0.1...v16.0.2) ### Release Notes for v16.0.2 #### Fixes - Fixed a potential issue when setting backgroundColor on `BrowserView`s. [#​31947](https://github.com/electron/electron/pull/31947) (Also in [14](https://github.com/electron/electron/pull/31945), [15](https://github.com/electron/electron/pull/31946), [17](https://github.com/electron/electron/pull/31948)) - Fixed console windows from ELECTRON_RUN_AS_NODE instances. [#​31973](https://github.com/electron/electron/pull/31973) (Also in [17](https://github.com/electron/electron/pull/31972)) #### Other Changes - Updated Chromium to 96.0.4664.55. [#​31909](https://github.com/electron/electron/pull/31909)
--- ### Configuration 📅 **Schedule**: At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] If you want to rebase/retry this PR, check this box. --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). Reviewed-on: https://kolaente.dev/vikunja/desktop/pulls/69 Co-authored-by: renovate Co-committed-by: renovate --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 2be9847..dd7a2e9 100644 --- a/package.json +++ b/package.json @@ -51,7 +51,7 @@ } }, "devDependencies": { - "electron": "16.0.1", + "electron": "16.0.2", "electron-builder": "22.14.5" }, "dependencies": { diff --git a/yarn.lock b/yarn.lock index 3f8b1d2..d9e1f06 100644 --- a/yarn.lock +++ b/yarn.lock @@ -847,10 +847,10 @@ electron-publish@22.14.5: lazy-val "^1.0.5" mime "^2.5.2" -electron@16.0.1: - version "16.0.1" - resolved "https://registry.yarnpkg.com/electron/-/electron-16.0.1.tgz#34c0946bd6b6fa8de5181338a04cb690611f140c" - integrity sha512-6TSDBcoKGgmKL/+W+LyaXidRVeRl1V4I81ZOWcqsVksdTMfM4AlxTgfaoYdK/nUhqBrUtuPDcqOyJE6Bc4qMpw== +electron@16.0.2: + version "16.0.2" + resolved "https://registry.yarnpkg.com/electron/-/electron-16.0.2.tgz#6d0ae3152c410478dfffdbf80852a3840679b8c5" + integrity sha512-kT746yVMztrP4BbT3nrFNcUcfgFu2yelUw6TWBVTy0pju+fBISaqcvoiMrq+8U0vRpoXSu2MJYygOf4T0Det7g== dependencies: "@electron/get" "^1.13.0" "@types/node" "^14.6.2"