From 46029b15e7aaa152ede79bdffd5adba07d144c5d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 5 Sep 2024 13:43:54 +0000 Subject: [PATCH] chore(deps-dev): bump electron from 31.4.0 to 32.0.2 Bumps [electron](https://github.com/electron/electron) from 31.4.0 to 32.0.2. - [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/v31.4.0...v32.0.2) --- updated-dependencies: - dependency-name: electron dependency-type: direct:development update-type: version-update:semver-major ... 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 f937307..eb778b4 100644 --- a/package.json +++ b/package.json @@ -71,7 +71,7 @@ "@vue/eslint-config-typescript": "^12.0.0", "@vuepress/plugin-google-analytics": "^1.8.0", "ci-info": "^4.0.0", - "electron": "^31.0.0", + "electron": "^32.0.2", "electron-devtools-installer": "^3.1.0", "electron-playwright-helpers": "^1.5.5", "eslint": "^8.56.0", diff --git a/yarn.lock b/yarn.lock index a8666c2..b4221a5 100644 --- a/yarn.lock +++ b/yarn.lock @@ -6667,10 +6667,10 @@ electron-to-chromium@^1.4.668: resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.4.738.tgz#9a7fca98abaee61e20c9c25013d5ce60bb533436" integrity sha512-lwKft2CLFztD+vEIpesrOtCrko/TFnEJlHFdRhazU7Y/jx5qc4cqsocfVrBg4So4gGe9lvxnbLIoev47WMpg+A== -electron@^31.0.0: - version "31.4.0" - resolved "https://registry.yarnpkg.com/electron/-/electron-31.4.0.tgz#fd55fd882117b09fd68b2d182c8fda2dbb7ef454" - integrity sha512-YTwKoAA+nrJMlI1TTHnIXLYWoQLKnhbkz0qxZcI7Hadcy0UaFMFs9xzwvH2MnrRpVJy7RKo49kVGuvSdRl8zMA== +electron@^32.0.2: + version "32.0.2" + resolved "https://registry.yarnpkg.com/electron/-/electron-32.0.2.tgz#ea0682fa719dfc2f91b026a54bab2fd25a9a9324" + integrity sha512-nmZblq8wW3HZ17MAyaUuiMI9Mb0Cgc7UR3To85h/rVopbfyF5s34NxtK4gvyRfYPxpDGP4k+HoQIPniPPrdE3w== dependencies: "@electron/get" "^2.0.0" "@types/node" "^20.9.0"