Skip to content

Commit 209263d

Browse files
chore(deps-dev): bump electron from 39.8.9 to 39.8.10 in the electron group across 1 directory (#329)
Bumps the electron group with 1 update in the / directory: [electron](https://github.com/electron/electron). Updates `electron` from 39.8.9 to 39.8.10 <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 v39.8.10</h2> <h1>Release Notes for v39.8.10</h1> <blockquote> <p>[!WARNING] Electron 39.x.y has reached end-of-support as per the project's <a href="https://www.electronjs.org/docs/latest/tutorial/electron-timelines#version-support-policy">support policy</a>. Developers and applications are encouraged to upgrade to a newer version of Electron.</p> </blockquote> <h2>Fixes</h2> <ul> <li>Ensured cross-origin <code>fetch()</code> and XHR are blocked for custom protocols registered with <code>supportFetchAPI: true</code> unless <code>corsEnabled: true</code> is also set; cross-origin <code>mode: 'no-cors'</code> requests now receive an opaque response. <a href="https://redirect.github.com/electron/electron/pull/51272">#51272</a> <!-- raw HTML omitted -->(Also in <a href="https://redirect.github.com/electron/electron/pull/51271">40</a>, <a href="https://redirect.github.com/electron/electron/pull/51270">41</a>, <a href="https://redirect.github.com/electron/electron/pull/51269">42</a>)<!-- raw HTML omitted --></li> <li>Fixed an issue where the Squirrel.Mac installer could resolve the target bundle path to different locations at different stages of an install. <a href="https://redirect.github.com/electron/electron/pull/50766">#50766</a> <!-- raw HTML omitted -->(Also in <a href="https://redirect.github.com/electron/electron/pull/50765">42</a>)<!-- raw HTML omitted --></li> </ul> <h2>Other Changes</h2> <ul> <li>Backported a fix for route_id validation in the GPU command buffer. <a href="https://redirect.github.com/electron/electron/pull/51327">#51327</a></li> <li>Backported security fixes for 493319454, 494158331, 493234757, 492736100, 493413432, 492668885, 496281816. <a href="https://redirect.github.com/electron/electron/pull/51257">#51257</a></li> <li>Backported several fixes in Skia, ANGLE, and WebRTC from upstream. <a href="https://redirect.github.com/electron/electron/pull/51266">#51266</a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/electron/electron/commit/d7c42ebd5cd501a0e6d9f009e232369832f92d69"><code>d7c42eb</code></a> chore: backport removal of private macOS APIs (<a href="https://redirect.github.com/electron/electron/issues/51502">#51502</a>)</li> <li><a href="https://github.com/electron/electron/commit/c76d48c5d94d4fe621befa1656b998220d016eeb"><code>c76d48c</code></a> build: replace spec dep fork with transitive resolution (<a href="https://redirect.github.com/electron/electron/issues/51490">#51490</a>)</li> <li><a href="https://github.com/electron/electron/commit/3ff23c52ab364a0afc6ab5bd7851291d3159de57"><code>3ff23c5</code></a> fix: respect iframe sandbox flags on the OpenURL navigation path (<a href="https://redirect.github.com/electron/electron/issues/51437">#51437</a>)</li> <li><a href="https://github.com/electron/electron/commit/01faabfc250801a980fc94d64608046c67fc1cd9"><code>01faabf</code></a> fix: resolve target bundle path once at start of install (<a href="https://redirect.github.com/electron/electron/issues/50766">#50766</a>)</li> <li><a href="https://github.com/electron/electron/commit/8287d59922c85ea23cf3a540cd1b49b74074853d"><code>8287d59</code></a> build(deps): bump dorny/paths-filter from 3.0.2 to 4.0.1 (<a href="https://redirect.github.com/electron/electron/issues/51409">#51409</a>)</li> <li><a href="https://github.com/electron/electron/commit/a8a79eaf61fb2a211acc2e9f568137db8b47b682"><code>a8a79ea</code></a> ci: backport secondary siso patch (<a href="https://redirect.github.com/electron/electron/issues/51390">#51390</a>)</li> <li><a href="https://github.com/electron/electron/commit/593607e9c072312c4df6b61a83b172e441fdc72f"><code>593607e</code></a> chore: cherry-pick 1 change from chromium (<a href="https://redirect.github.com/electron/electron/issues/51327">#51327</a>)</li> <li><a href="https://github.com/electron/electron/commit/aa7791ff97c9cfcb0cd5e2001f4de704bbdf59cf"><code>aa7791f</code></a> build: restrict npm tarball contents to an explicit allowlist (<a href="https://redirect.github.com/electron/electron/issues/51307">#51307</a>)</li> <li><a href="https://github.com/electron/electron/commit/5392e9a9addc157d5d18e87947deed555488b3b5"><code>5392e9a</code></a> fix: ensure corsEnabled: false protocol handlers do not work across protocols...</li> <li><a href="https://github.com/electron/electron/commit/2c24640e7b0b9c74fe9f44bce0fde138340ff4fb"><code>2c24640</code></a> fix: validate OSR frame geometry against shared-memory mapping size (39-x-y) ...</li> <li>Additional commits viewable in <a href="https://github.com/electron/electron/compare/v39.8.9...v39.8.10">compare view</a></li> </ul> </details> <br /> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 8d21b2e commit 209263d

2 files changed

Lines changed: 40 additions & 24 deletions

File tree

apps/desktop/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
"@types/react-dom": "^19.0.0",
4444
"@vitejs/plugin-react": "^5.2.0",
4545
"autoprefixer": "^10.4.20",
46-
"electron": "^39.8.9",
46+
"electron": "^39.8.10",
4747
"electron-builder": "^26.8.1",
4848
"electron-builder-squirrel-windows": "26.8.1",
4949
"electron-log": "^5",

pnpm-lock.yaml

Lines changed: 39 additions & 23 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)