Electron v22.0.2

npm
npm install --save-dev electron@22.0.2
yarn
yarn add --dev electron@22.0.2
Google ChromeChromium
108.0.5359.179
Node.jsNode.js
16.17.1
V8V8
10.8.168.25

Release Notes

Fixes

  • Fixed an RTL issue that could happen in some locales when calling BrowserWindow.setTrafficLightPosition() on macOS. #36851 (Also in 21, 23)

  • Fixed an error when fs.readdir gets null for options. #36849 (Also in 23)

  • Fixed missing headers in libcxx_headers bundle. #36865

Other Changes

  • Security: backported fix for CVE-2023-0129. #36884

  • Updated Chromium to 108.0.5359.179. #36877