From 26a57e6a830f716aa66a3286e3eab65b2a61798d Mon Sep 17 00:00:00 2001 From: Vijay Aravamudhan Date: Fri, 15 Oct 2021 05:43:28 +0530 Subject: chore: upgrade 'electron' to '15.2.0' (#2073) --- README.md | 2 +- package-lock.json | 12 ++++++------ package.json | 2 +- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index c0399ec10..84c2875ef 100644 --- a/README.md +++ b/README.md @@ -227,7 +227,7 @@ If you use an AUR Helper, e.g. yay, install it via `yay -S ferdi`. ### Adds internal changes -- [x] Upgrades to Electron 15.1.2 +- [x] Upgrades to Electron 15.2.0 - [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 d8a5a05a8..99138381b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13971,9 +13971,9 @@ } }, "electron": { - "version": "15.1.2", - "resolved": "https://registry.npmjs.org/electron/-/electron-15.1.2.tgz", - "integrity": "sha512-cU5x1ZvhwcTtzClJrsxqbvCocs40uhuXcdXbXFMpe6XnbnjruTbwrB2V0OxN01pStDrYihnfKo2yhfEvhO3zmw==", + "version": "15.2.0", + "resolved": "https://registry.npmjs.org/electron/-/electron-15.2.0.tgz", + "integrity": "sha512-kg0JdlsVbJgD/hO/A7o9VH8U44pQWkIsyt/sALxH6g8CiHQxMujLn2JfB2gyUfHXPT7m8vD4Z+CurS2KodEsWw==", "dev": true, "requires": { "@electron/get": "^1.13.0", @@ -17092,9 +17092,9 @@ }, "dependencies": { "core-js": { - "version": "3.18.2", - "resolved": "https://registry.npmjs.org/core-js/-/core-js-3.18.2.tgz", - "integrity": "sha512-zNhPOUoSgoizoSQFdX1MeZO16ORRb9FFQLts8gSYbZU5FcgXhp24iMWMxnOQo5uIaIG7/6FA/IqJPwev1o9ZXQ==", + "version": "3.18.3", + "resolved": "https://registry.npmjs.org/core-js/-/core-js-3.18.3.tgz", + "integrity": "sha512-tReEhtMReZaPFVw7dajMx0vlsz3oOb8ajgPoHVYGxr8ErnZ6PcYEvvmjGmXlfpnxpkYSdOQttjB+MvVbCGfvLw==", "dev": true, "optional": true } diff --git a/package.json b/package.json index bde226adf..d5bd9a50d 100644 --- a/package.json +++ b/package.json @@ -162,7 +162,7 @@ "cross-env": "7.0.3", "cz-conventional-changelog": "3.3.0", "dotenv": "10.0.0", - "electron": "15.1.2", + "electron": "15.2.0", "electron-builder": "22.14.5", "electron-notarize": "1.1.0", "eslint": "7.32.0", -- cgit v1.2.3-70-g09d2