Electron Releases - v13.5.1

npm install electron@v13.5.1
yarn add electron@v13.5.1

Release Notes

Fixes

  • Fixed Let's Encrypt DST Root CA X3 certificate expiration. #31215 (Also in 12, 14, 15, 16)
  • Fixed an issue where BrowserView dragging behavior was inconsistent with MacOS window dragging. #31175 (Also in 14, 15, 16)
  • Fixed an issue where changes to draggable regions in a BrowserWindow incorrectly affected those in an attached BrowserView. #31197 (Also in 14, 15, 16)
  • Fixed crash in v8 due to (Check failed: !regexp_stack_->is_in_use()). #31142 (Also in 14, 15, 16)
  • Fixed media key globalShortcuts on macOS. #30568 (Also in 14, 15)

Other Changes

  • Security: backported fix for CVE-2021-37960. #31209
  • Security: backported fix for CVE-2021-37973. #31202