chore(deps): update dependency electron to v23.1.4 (#142)
continuous-integration/drone/push Build is passing Details

This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [electron](https://github.com/electron/electron) | devDependencies | patch | [`23.1.3` -> `23.1.4`](https://renovatebot.com/diffs/npm/electron/23.1.3/23.1.4) |

---

### Release Notes

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

### [`v23.1.4`](https://github.com/electron/electron/releases/tag/v23.1.4): electron v23.1.4

[Compare Source](https://github.com/electron/electron/compare/v23.1.3...v23.1.4)

### Release Notes for v23.1.4

#### Fixes

-   Fixed an issue where unhandled rejections could cause duplicate logs in some cases. [#&#8203;37501](https://github.com/electron/electron/pull/37501) <span style="font-size:small;">(Also in [22](https://github.com/electron/electron/pull/37502), [24](https://github.com/electron/electron/pull/37500))</span>

#### Other Changes

-   Updated Chromium to 110.0.5481.192. [#&#8203;37533](https://github.com/electron/electron/pull/37533)

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - 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, check this box

---

This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNC4xNTcuMCIsInVwZGF0ZWRJblZlciI6IjM0LjE1Ny4wIn0=-->

Reviewed-on: #142
Co-authored-by: renovate <renovatebot@kolaente.de>
Co-committed-by: renovate <renovatebot@kolaente.de>
This commit is contained in:
renovate 2023-03-16 05:45:49 +00:00 committed by konrad
parent 3c1feb2606
commit 542d39d4a4
2 changed files with 5 additions and 5 deletions

View File

@ -51,7 +51,7 @@
}
},
"devDependencies": {
"electron": "23.1.3",
"electron": "23.1.4",
"electron-builder": "23.6.0"
},
"dependencies": {

View File

@ -794,10 +794,10 @@ electron-publish@23.6.0:
lazy-val "^1.0.5"
mime "^2.5.2"
electron@23.1.3:
version "23.1.3"
resolved "https://registry.yarnpkg.com/electron/-/electron-23.1.3.tgz#42efdb98443a51db38bb0b627ec6788b1a64b92d"
integrity sha512-MNjuUS2K6/OxlJ0zTC77djo1R3xM038v1kUunvNFgDMZHYKpSOzOMNsPiwM2BGp+uZbkUb0nTnYafxXrM8H16w==
electron@23.1.4:
version "23.1.4"
resolved "https://registry.yarnpkg.com/electron/-/electron-23.1.4.tgz#8e386a6e2d4f1028c77b5a0926abc8a23509db53"
integrity sha512-3Z6CpAPdhv6haYX9DTO7k0l6uAUreZM3/EngQYqGN3Gz7Fp0DPb/egt8BwR3ClG/jTlQM+PQ+5WkTK0eMjm07A==
dependencies:
"@electron/get" "^2.0.0"
"@types/node" "^16.11.26"