From f720f66eb8f5af4f6beedeb6a65092cb761ed5a3 Mon Sep 17 00:00:00 2001 From: Ronan Jouchet Date: Mon, 6 Dec 2021 16:12:03 -0500 Subject: [PATCH] Bump default Electron to 13.6.3 with fixes & security fixes https://github.com/electron/electron/releases/tag/v13.6.3 --- src/constants.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/constants.ts b/src/constants.ts index 41e57b7..341cebf 100644 --- a/src/constants.ts +++ b/src/constants.ts @@ -4,7 +4,7 @@ export const DEFAULT_APP_NAME = 'APP'; // Update both DEFAULT_ELECTRON_VERSION and DEFAULT_CHROME_VERSION together, // and update app / package.json / devDeps / electron to value of DEFAULT_ELECTRON_VERSION -export const DEFAULT_ELECTRON_VERSION = '13.6.2'; +export const DEFAULT_ELECTRON_VERSION = '13.6.3'; // https://atom.io/download/atom-shell/index.json export const DEFAULT_CHROME_VERSION = '91.0.4472.164';