From fa169538fa69b4a60620ee93d436d2f6e57281f6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 30 Jul 2024 09:08:07 -0700 Subject: [PATCH] Bump electron from 31.3.0 to 31.3.1 in the electron group (#176) Bumps the electron group with 1 update: [electron](https://github.com/electron/electron). Updates `electron` from 31.3.0 to 31.3.1
Release notes

Sourced from electron's releases.

electron v31.3.1

Release Notes for v31.3.1

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=31.3.0&new-version=31.3.1)](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 fa13f56ff..995d5ea05 100644 --- a/package.json +++ b/package.json @@ -48,7 +48,7 @@ "@types/uuid": "^10.0.0", "@vitejs/plugin-react-swc": "^3.7.0", "@vitest/coverage-istanbul": "^2.0.4", - "electron": "^31.3.0", + "electron": "^31.3.1", "electron-builder": "^24.13.3", "electron-vite": "^2.3.0", "eslint": "^9.8.0", diff --git a/yarn.lock b/yarn.lock index 6c8a682ad..6f258b2a9 100644 --- a/yarn.lock +++ b/yarn.lock @@ -6289,16 +6289,16 @@ __metadata: languageName: node linkType: hard -"electron@npm:^31.3.0": - version: 31.3.0 - resolution: "electron@npm:31.3.0" +"electron@npm:^31.3.1": + version: 31.3.1 + resolution: "electron@npm:31.3.1" 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/ee02c53c58836a3f0bb6e2e0e8238d4ed0d51fc9cb1d4cb7b22de42c4198c268b3fbcc56d1d5a98e99756b2aa42fe36e83c3532553b7ab7dfe2fcd62acf2db42 + checksum: 10c0/71437947b8a6aa7230dc31fcc424632b29f877e672dc64c60b48b2ba37f86c40886dda48d584b8bfec1514b37c1483eaa6bf87c224a09bbf8c495a3f81538377 languageName: node linkType: hard @@ -11862,7 +11862,7 @@ __metadata: color: "npm:^4.2.3" css-tree: "npm:^2.3.1" dayjs: "npm:^1.11.12" - electron: "npm:^31.3.0" + electron: "npm:^31.3.1" electron-builder: "npm:^24.13.3" electron-updater: "npm:6.3.1" electron-vite: "npm:^2.3.0"