npm install electron@v15.4.2
yarn add electron@v15.4.2
Release Notes
Fixes
- Fixed crash in the render process on reload with pending node fs.promises. #33300 (Also in 16, 17, 18)
- Fixed drag regions on WCO windows on Windows. #33199 (Also in 16, 17, 18)
- Fixed incorrect external memory allocation tracking in nativeImage module. #33311 (Also in 16, 17, 18)
Other Changes
- Backported fix for 1283402. #33245
- Backported fix for CVE-2022-0976. #33390
- Backported fix for OSV-2021-777. #33237
- Fixed an issue where adding/removing display changes the BrowserWindow size. #33248 (Also in 14, 16, 17, 18)
- Security: backported fix for CVE-2022-0792. #33222
- Security: backported fix for CVE-2022-0806. #33242
- Security: backported fix for CVE-2022-0975. #33342
- Security: backported fix for chromium:1281908. #33185