Skip to content

Commit

Permalink
chore(deps): bump electron-osx-sign from 0.4.12 to 0.4.13 (#1146)
Browse files Browse the repository at this point in the history
* chore(deps): bump electron-osx-sign from 0.4.12 to 0.4.13

Bumps [electron-osx-sign](https://github.com/electron-userland/electron-osx-sign) from 0.4.12 to 0.4.13.
- [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 10, 2019
1 parent 05a7277 commit 97fa43f
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.10",
"electron-osx-sign": "^0.4.13",
"electron-packager": "^14.0.5",
"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.10"
"electron-osx-sign": "^0.4.13"
}
}
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3165,10 +3165,10 @@ electron-notarize@^0.1.1:
debug "^4.1.1"
fs-extra "^8.0.1"

electron-osx-sign@^0.4.10, electron-osx-sign@^0.4.11:
version "0.4.12"
resolved "https://registry.yarnpkg.com/electron-osx-sign/-/electron-osx-sign-0.4.12.tgz#e526bf4fb95ae9e831f3e946c16aeeab50dec014"
integrity sha512-L/+VcwO76EtP+E4Gh/HJH0exaKeYLPZlNNBFdl+Vw3il9jRBRjInpqtegLAu8t/cGGJn+tZ47Uc6mymQYNpJ6g==
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==
dependencies:
bluebird "^3.5.0"
compare-version "^0.1.2"
Expand Down

0 comments on commit 97fa43f

Please sign in to comment.