Electron v23.2.1

npm
npm install --save-dev electron@23.2.1
yarn
yarn add --dev electron@23.2.1
Google ChromeChromium
110.0.5481.208
Node.jsNode.js
18.12.1
V8V8
11.0.226.20

Release Notes

Fixes

  • Fixed an issue where calling port.postMessage in MessagePortMain with some invalid parameters could cause a crash. #37724 (Also in 22, 24)

  • Fixed canceling of bluetooth requests when no devices are returned. #37720 (Also in 24)

Other Changes

  • Security: backported fix for CVE-2023-1213. #37708

  • Updated Chromium to 110.0.5481.208. #37645