Bump to Electron 12.0.6 with security fixes

See https://github.com/electron/electron/releases/tag/v12.0.6
This commit is contained in:
Ronan Jouchet 2021-05-01 10:48:29 -04:00
parent 2774888924
commit 36a9e2d616
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@ import * as path from 'path';
export const DEFAULT_APP_NAME = 'APP';
// Update both together, and update app / package.json / devDeps / electron
export const DEFAULT_ELECTRON_VERSION = '12.0.5';
export const DEFAULT_ELECTRON_VERSION = '12.0.6';
export const DEFAULT_CHROME_VERSION = '89.0.4389.128';
export const ELECTRON_MAJOR_VERSION = parseInt(