From 97df52da83e7dafaf77fff5049042c1605e5fdf6 Mon Sep 17 00:00:00 2001 From: Vijay A Date: Thu, 20 May 2021 06:44:08 +0530 Subject: Upgraded electron to '12.0.9' and also registered newer changes in 'recipes' subnodule. --- README.md | 2 +- package-lock.json | 12 ++++++------ package.json | 2 +- recipes | 2 +- 4 files changed, 9 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 2992adb64..40abec26d 100644 --- a/README.md +++ b/README.md @@ -211,7 +211,7 @@ If you use an AUR Helper e.g. yay, simply install it via `yay -S ferdi`. ### Adds internal changes -- [x] Upgrades to Electron 12.0.8 +- [x] Upgrades to Electron 12.0.9 - [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 6076540ad..6b1ae4c1c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14958,9 +14958,9 @@ } }, "electron": { - "version": "12.0.8", - "resolved": "https://registry.npmjs.org/electron/-/electron-12.0.8.tgz", - "integrity": "sha512-bN2wYNnnma7ugBsiwysO1LI6oTTV1lDHOXuWip+OGjDUiz0IiJmZ+r0gAIMMeypVohZh7AA1ftnKad7tJ8sH4A==", + "version": "12.0.9", + "resolved": "https://registry.npmjs.org/electron/-/electron-12.0.9.tgz", + "integrity": "sha512-p5aEt1tIh/PYjwN+6MHTc5HtW529XR9r4Qlj9PPcSb5ubkotSsS0BtWJoRPhDenSAN8sgHk3sbZLxXPJtdnRYA==", "dev": true, "requires": { "@electron/get": "^1.0.1", @@ -14969,9 +14969,9 @@ }, "dependencies": { "@types/node": { - "version": "14.14.45", - "resolved": "https://registry.npmjs.org/@types/node/-/node-14.14.45.tgz", - "integrity": "sha512-DssMqTV9UnnoxDWu959sDLZzfvqCF0qDNRjaWeYSui9xkFe61kKo4l1TWNTQONpuXEm+gLMRvdlzvNHBamzmEw==", + "version": "14.17.0", + "resolved": "https://registry.npmjs.org/@types/node/-/node-14.17.0.tgz", + "integrity": "sha512-w8VZUN/f7SSbvVReb9SWp6cJFevxb4/nkG65yLAya//98WgocKm5PLDAtSs5CtJJJM+kHmJjO/6mmYW4MHShZA==", "dev": true } } diff --git a/package.json b/package.json index c165abc51..1b3633dec 100644 --- a/package.json +++ b/package.json @@ -167,7 +167,7 @@ "cross-env": "^5.0.5", "cz-conventional-changelog": "^2.1.0", "dotenv": "8.6.0", - "electron": "12.0.8", + "electron": "12.0.9", "electron-builder": "22.11.3", "electron-notarize": "1.0.0", "electron-rebuild": "2.3.5", diff --git a/recipes b/recipes index 87327c1d4..cb706c0c9 160000 --- a/recipes +++ b/recipes @@ -1 +1 @@ -Subproject commit 87327c1d4184941952883fa4b5e212573b4b06a5 +Subproject commit cb706c0c901b39bcd12f2a5ef407e59e669c0d43 -- cgit v1.2.3-70-g09d2