Bump electron from 41.0.2 to 41.1.0 (#3133)

Bumps [electron](https://github.com/electron/electron) from 41.0.2 to
41.1.0.
<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 v41.1.0</h2>
<h1>Release Notes for v41.1.0</h1>
<h2>Features</h2>
<ul>
<li>Added nativeTheme.shouldDifferentiateWithoutColor on macOS. <a
href="https://redirect.github.com/electron/electron/pull/50408">#50408</a>
<!-- raw HTML omitted -->(Also in <a
href="https://redirect.github.com/electron/electron/pull/50409">42</a>)<!--
raw HTML omitted --></li>
<li>Notes: Added support for the <code>urgency</code> option in
Notifications on Windows. <a
href="https://redirect.github.com/electron/electron/pull/50382">#50382</a>
<!-- raw HTML omitted -->(Also in <a
href="https://redirect.github.com/electron/electron/pull/50383">42</a>)<!--
raw HTML omitted --></li>
</ul>
<h2>Fixes</h2>
<ul>
<li>Fixed a bug where Windows notification icons could fail to save
because their temporary filenames contained invalid characters. <a
href="https://redirect.github.com/electron/electron/pull/50483">#50483</a>
<!-- raw HTML omitted -->(Also in <a
href="https://redirect.github.com/electron/electron/pull/50484">40</a>)<!--
raw HTML omitted --></li>
<li>Fixed a crash in <code>clipboard.readImage()</code> when the
clipboard contains malformed image data. <a
href="https://redirect.github.com/electron/electron/pull/50492">#50492</a>
<!-- raw HTML omitted -->(Also in <a
href="https://redirect.github.com/electron/electron/pull/50493">39</a>,
<a
href="https://redirect.github.com/electron/electron/pull/50491">40</a>,
<a
href="https://redirect.github.com/electron/electron/pull/50494">42</a>)<!--
raw HTML omitted --></li>
<li>Fixed a crash when calling an offscreen shared texture's
<code>release()</code> after the texture object was garbage collected.
<a
href="https://redirect.github.com/electron/electron/pull/50501">#50501</a>
<!-- raw HTML omitted -->(Also in <a
href="https://redirect.github.com/electron/electron/pull/50499">39</a>,
<a
href="https://redirect.github.com/electron/electron/pull/50500">40</a>,
<a
href="https://redirect.github.com/electron/electron/pull/50502">42</a>)<!--
raw HTML omitted --></li>
<li>Fixed an accessibility issue where the AXMenuOpened event was not
fired on menu creation. <a
href="https://redirect.github.com/electron/electron/pull/50506">#50506</a>
<!-- raw HTML omitted -->(Also in <a
href="https://redirect.github.com/electron/electron/pull/50505">40</a>,
<a
href="https://redirect.github.com/electron/electron/pull/50504">42</a>)<!--
raw HTML omitted --></li>
<li>Fixed an issue where an app shortcut may lose its icon after
auto-updating on Windows. <a
href="https://redirect.github.com/electron/electron/pull/50519">#50519</a>
<!-- raw HTML omitted -->(Also in <a
href="https://redirect.github.com/electron/electron/pull/50518">40</a>)<!--
raw HTML omitted --></li>
</ul>
<h2>Other Changes</h2>
<ul>
<li>Updated Chromium to 146.0.7680.166. <a
href="https://redirect.github.com/electron/electron/pull/50458">#50458</a></li>
</ul>
<h2>electron v41.0.4</h2>
<h1>Release Notes for v41.0.4</h1>
<h2>Fixes</h2>
<ul>
<li>Fixed crash when handling JavaScript dialogs from windows opened
with invalid or empty URLs. <a
href="https://redirect.github.com/electron/electron/pull/50399">#50399</a>
<!-- raw HTML omitted -->(Also in <a
href="https://redirect.github.com/electron/electron/pull/50400">39</a>,
<a
href="https://redirect.github.com/electron/electron/pull/50401">40</a>,
<a
href="https://redirect.github.com/electron/electron/pull/50398">42</a>)<!--
raw HTML omitted --></li>
<li>Fixed improper focus tracking in BaseWindow on MacOS. <a
href="https://redirect.github.com/electron/electron/pull/50340">#50340</a>
<!-- raw HTML omitted -->(Also in <a
href="https://redirect.github.com/electron/electron/pull/50338">39</a>,
<a
href="https://redirect.github.com/electron/electron/pull/50337">40</a>,
<a
href="https://redirect.github.com/electron/electron/pull/50339">42</a>)<!--
raw HTML omitted --></li>
<li>Fixed logic bug that rendered certain window types un-resizable on
MAS builds. <a
href="https://redirect.github.com/electron/electron/pull/50354">#50354</a>
<!-- raw HTML omitted -->(Also in <a
href="https://redirect.github.com/electron/electron/pull/50355">40</a>,
<a
href="https://redirect.github.com/electron/electron/pull/50356">42</a>)<!--
raw HTML omitted --></li>
<li>Fixed utilityProcess exit event reporting incorrect exit codes on
Windows when the exit code has the high bit. <a
href="https://redirect.github.com/electron/electron/pull/50386">#50386</a>
<!-- raw HTML omitted -->(Also in <a
href="https://redirect.github.com/electron/electron/pull/50387">40</a>,
<a
href="https://redirect.github.com/electron/electron/pull/50385">42</a>)<!--
raw HTML omitted --></li>
<li>Fixed window freeze when failing to enter/exit fullscreen on macOS.
<a
href="https://redirect.github.com/electron/electron/pull/50343">#50343</a>
<!-- raw HTML omitted -->(Also in <a
href="https://redirect.github.com/electron/electron/pull/50341">39</a>,
<a
href="https://redirect.github.com/electron/electron/pull/50344">40</a>,
<a
href="https://redirect.github.com/electron/electron/pull/50342">42</a>)<!--
raw HTML omitted --></li>
<li>Improved the appearance of shadows and borders on frameless windows
on Wayland. <a
href="https://redirect.github.com/electron/electron/pull/50213">#50213</a></li>
</ul>
<h2>Other Changes</h2>
<ul>
<li>Added support for using a proxy during yarn install. <a
href="https://redirect.github.com/electron/electron/pull/50350">#50350</a>
<!-- raw HTML omitted -->(Also in <a
href="https://redirect.github.com/electron/electron/pull/50349">39</a>,
<a
href="https://redirect.github.com/electron/electron/pull/50352">40</a>,
<a
href="https://redirect.github.com/electron/electron/pull/50351">42</a>)<!--
raw HTML omitted --></li>
<li>Updated Chromium to 146.0.7680.153. <a
href="https://redirect.github.com/electron/electron/pull/50346">#50346</a></li>
</ul>
<h2>electron v41.0.3</h2>
<h1>Release Notes for v41.0.3</h1>
<h2>Fixes</h2>
<ul>
<li>Added additional ASAR support to additional <code>fs</code> copy
methods. <a
href="https://redirect.github.com/electron/electron/pull/50286">#50286</a>
<!-- raw HTML omitted -->(Also in <a
href="https://redirect.github.com/electron/electron/pull/50284">39</a>,
<a
href="https://redirect.github.com/electron/electron/pull/50287">40</a>,
<a
href="https://redirect.github.com/electron/electron/pull/50285">42</a>)<!--
raw HTML omitted --></li>
<li>Fixed an issue where some DevTools functionality didn't work as
expected. <a
href="https://redirect.github.com/electron/electron/pull/50276">#50276</a>
<!-- raw HTML omitted -->(Also in <a
href="https://redirect.github.com/electron/electron/pull/50275">40</a>,
<a
href="https://redirect.github.com/electron/electron/pull/50274">42</a>)<!--
raw HTML omitted --></li>
<li>Fixed user resizing of transparent windows on win32 platform. <a
href="https://redirect.github.com/electron/electron/pull/50298">#50298</a>
<!-- raw HTML omitted -->(Also in <a
href="https://redirect.github.com/electron/electron/pull/50300">39</a>,
<a
href="https://redirect.github.com/electron/electron/pull/50301">40</a>,
<a
href="https://redirect.github.com/electron/electron/pull/50299">42</a>)<!--
raw HTML omitted --></li>
</ul>
<h2>Other Changes</h2>
<ul>
<li>Updated Chromium to 146.0.7680.80. <a
href="https://redirect.github.com/electron/electron/pull/50262">#50262</a></li>
</ul>
<h2>Documentation</h2>
<ul>
<li>Documentation changes: <a
href="https://redirect.github.com/electron/electron/pull/50293">#50293</a></li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="eb49ed962d"><code>eb49ed9</code></a>
fix: outdated execution path for COM activation (<a
href="https://redirect.github.com/electron/electron/issues/50519">#50519</a>)</li>
<li><a
href="7e36ac67ce"><code>7e36ac6</code></a>
chore: bump chromium to 146.0.7680.166 (41-x-y) (<a
href="https://redirect.github.com/electron/electron/issues/50458">#50458</a>)</li>
<li><a
href="cbae32aac6"><code>cbae32a</code></a>
fix: [a11y] fire AXMenuOpened event when ARIA menu is added to DOM (<a
href="https://redirect.github.com/electron/electron/issues/50506">#50506</a>)</li>
<li><a
href="880b1e08e7"><code>880b1e0</code></a>
refactor: remove dead named-window lookup from guest-window-manager (<a
href="https://redirect.github.com/electron/electron/issues/50497">#50497</a>)</li>
<li><a
href="aedea576da"><code>aedea57</code></a>
fix: hex-encode Windows notification icon temp filenames (<a
href="https://redirect.github.com/electron/electron/issues/50483">#50483</a>)</li>
<li><a
href="707541d9b2"><code>707541d</code></a>
fix: fall back to default DPI when GTK returns 0 on Linux (<a
href="https://redirect.github.com/electron/electron/issues/50489">#50489</a>)</li>
<li><a
href="3dcb641a99"><code>3dcb641</code></a>
fix: crash calling OSR shared texture release() after texture GC'd (<a
href="https://redirect.github.com/electron/electron/issues/50501">#50501</a>)</li>
<li><a
href="878a763344"><code>878a763</code></a>
fix: crash in clipboard.readImage() on malformed image data (<a
href="https://redirect.github.com/electron/electron/issues/50492">#50492</a>)</li>
<li><a
href="6a8d187105"><code>6a8d187</code></a>
feat: add accessibilityDisplayShouldDifferentiateWithoutColor on macOS
(<a
href="https://redirect.github.com/electron/electron/issues/50408">#50408</a>)</li>
<li><a
href="29622930a0"><code>2962293</code></a>
feat: support notification priority on Windows (<a
href="https://redirect.github.com/electron/electron/issues/50382">#50382</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/electron/electron/compare/v41.0.2...v41.1.0">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>
This commit is contained in:
dependabot[bot] 2026-03-31 16:36:50 -07:00 committed by GitHub
parent 6431baab73
commit fe58f5a781
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 5 additions and 5 deletions

8
package-lock.json generated
View file

@ -107,7 +107,7 @@
"@types/ws": "^8",
"@vitejs/plugin-react-swc": "4.2.3",
"@vitest/coverage-istanbul": "^3.0.9",
"electron": "^41.0.2",
"electron": "^41.1.0",
"electron-builder": "^26.8",
"electron-vite": "^5.0",
"eslint": "^9.39",
@ -14890,9 +14890,9 @@
}
},
"node_modules/electron": {
"version": "41.0.2",
"resolved": "https://registry.npmjs.org/electron/-/electron-41.0.2.tgz",
"integrity": "sha512-raotm/aO8kOs1jD8SI8ssJ7EKciQOY295AOOprl1TxW7B0At8m5Ae7qNU1xdMxofiHMR8cNEGi9PKD3U+yT/mA==",
"version": "41.1.0",
"resolved": "https://registry.npmjs.org/electron/-/electron-41.1.0.tgz",
"integrity": "sha512-0XRFyxRqetmqtkkBvV++wGbHYJ7bD++f6EgJW8y9kX4pPRagwlmKDtzqXZhKiu0DIQppm3sXxzHWK9GYP91OKQ==",
"dev": true,
"hasInstallScript": true,
"license": "MIT",

View file

@ -48,7 +48,7 @@
"@types/ws": "^8",
"@vitejs/plugin-react-swc": "4.2.3",
"@vitest/coverage-istanbul": "^3.0.9",
"electron": "^41.0.2",
"electron": "^41.1.0",
"electron-builder": "^26.8",
"electron-vite": "^5.0",
"eslint": "^9.39",