Electron v28.2.9
npm
npm install --save-dev electron@28.2.9
yarn
yarn add --dev electron@28.2.9
Release Notes
Fixes
Fixed
shell.showItemInFoldernot opening Windows Explorer if the passed path contains forward slashes. #41670 (Also in 29, 30)Fixed an issue where the
serial-port-addedevent improperly respected filters set byserial.requestPort(). #41637 (Also in 29, 30)
Other Changes
Security: backported fix for CVE-2024-2625. #41632