From 9e405fe3c8fc3035a8f36d8964bf3e3edcb7dcde Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 13 Sep 2024 18:14:27 -0700 Subject: [PATCH] Bump electron from 32.0.2 to 32.1.0 in the electron group (#380) Bumps the electron group with 1 update: [electron](https://github.com/electron/electron). Updates `electron` from 32.0.2 to 32.1.0
Release notes

Sourced from electron's releases.

electron v32.1.0

Release Notes for v32.1.0

Features

Fixes

Other Changes

Commits

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=electron&package-manager=npm_and_yarn&previous-version=32.0.2&new-version=32.1.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) ---
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) - `@dependabot ignore minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) - `@dependabot ignore ` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) - `@dependabot unignore ` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore ` will remove the ignore condition of the specified dependency and ignore conditions
Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package.json | 2 +- yarn.lock | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index 0119b1d67..460b46961 100644 --- a/package.json +++ b/package.json @@ -52,7 +52,7 @@ "@types/uuid": "^10.0.0", "@vitejs/plugin-react-swc": "^3.7.0", "@vitest/coverage-istanbul": "^2.1.1", - "electron": "^32.0.2", + "electron": "^32.1.0", "electron-builder": "^25.0.5", "electron-vite": "^2.3.0", "eslint": "^9.10.0", diff --git a/yarn.lock b/yarn.lock index 1ed892509..fe04a048a 100644 --- a/yarn.lock +++ b/yarn.lock @@ -6280,16 +6280,16 @@ __metadata: languageName: node linkType: hard -"electron@npm:^32.0.2": - version: 32.0.2 - resolution: "electron@npm:32.0.2" +"electron@npm:^32.1.0": + version: 32.1.0 + resolution: "electron@npm:32.1.0" dependencies: "@electron/get": "npm:^2.0.0" "@types/node": "npm:^20.9.0" extract-zip: "npm:^2.0.1" bin: electron: cli.js - checksum: 10c0/1c8efa61e70f2a06b83da059aebc055f5e75bb30b3ae4e32e83d238f808e075d6aac43265475e22d46b0a9d44ab0f0464b4d534f24e6dc9f7ef150170dab0602 + checksum: 10c0/7eaae7a239bceb1ccc2b89dcaf4f6800829a669973a97edfba87b8e0c4e0303b316a449a2dd5518c8e140849d0a0be50309f3f95215644099f91f97d90b2ce70 languageName: node linkType: hard @@ -12292,7 +12292,7 @@ __metadata: css-tree: "npm:^2.3.1" dayjs: "npm:^1.11.13" debug: "npm:^4.3.7" - electron: "npm:^32.0.2" + electron: "npm:^32.1.0" electron-builder: "npm:^25.0.5" electron-updater: "npm:6.3.4" electron-vite: "npm:^2.3.0"