Electron Releases - v22.3.6

npm install electron@v22.3.6
yarn add electron@v22.3.6

Release Notes

Fixes

  • Fixed recommended node-gyp version in node.h error. #37942 (Also in 23, 24, 25)
  • Security: Fixed an issue with Content-Security-Policy not being correctly enforced when sandbox: false and contextIsolation: false. (CVE-2023-23623). #37843 (Also in 24)

Other Changes

  • Fixed a memory leak in v8.serialize() when running Node.js within Electron. #37774 (Also in 23)
  • Security: backported fix for CVE-2023-1810. #37850
  • Security: backported fix for CVE-2023-1811. #37848