From df45c4e4481aa8bdcb84dcf16084ede9a73ace5e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 24 Jul 2024 17:06:43 -0700 Subject: [PATCH] Bump electron-updater from 6.3.0 to 6.3.1 (#148) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bumps [electron-updater](https://github.com/electron-userland/electron-builder/tree/HEAD/packages/electron-updater) from 6.3.0 to 6.3.1.
Release notes

Sourced from electron-updater's releases.

electron-updater@6.3.1

Patch Changes

Changelog

Sourced from electron-updater's changelog.

6.3.1

Patch Changes

Commits

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=electron-updater&package-manager=npm_and_yarn&previous-version=6.3.0&new-version=6.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 this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
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 36281a82d..0061d4dad 100644 --- a/package.json +++ b/package.json @@ -82,7 +82,7 @@ "base64-js": "^1.5.1", "clsx": "^2.1.1", "dayjs": "^1.11.12", - "electron-updater": "6.3.0", + "electron-updater": "6.3.1", "html-to-image": "^1.11.11", "immer": "^10.1.1", "jotai": "^2.9.1", diff --git a/yarn.lock b/yarn.lock index 332673a01..2e80a6c00 100644 --- a/yarn.lock +++ b/yarn.lock @@ -6179,9 +6179,9 @@ __metadata: languageName: node linkType: hard -"electron-updater@npm:6.3.0": - version: 6.3.0 - resolution: "electron-updater@npm:6.3.0" +"electron-updater@npm:6.3.1": + version: 6.3.1 + resolution: "electron-updater@npm:6.3.1" dependencies: builder-util-runtime: "npm:9.2.5" fs-extra: "npm:^10.1.0" @@ -6191,7 +6191,7 @@ __metadata: lodash.isequal: "npm:^4.5.0" semver: "npm:^7.3.8" tiny-typed-emitter: "npm:^2.1.0" - checksum: 10c0/f28acf267c283c249e087ef27d86295db00da11562f396f326830d2189a7509163ca594d0ff2161acbc3df0e4f55edd13f91e881a5abfeb9ef79bfcfd7bb3559 + checksum: 10c0/5e75dae09e052a29f4f886a4c95154eb42b7ce7d1f8d6572b0f7fc97abcdef33dca04e0b759f8baa0f71d5a3968c3c5307a989760b5c95a96d359a0c5b9b25f1 languageName: node linkType: hard @@ -11786,7 +11786,7 @@ __metadata: dayjs: "npm:^1.11.12" electron: "npm:^31.2.1" electron-builder: "npm:^24.13.3" - electron-updater: "npm:6.3.0" + electron-updater: "npm:6.3.1" electron-vite: "npm:^2.3.0" eslint: "npm:^9.7.0" eslint-config-prettier: "npm:^9.1.0"