mirror of
https://github.com/Llewellynvdm/nativefier.git
synced 2024-11-05 12:57:52 +00:00
Bump default Electron to 10.1.5 (with Chromium 85.0.4183.121) (#1066)
Fixes [CVE-2020-15999](https://github.com/advisories/GHSA-pv36-h7jh-qm62) Heap overflow in the freetype library by upgrading to Electron [10.1.5](https://github.com/electron/electron/releases/tag/v10.1.5) https://github.com/electron/electron/pull/26070
This commit is contained in:
parent
43073cb3f7
commit
2c10d122f3
@ -3,8 +3,8 @@ import * as path from 'path';
|
||||
export const DEFAULT_APP_NAME = 'APP';
|
||||
|
||||
// Update both together
|
||||
export const DEFAULT_ELECTRON_VERSION = '10.1.0';
|
||||
export const DEFAULT_CHROME_VERSION = '85.0.4183.87';
|
||||
export const DEFAULT_ELECTRON_VERSION = '10.1.5';
|
||||
export const DEFAULT_CHROME_VERSION = '85.0.4183.121';
|
||||
|
||||
export const ELECTRON_MAJOR_VERSION = parseInt(
|
||||
DEFAULT_ELECTRON_VERSION.split('.')[0],
|
||||
|
Loading…
Reference in New Issue
Block a user