Electron v37.2.3

Latest Stable
npm
npm install --save-dev electron@37.2.3
yarn
yarn add --dev electron@37.2.3
Google ChromeChromium
138.0.7204.100
Node.jsNode.js
22.17.0
V8V8
13.8.500258

Release Notes

Fixes

  • Fixed a child process crash on macOS when the running application is replaced with one that has a newer implementation triggering the sandbox. #47784 (Also in 38)

  • Fixed a crash when adding the -electron-corner-smoothing CSS rule to a stylesheet with no associated document. #47792

  • Fixed an issue where require('node:sqlite') didn't work. #47756 (Also in 36, 38)