Skip to content

Commit eb67c47

Browse files
dependabot-preview[bot]malept
authored andcommitted
chore(deps): bump electron-osx-sign from 0.4.13 to 0.4.14 (#1194)
* chore(deps): bump electron-osx-sign from 0.4.13 to 0.4.14 Bumps [electron-osx-sign](https://github.com/electron-userland/electron-osx-sign) from 0.4.13 to 0.4.14. - [Release notes](https://github.com/electron-userland/electron-osx-sign/releases) - [Commits](https://github.com/electron-userland/electron-osx-sign/commits) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> * Finish upgrading via bolt
1 parent f246234 commit eb67c47

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
"cross-spawn-promise": "^0.10.1",
5959
"cross-zip": "^2.1.5",
6060
"debug": "^4.1.0",
61-
"electron-osx-sign": "^0.4.13",
61+
"electron-osx-sign": "^0.4.14",
6262
"electron-packager": "^14.0.6",
6363
"electron-rebuild": "^1.8.6",
6464
"express": "^4.17.1",

packages/maker/pkg/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,6 @@
2020
"dependencies": {
2121
"@electron-forge/maker-base": "6.0.0-beta.45",
2222
"@electron-forge/shared-types": "6.0.0-beta.45",
23-
"electron-osx-sign": "^0.4.13"
23+
"electron-osx-sign": "^0.4.14"
2424
}
2525
}

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3139,10 +3139,10 @@ electron-notarize@^0.1.1:
31393139
debug "^4.1.1"
31403140
fs-extra "^8.0.1"
31413141

3142-
electron-osx-sign@^0.4.11, electron-osx-sign@^0.4.13:
3143-
version "0.4.13"
3144-
resolved "https://registry.yarnpkg.com/electron-osx-sign/-/electron-osx-sign-0.4.13.tgz#4f77f0ff2f5cd71b91c1e6ce550c3a2937ebbef2"
3145-
integrity sha512-+44lasF26lSBLh9HDG6TGpPjuqqtWGD9Pcp+YglE8gyf1OGYdbW8UCIshKPh69O/AcdvDB0ohaTYQz3nbGPbtw==
3142+
electron-osx-sign@^0.4.11, electron-osx-sign@^0.4.14:
3143+
version "0.4.14"
3144+
resolved "https://registry.yarnpkg.com/electron-osx-sign/-/electron-osx-sign-0.4.14.tgz#770397c0eb604adfe8a3ec044795db3c123e59d3"
3145+
integrity sha512-72vtrz9I3dOeFDaNvO5thwIjrimDiXMmYEbN0hEBqnvcSSMOWugjim2wiY9ox3dhuBFUhxp3owmuZCoH3Ij08A==
31463146
dependencies:
31473147
bluebird "^3.5.0"
31483148
compare-version "^0.1.2"

0 commit comments

Comments
 (0)