Electron Releases - v23.2.1

npm install electron@v23.2.1
yarn add electron@v23.2.1

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