diff --git a/app/npm-shrinkwrap.json b/app/npm-shrinkwrap.json index 2825e98..b3dadb9 100644 --- a/app/npm-shrinkwrap.json +++ b/app/npm-shrinkwrap.json @@ -17,7 +17,7 @@ "source-map-support": "^0.5.19" }, "devDependencies": { - "electron": "^16.0.6" + "electron": "^16.0.8" } }, "node_modules/@electron/get": { diff --git a/app/package.json b/app/package.json index 502eca9..6cf98ac 100644 --- a/app/package.json +++ b/app/package.json @@ -20,6 +20,6 @@ "source-map-support": "^0.5.19" }, "devDependencies": { - "electron": "^16.0.6" + "electron": "^16.0.8" } } diff --git a/src/constants.ts b/src/constants.ts index 8e84012..b1bd897 100644 --- a/src/constants.ts +++ b/src/constants.ts @@ -4,13 +4,13 @@ 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 = '16.0.6'; +export const DEFAULT_ELECTRON_VERSION = '16.0.8'; // https://atom.io/download/atom-shell/index.json export const DEFAULT_CHROME_VERSION = '96.0.4664.110'; // Update each of these periodically // https://product-details.mozilla.org/1.0/firefox_versions.json -export const DEFAULT_FIREFOX_VERSION = '95.0.2'; +export const DEFAULT_FIREFOX_VERSION = '96.0.3'; // https://en.wikipedia.org/wiki/Safari_version_history export const DEFAULT_SAFARI_VERSION = {