diff --git a/package.json b/package.json index cd4879d..1f6fff6 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ }, "description": "An app that lets you automatically backup to Telegram Saved Messages", "devDependencies": { - "electron": "12.0.9", + "electron": "13.1.8", "electron-builder": "latest" }, "homepage": "https://teledrive.khushrajrathod.com", @@ -34,5 +34,5 @@ "start": "electron .", "vercel-build": "rm -rf website-build && cp -rf website/out website-build && (cd docs/ && yarn && yarn build)" }, - "version": "1.2.2" + "version": "1.2.3" } diff --git a/website/out/index.html b/website/out/index.html index 90e0026..5115730 100644 --- a/website/out/index.html +++ b/website/out/index.html @@ -117,7 +117,7 @@

Want to contribute?

© Khushraj Rathod 2020. All Rights Reserved.

Contact me: khushraj.rathod@gmail.com - + diff --git a/yarn.lock b/yarn.lock index d500b6a..11f1280 100644 --- a/yarn.lock +++ b/yarn.lock @@ -849,10 +849,10 @@ electron-updater@^4.3.5: lodash.isequal "^4.5.0" semver "^7.3.5" -electron@12.0.9: - version "12.0.9" - resolved "https://registry.yarnpkg.com/electron/-/electron-12.0.9.tgz#d582afa8f6fc0c429606f0961a4c89b376994823" - integrity sha512-p5aEt1tIh/PYjwN+6MHTc5HtW529XR9r4Qlj9PPcSb5ubkotSsS0BtWJoRPhDenSAN8sgHk3sbZLxXPJtdnRYA== +electron@13.1.8: + version "13.1.8" + resolved "https://registry.yarnpkg.com/electron/-/electron-13.1.8.tgz#a6def6eca7cafc7b068a8f71a069e521ba803182" + integrity sha512-ei2ZyyG81zUOlvm5Zxri668TdH5GNLY0wF+XrC2FRCqa8AABAPjJIWTRkhFEr/H6PDVPNZjMPvSs3XhHyVVk2g== dependencies: "@electron/get" "^1.0.1" "@types/node" "^14.6.2"