Skip to content

Commit

Permalink
Bump electron from 24.8.3 to 24.8.5 (#36)
Browse files Browse the repository at this point in the history
Bumps [electron](https://github.com/electron/electron) from 24.8.3 to
24.8.5.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/electron/electron/releases">electron's
releases</a>.</em></p>
<blockquote>
<h2>electron v24.8.5</h2>
<h1>Release Notes for v24.8.5</h1>
<h2>Other Changes</h2>
<ul>
<li>Security: backported fix for CVE-2023-5217. <a
href="https://redirect.github.com/electron/electron/pull/40025">#40025</a></li>
</ul>
<h2>electron v24.8.4</h2>
<h1>Release Notes for v24.8.4</h1>
<h2>Fixes</h2>
<ul>
<li>Fixed a redundant permission popup while fetching screens and
windows using <code>desktopCapturer.getSources()</code> on Wayland. <a
href="https://redirect.github.com/electron/electron/pull/39711">#39711</a>
<!-- raw HTML omitted -->(Also in <a
href="https://redirect.github.com/electron/electron/pull/39710">25</a>,
<a
href="https://redirect.github.com/electron/electron/pull/39189">26</a>)<!--
raw HTML omitted --></li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/electron/electron/commit/543f7c3fdb9f421bced694765aa24a914c34e4a6"><code>543f7c3</code></a>
chore: cherry-pick 3fbd1dca6a4d from libvpx (<a
href="https://redirect.github.com/electron/electron/issues/40025">#40025</a>)</li>
<li><a
href="https://github.com/electron/electron/commit/e51dee4e81e607da273d01809651adef031f91d6"><code>e51dee4</code></a>
fix: use generic capturer to list both screens and windows when possible
(<a
href="https://redirect.github.com/electron/electron/issues/39">#39</a>...</li>
<li><a
href="https://github.com/electron/electron/commit/384f44d0421b8890f801e146ab41d0e995b811b2"><code>384f44d</code></a>
ci: fix linux builds of forks (<a
href="https://redirect.github.com/electron/electron/issues/39942">#39942</a>)</li>
<li><a
href="https://github.com/electron/electron/commit/edb117a23943034b357f8ac4a4333d479e961afb"><code>edb117a</code></a>
build: use afs on aks instead of circle cache (<a
href="https://redirect.github.com/electron/electron/issues/39913">#39913</a>)</li>
<li><a
href="https://github.com/electron/electron/commit/3f864b28a071355ee1fa56f5bec707bc69249794"><code>3f864b2</code></a>
build: fixup autoninja (<a
href="https://redirect.github.com/electron/electron/issues/39901">#39901</a>)</li>
<li><a
href="https://github.com/electron/electron/commit/97bf8c8325ee7c97c2c3de2335a5438ee1c11967"><code>97bf8c8</code></a>
build: run on circle hosts for forks (<a
href="https://redirect.github.com/electron/electron/issues/39864">#39864</a>)</li>
<li><a
href="https://github.com/electron/electron/commit/4a9b36703bb59ae02d595d2ff8486a3c30a57cc4"><code>4a9b367</code></a>
build: use aks backed runners for linux builds (<a
href="https://redirect.github.com/electron/electron/issues/39837">#39837</a>)</li>
<li>See full diff in <a
href="https://github.com/electron/electron/compare/v24.8.3...v24.8.5">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=electron&package-manager=npm_and_yarn&previous-version=24.8.3&new-version=24.8.5)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`@dependabot rebase`.

[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@dependabot show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop
Dependabot creating any more for this major version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the
PR or upgrade to it yourself)
You can disable automated security fix PRs for this repo from the
[Security Alerts
page](https://github.com/tamiroh/obsidian-interval-timer/network/alerts).

</details>
  • Loading branch information
tamiroh authored Jan 22, 2024
2 parents 772be27 + 48d0b93 commit 15a1183
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
14 changes: 7 additions & 7 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"typescript": "4.7.4"
},
"dependencies": {
"electron": "^24.8.3",
"electron": "^24.8.5",
"moment": "^2.29.4",
"ts-pattern": "^4.2.2"
}
Expand Down

0 comments on commit 15a1183

Please sign in to comment.