From 006000fe7658a939788517eb714ec41e22d19b8f Mon Sep 17 00:00:00 2001 From: Vijay A Date: Wed, 26 May 2021 21:24:46 +0530 Subject: Upgraded electron to '13.0.1'. --- 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 687f454ee..b80e73c31 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 13.0.0 +- [x] Upgrades to Electron 13.0.1 - [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 11256f0ed..10866aa6f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14963,9 +14963,9 @@ } }, "electron": { - "version": "13.0.0", - "resolved": "https://registry.npmjs.org/electron/-/electron-13.0.0.tgz", - "integrity": "sha512-5SgpU7BgR4DJM1TPuZmKQ89A0AMN9vq7J7OfJebbHjsAuYP+rmJwosVna/RpLYFBuQNM90gnny5sffYGDZFQ4w==", + "version": "13.0.1", + "resolved": "https://registry.npmjs.org/electron/-/electron-13.0.1.tgz", + "integrity": "sha512-ds1cf0m46nStil0jbM2r9W/p+Kprdq22+2MikIUqEu69eGl1c86IinQVrpmJ9bR4RshDSF4j3uD32a0bsHDMnQ==", "dev": true, "requires": { "@electron/get": "^1.0.1", @@ -19642,9 +19642,9 @@ }, "dependencies": { "core-js": { - "version": "3.12.1", - "resolved": "https://registry.npmjs.org/core-js/-/core-js-3.12.1.tgz", - "integrity": "sha512-Ne9DKPHTObRuB09Dru5AjwKjY4cJHVGu+y5f7coGn1E9Grkc3p2iBwE9AI/nJzsE29mQF7oq+mhYYRqOMFN1Bw==", + "version": "3.13.0", + "resolved": "https://registry.npmjs.org/core-js/-/core-js-3.13.0.tgz", + "integrity": "sha512-iWDbiyha1M5vFwPFmQnvRv+tJzGbFAm6XimJUT0NgHYW3xZEs1SkCAcasWSVFxpI2Xb/V1DDJckq3v90+bQnog==", "dev": true, "optional": true }, diff --git a/package.json b/package.json index 12739eedf..99d30f19d 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": "13.0.0", + "electron": "13.0.1", "electron-builder": "22.11.3", "electron-notarize": "1.0.0", "electron-rebuild": "2.3.5", -- cgit v1.2.3-70-g09d2