chore(deps): update dependency electron to v18.2.2 (#93)

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

<details>
<summary>electron/electron</summary>

### [`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. [#&#8203;34161](https://github.com/electron/electron/pull/34161) <span style="font-size:small;">(Also in [19](https://github.com/electron/electron/pull/34160))</span>
-   Fixed an OSR crash happening when input select items were rendered. [#&#8203;34092](https://github.com/electron/electron/pull/34092) <span style="font-size:small;">(Also in [17](https://github.com/electron/electron/pull/34091), [19](https://github.com/electron/electron/pull/34093))</span>
-   Fixed an issue where calling `SetLoginItemSettings()` could potentially cause network volumes to be incorrectly mounted. [#&#8203;34106](https://github.com/electron/electron/pull/34106) <span style="font-size:small;">(Also in [17](https://github.com/electron/electron/pull/34107), [19](https://github.com/electron/electron/pull/34108))</span>
-   Fixed crash on startup due to missing gtk symbol on older distros. [#&#8203;34150](https://github.com/electron/electron/pull/34150) <span style="font-size:small;">(Also in [19](https://github.com/electron/electron/pull/34151))</span>

#### Other Changes

-   Backported fix for CVE-2022-1485. [#&#8203;34052](https://github.com/electron/electron/pull/34052)
-   Backported fix for CVE-2022-1497. [#&#8203;34072](https://github.com/electron/electron/pull/34072)

</details>

---

### 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.

---

 - [ ] <!-- rebase-check -->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: vikunja/desktop#93
Co-authored-by: renovate <renovatebot@kolaente.de>
Co-committed-by: renovate <renovatebot@kolaente.de>
This commit is contained in:
renovate 2022-05-11 05:39:08 +00:00 committed by konrad
parent c6c3487d90
commit 58fe840f29
2 changed files with 5 additions and 5 deletions

View File

@ -51,7 +51,7 @@
}
},
"devDependencies": {
"electron": "18.2.0",
"electron": "18.2.2",
"electron-builder": "23.0.3"
},
"dependencies": {

View File

@ -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"