From 3a122a9e6240212782e58eae803ef1f9ac593bec Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Oct 2023 08:16:06 +0000 Subject: [PATCH] Bump electron from 22.3.24 to 22.3.25 Bumps [electron](https://github.com/electron/electron) from 22.3.24 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.3.24...v22.3.25) --- updated-dependencies: - dependency-name: electron dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 8e809c7b..d637ad11 100644 --- a/package.json +++ b/package.json @@ -150,7 +150,7 @@ "css-loader": "^6.7.3", "del": "^6.1.1", "devtron": "^1.4.0", - "electron": "22.3.24", + "electron": "22.3.25", "electron-builder": "23.6.0", "electron-debug": "^3.2.0", "electron-devtools-installer": "^3.2.0", diff --git a/yarn.lock b/yarn.lock index 75f80ec6..d83352f0 100644 --- a/yarn.lock +++ b/yarn.lock @@ -5093,10 +5093,10 @@ electron-windows-store@^2.1.0: multiline "^2.0.0" path-exists "^3.0.0" -electron@22.3.24: - version "22.3.24" - resolved "https://registry.yarnpkg.com/electron/-/electron-22.3.24.tgz#14479cf11cf4709f78d324015429fa82492c2150" - integrity sha512-wnGsShoRVk1Jmgr7h/jZK9bI5UwMF88sdQ5c8z2j2N8B9elhF/jKDFjwDXUrY1Y0xzAskOP0tYIDE+UbUM4byQ== +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"