From cced2638207724b933bb6660628d12b6213f71ec Mon Sep 17 00:00:00 2001 From: Vijay Raghavan Aravamudhan Date: Wed, 28 Apr 2021 17:59:30 +0530 Subject: Upgraded electron to '11.4.4' (#1312) --- README.md | 2 +- package-lock.json | 6 +++--- package.json | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 867b42ce1..1b563d59c 100644 --- a/README.md +++ b/README.md @@ -195,7 +195,7 @@ If you use an AUR Helper e.g. yay, simply install it via `yay -S ferdi`. - [x] Adds Ferdi as a Flatpak on Flathub ([#323](https://github.com/getferdi/ferdi/issues/323)), 💖 [@lhw](https://github.com/lhw) ### Adds internal changes -- [x] Upgrades to Electron 11.4.3 +- [x] Upgrades to Electron 11.4.4 - [x] Switches to [`electron-spellchecker`](https://github.com/electron-userland/electron-spellchecker) to improve application size - [x] Minifies build files to improve app size - [x] Adds "npm run prepare-code" command for development to lint and beautify code diff --git a/package-lock.json b/package-lock.json index eb6f10542..7b84829b2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11862,9 +11862,9 @@ } }, "electron": { - "version": "11.4.3", - "resolved": "https://registry.npmjs.org/electron/-/electron-11.4.3.tgz", - "integrity": "sha512-RhCWJqiYK5oIRGOheilhg/nngCgk0fPgaf00KvbxorlvFZAz8OeMT5ShCpVsMSoyYhk4XEnn4orRly5ltaFYJg==", + "version": "11.4.4", + "resolved": "https://registry.npmjs.org/electron/-/electron-11.4.4.tgz", + "integrity": "sha512-m52nF85VADCmL9DpzJfgmkvc9fNiGZPYwptv/4fTYrYhAMiO+hmClGMXncCoSAzoULQjl+f+0b9CY4yd6nRFlQ==", "dev": true, "requires": { "@electron/get": "^1.0.1", diff --git a/package.json b/package.json index b5bf6ac0e..2eafe780e 100644 --- a/package.json +++ b/package.json @@ -162,7 +162,7 @@ "cross-env": "^5.0.5", "cz-conventional-changelog": "2.1.0", "dotenv": "^4.0.0", - "electron": "^11.4.3", + "electron": "11.4.4", "electron-builder": "^22.10", "electron-notarize": "1.0.0", "electron-rebuild": "^2.3.5", -- cgit v1.2.3-70-g09d2