diff --git a/package.json b/package.json index 1d1f32b..b526ccc 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.0", "electron-builder": "latest" }, "homepage": "https://khushrajrathod.github.io/TeleDrive", @@ -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..94904e0 100644 --- a/website/out/index.html +++ b/website/out/index.html @@ -117,7 +117,7 @@
© Khushraj Rathod 2020. All Rights Reserved.
Contact me: khushraj.rathod@gmail.com - + diff --git a/yarn.lock b/yarn.lock index d500b6a..fb08e81 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.0: + version "13.1.0" + resolved "https://registry.yarnpkg.com/electron/-/electron-13.1.0.tgz#6d960bcc0dfb8663dd511b59a697e2fad35b2b6a" + integrity sha512-ykRAaPWrVQkm2Lju4O4rMQzahNcxWLeLMrhBw8WnmIiugkvUH0MhZ85jsOTrAoQ2Zl1FC542bloKFWGSkeVjkg== dependencies: "@electron/get" "^1.0.1" "@types/node" "^14.6.2"