Electron v17.4.5

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

Release Notes

Fixes

  • Fixed a crash when calling loadExtension on an extension directory that's missing a manifest file. #34193 (Also in 16)

  • Fixed an issue where tray items wouldn't highlight in some scenarios on macOS. #34206 (Also in 16, 18, 19)

  • SIGUSR1 is no longer handled when the node_cli_inspect fuse is disabled. #34181 (Also in 16, 18)

Other Changes

  • Backported fix for CVE-2022-1637. #34228

  • Backported fix for CVE-2022-1638. #34222

  • Backported fix for CVE-2022-1639. #34199

  • Backported fix for chromium:1297283. #34232

  • Backported fix for chromium:1298867. #34229

  • Backported fix for chromium:1312563. #34225

  • Backported fix for chromium:1320614. #34203