2
2
mirror of https://github.com/Llewellynvdm/nativefier.git synced 2024-12-23 02:28:55 +00:00

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

View File

@ -3,7 +3,7 @@ import * as path from 'path';
export const DEFAULT_APP_NAME = 'APP'; export const DEFAULT_APP_NAME = 'APP';
// Update both together, and update app / package.json / devDeps / electron // 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 DEFAULT_CHROME_VERSION = '89.0.4389.128';
export const ELECTRON_MAJOR_VERSION = parseInt( export const ELECTRON_MAJOR_VERSION = parseInt(