Electron Releases - v17.4.4

npm install electron@v17.4.4
yarn add electron@v17.4.4

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)