Electron v33.3.2

npm
npm install --save-dev electron@33.3.2
yarn
yarn add --dev electron@33.3.2
Google ChromeChromium
130.0.6723.191
Node.jsNode.js
20.18.1
V8V8
13.0.245.25

Release Notes

Fixes

  • Fixed a potential crash in chrome.tabs.update(). #45303

  • Fixed an issue where drag-dropping two directories would cause getAsFileSystemHandle to never resolve. #45257 (Also in 34, 35)

  • Fixed native module compilation with gcc<= 8 and clang<=15. #45086

  • The avoidClosingConnections option for session.clearData now properly defaults to false when the dataTypes option is not set. #45207 (Also in 34)

Other Changes

  • Fixed yellow background of composition text with wayland text-input-v3. #45134

  • Security: backported fix for 384565015.

    • Security: backported fix for 379869752. #45158

  • Security: backported fix for CVE-2025-0434.

    • Security: backported fix for CVE-2025-0436.

    • Security: backported fix for CVE-2025-0437. #45219

  • Updated Chromium to 130.0.6723.191. #45150