From 1b54f6bc479e824b7c7db405f11dd247b0e5a492 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Apr 2024 10:25:38 -0300 Subject: [PATCH] chore: bump @electron/osx-sign from 1.1.0 to 1.2.0 (#1710) Bumps [@electron/osx-sign](https://github.com/electron/osx-sign) from 1.1.0 to 1.2.0. - [Release notes](https://github.com/electron/osx-sign/releases) - [Changelog](https://github.com/electron/osx-sign/blob/main/.releaserc.json) - [Commits](https://github.com/electron/osx-sign/compare/v1.1.0...v1.2.0) --- updated-dependencies: - dependency-name: "@electron/osx-sign" dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- yarn.lock | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/yarn.lock b/yarn.lock index af82eae..ddb3728 100644 --- a/yarn.lock +++ b/yarn.lock @@ -307,9 +307,9 @@ promise-retry "^2.0.1" "@electron/osx-sign@^1.0.5": - version "1.1.0" - resolved "https://registry.yarnpkg.com/@electron/osx-sign/-/osx-sign-1.1.0.tgz#461ee8cbec833768ced5a99ed61b0f6fdce78852" - integrity sha512-9xxNAyTu2YEAfn2TOQXC5fcTZ9hxVT/zAgWOONpOvxivv5rU97RldGbJrxz+OBKXGAiQRJUYOY07mJI++S/iYw== + version "1.2.0" + resolved "https://registry.yarnpkg.com/@electron/osx-sign/-/osx-sign-1.2.0.tgz#d1c83cac03e52f210858594eb011142a1ad0ae70" + integrity sha512-kOA3bAeDXFMj2JHj0R2fk/IT92qpu3tZHwM4l/PdksAuy7eA3/23QktCiAoQICwPdtxCYdt9ZLimKvnNyUpdSQ== dependencies: compare-version "^0.1.2" debug "^4.3.4"