Electron Releases - v19.1.1

npm install electron@v19.1.1
yarn add electron@v19.1.1

Release Notes

Fixes

  • Fixed an issue where DevTools could not be docked with Windows Control Overlay enabled. #35763 (Also in 20, 21)
  • Usage of safeStorage now consistently uses the correct service name on macOS regardless of timing with browser window construction. #35795 (Also in 20)

Other Changes

  • Security: backported fix chromium:1346938. #35826
  • Security: backported fix for 1348283. #35793
  • Security: backported fix for CVE-2022-3196. #35787
  • Security: backported fix for CVE-2022-3197. #35789
  • Security: backported fix for CVE-2022-3198. #35791
  • Security: backported fix for chromium:1359294,v8:12578. #35774

Documentation

  • Documentation changes: #35330