From ba85aa5c45bf65a458ad6bf47c84f2ef5201b702 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 5 Oct 2023 18:37:46 +0000 Subject: [PATCH] Bump electron from 22.1.0 to 22.3.25 Bumps [electron](https://github.com/electron/electron) from 22.1.0 to 22.3.25. - [Release notes](https://github.com/electron/electron/releases) - [Changelog](https://github.com/electron/electron/blob/main/docs/breaking-changes.md) - [Commits](https://github.com/electron/electron/compare/v22.1.0...v22.3.25) --- updated-dependencies: - dependency-name: electron dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 11 ++++++++++- 2 files changed, 11 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index f8ace1b..e0cb007 100644 --- a/package.json +++ b/package.json @@ -31,7 +31,7 @@ "@typescript-eslint/eslint-plugin": "^5.49.0", "@typescript-eslint/parser": "^5.49.0", "copyfiles": "^2.4.1", - "electron": "^22.1.0", + "electron": "^22.3.25", "eslint": "^8.33.0", "typescript": "^4.9.4" }, diff --git a/yarn.lock b/yarn.lock index acf5b1d..7f61b98 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1904,7 +1904,16 @@ electron-store@^8.0.1: conf "^10.2.0" type-fest "^2.17.0" -electron@^22.1.0, electron@latest: +electron@^22.3.25: + version "22.3.25" + resolved "https://registry.yarnpkg.com/electron/-/electron-22.3.25.tgz#a9a70b63a6712c658cd7fab343129b2a78450f80" + integrity sha512-AjrP7bebMs/IPsgmyowptbA7jycTkrJC7jLZTb5JoH30PkBC6pZx/7XQ0aDok82SsmSiF4UJDOg+HoLrEBiqmg== + dependencies: + "@electron/get" "^2.0.0" + "@types/node" "^16.11.26" + extract-zip "^2.0.1" + +electron@latest: version "22.1.0" resolved "https://registry.yarnpkg.com/electron/-/electron-22.1.0.tgz#b1636d25420d152d82c2558c799b91960fa1b0c5" integrity sha512-wz5s4N6V7zyKm4YQmXJImFoxO1Doai32ShYm0FzOLPBMwLMdQBV+REY+j1opRx0KJ9xJEIdjYgcA8OSw6vx3pA==