From 58fe840f298dfb16b8ed03fef38e5988f58b43af Mon Sep 17 00:00:00 2001 From: renovate Date: Wed, 11 May 2022 05:39:08 +0000 Subject: [PATCH] chore(deps): update dependency electron to v18.2.2 (#93) 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 | [`18.2.0` -> `18.2.2`](https://renovatebot.com/diffs/npm/electron/18.2.0/18.2.2) | --- ### Release Notes
electron/electron ### [`v18.2.2`](https://github.com/electron/electron/releases/v18.2.2) [Compare Source](https://github.com/electron/electron/compare/v18.2.0...v18.2.2) ### Release Notes for v18.2.2 #### Fixes - Fixed a crash on Windows when opening apps in multiple, separate user sessions. [#​34161](https://github.com/electron/electron/pull/34161) (Also in [19](https://github.com/electron/electron/pull/34160)) - Fixed an OSR crash happening when input select items were rendered. [#​34092](https://github.com/electron/electron/pull/34092) (Also in [17](https://github.com/electron/electron/pull/34091), [19](https://github.com/electron/electron/pull/34093)) - Fixed an issue where calling `SetLoginItemSettings()` could potentially cause network volumes to be incorrectly mounted. [#​34106](https://github.com/electron/electron/pull/34106) (Also in [17](https://github.com/electron/electron/pull/34107), [19](https://github.com/electron/electron/pull/34108)) - Fixed crash on startup due to missing gtk symbol on older distros. [#​34150](https://github.com/electron/electron/pull/34150) (Also in [19](https://github.com/electron/electron/pull/34151)) #### Other Changes - Backported fix for CVE-2022-1485. [#​34052](https://github.com/electron/electron/pull/34052) - Backported fix for CVE-2022-1497. [#​34072](https://github.com/electron/electron/pull/34072)
--- ### 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, click this checkbox. --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). Reviewed-on: https://kolaente.dev/vikunja/desktop/pulls/93 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 31cb8f8..a904bd0 100644 --- a/package.json +++ b/package.json @@ -51,7 +51,7 @@ } }, "devDependencies": { - "electron": "18.2.0", + "electron": "18.2.2", "electron-builder": "23.0.3" }, "dependencies": { diff --git a/yarn.lock b/yarn.lock index 7119241..89cdf48 100644 --- a/yarn.lock +++ b/yarn.lock @@ -870,10 +870,10 @@ electron-publish@23.0.2: lazy-val "^1.0.5" mime "^2.5.2" -electron@18.2.0: - version "18.2.0" - resolved "https://registry.yarnpkg.com/electron/-/electron-18.2.0.tgz#a0cbf8d5d1a1e9d1c195d86cd6937e721ed60fec" - integrity sha512-AN+CKalzA57beuvuI90PVgW/yj6zjw7rpb1h8FvIwBJ3toDC3x0Plfzbzh4Ondecbjci7pSg/NA5ngOk804WIQ== +electron@18.2.2: + version "18.2.2" + resolved "https://registry.yarnpkg.com/electron/-/electron-18.2.2.tgz#5b1cd0efb14302fe3b658ec88f5624c1e9c3e1b4" + integrity sha512-o9/9+ntxZ0RoVtllH1e9FDLiCLVg00EO8AJZoCR1cVt7l7AVpRgynZdSczaUtTb9XJpWv7U02R6hoWALl55opQ== dependencies: "@electron/get" "^1.13.0" "@types/node" "^16.11.26"