From 24e8699a7a682dfe47694d31d1e990a4bd2153f0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Jun 2023 17:18:00 +0200 Subject: [PATCH] Bump electron from 22.3.2 to 22.3.12 (#3648) Bumps [electron](https://github.com/electron/electron) from 22.3.2 to 22.3.12. - [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.2...v22.3.12) --- updated-dependencies: - dependency-name: electron dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index a3c5273a7..9b5804293 100644 --- a/package.json +++ b/package.json @@ -89,7 +89,7 @@ "copy-webpack-plugin": "^11.0.0", "css-loader": "^6.8.1", "css-minimizer-webpack-plugin": "^5.0.0", - "electron": "^22.3.2", + "electron": "^22.3.12", "electron-builder": "^23.6.0", "eslint": "^8.42.0", "eslint-config-prettier": "^8.8.0", diff --git a/yarn.lock b/yarn.lock index 06b08a2a7..a1ae6ec0f 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3423,10 +3423,10 @@ electron-to-chromium@^1.4.411: resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.4.411.tgz#8cb7787f0442fcb4209590e9951bdb482caa93b2" integrity sha512-5VXLW4Qw89vM2WTICHua/y8v7fKGDRVa2VPOtBB9IpLvW316B+xd8yD1wTmLPY2ot/00P/qt87xdolj4aG/Lzg== -electron@^22.3.2: - version "22.3.2" - resolved "https://registry.yarnpkg.com/electron/-/electron-22.3.2.tgz#6adf34561acc23938bfbe35ae771281eaf8706f2" - integrity sha512-rcE01ammPJ9RVDF3sCETyeHiDEVxV49Ywn+wXUGiG+jGtOB6erLx5jnBTf2eSVYoTXqoIbigoxGHLq4nLMLLUg== +electron@^22.3.12: + version "22.3.12" + resolved "https://registry.yarnpkg.com/electron/-/electron-22.3.12.tgz#caebdca261ecb56dcf559facf9152a36abfe7f66" + integrity sha512-CVjR9dp4UTm4TlwoeNnkmdnCye96giyw9Ie2VLlMUnOTJur2588zaTHpdRuE3006/gdMM9lPx2jC7uBFdadmKg== dependencies: "@electron/get" "^2.0.0" "@types/node" "^16.11.26"