From 6ffb8c3aa52f74178e7984253483533fb72e6949 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 26 Mar 2024 12:52:04 -0700 Subject: [PATCH] chore: bump @electron/osx-sign from 1.0.5 to 1.1.0 (#1693) Bumps [@electron/osx-sign](https://github.com/electron/osx-sign) from 1.0.5 to 1.1.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.0.5...v1.1.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 3d7fe191..9e516a1a 100644 --- a/yarn.lock +++ b/yarn.lock @@ -307,9 +307,9 @@ promise-retry "^2.0.1" "@electron/osx-sign@^1.0.5": - version "1.0.5" - resolved "https://registry.yarnpkg.com/@electron/osx-sign/-/osx-sign-1.0.5.tgz#0af7149f2fce44d1a8215660fd25a9fb610454d8" - integrity sha512-k9ZzUQtamSoweGQDV2jILiRIHUu7lYlJ3c6IEmjv1hC17rclE+eb9U+f6UFlOOETo0JzY1HNlXy4YOlCvl+Lww== + 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== dependencies: compare-version "^0.1.2" debug "^4.3.4"