Electron v13.5.2

npm
npm install --save-dev electron@13.5.2
yarn
yarn add --dev electron@13.5.2
Google ChromeChromium
91.0.4472.164
Node.jsNode.js
14.16.0
V8V8
9.1.269.39

Release Notes

Fixes

  • Fixed an potential crash in WebContents::MessageTo when a render frame has been destroyed. #31335 (Also in 14, 15, 16)

  • Fixed navigator.serial.getPorts() to return previously selected ports. #31190 (Also in 12)

  • Removed expired DST Root CA X3 from the bundled trust store. #31220 (Also in 12)

Other Changes

  • Security: backported fix for CVE-2021-37967. #31243

  • Security: backported fix for CVE-2021-37968. #31246

  • Security: backported fix for CVE-2021-37970. #31240

  • Security: backported fix for CVE-2021-37975. #31228

  • Security: backported fix for CVE-2021-37976. #31231

  • Security: backported fix for CVE-2021-37978. #31363

  • Security: backported fix for CVE-2021-37979. #31359

  • Security: backported fix for CVE-2021-37980. #31365

  • Security: backported fix for chromium:1248665. #31236