Electron v17.4.4

npm
npm install --save-dev electron@17.4.4
yarn
yarn add --dev electron@17.4.4
Google ChromeChromium
98.0.4758.141
Node.jsNode.js
16.13.0
V8V8
9.8.177.13

Release Notes

Fixes

  • Fixed an OSR crash happening when input select items were rendered. #34091 (Also in 18, 19)

  • Fixed an issue where calling SetLoginItemSettings() could potentially cause network volumes to be incorrectly mounted. #34107 (Also in 18, 19)

Other Changes

  • Backported fix for CVE-2022-1477. #34012

  • Backported fix for CVE-2022-1497. #34073

  • Fixed 32-bit native module builds with node-gyp >= 9.0.0. #34136 (Also in 16)