Skip to content

Commit

Permalink
chore(deps): bump electron-osx-sign from 0.4.13 to 0.4.14 (#1194)
Browse files Browse the repository at this point in the history
* 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] <[email protected]>

* Finish upgrading via bolt
  • Loading branch information
dependabot-preview[bot] authored and malept committed Sep 27, 2019
1 parent f246234 commit eb67c47
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
"cross-spawn-promise": "^0.10.1",
"cross-zip": "^2.1.5",
"debug": "^4.1.0",
"electron-osx-sign": "^0.4.13",
"electron-osx-sign": "^0.4.14",
"electron-packager": "^14.0.6",
"electron-rebuild": "^1.8.6",
"express": "^4.17.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/maker/pkg/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@
"dependencies": {
"@electron-forge/maker-base": "6.0.0-beta.45",
"@electron-forge/shared-types": "6.0.0-beta.45",
"electron-osx-sign": "^0.4.13"
"electron-osx-sign": "^0.4.14"
}
}
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3139,10 +3139,10 @@ electron-notarize@^0.1.1:
debug "^4.1.1"
fs-extra "^8.0.1"

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

0 comments on commit eb67c47

Please sign in to comment.