Skip to content

Commit

Permalink
chore(deps): bump electron-packager from 14.0.5 to 14.0.6 (#1148)
Browse files Browse the repository at this point in the history
* chore(deps): bump electron-packager from 14.0.5 to 14.0.6

Bumps [electron-packager](https://github.com/electron/electron-packager) from 14.0.5 to 14.0.6.
- [Release notes](https://github.com/electron/electron-packager/releases)
- [Changelog](https://github.com/electron/electron-packager/blob/master/NEWS.md)
- [Commits](electron/packager@v14.0.5...v14.0.6)

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 2ad170c commit 3eece85
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
"cross-zip": "^2.1.5",
"debug": "^4.1.0",
"electron-osx-sign": "^0.4.13",
"electron-packager": "^14.0.5",
"electron-packager": "^14.0.6",
"electron-rebuild": "^1.8.6",
"express": "^4.17.1",
"express-ws": "^4.0.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/api/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"colors": "^1.2.0",
"cross-spawn-promise": "^0.10.1",
"debug": "^4.1.0",
"electron-packager": "^14.0.5",
"electron-packager": "^14.0.6",
"electron-rebuild": "^1.8.6",
"find-up": "^4.1.0",
"fs-extra": "^8.1.0",
Expand All @@ -62,4 +62,4 @@
"engines": {
"node": ">= 8.0"
}
}
}
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3170,10 +3170,10 @@ electron-osx-sign@^0.4.11, electron-osx-sign@^0.4.13:
minimist "^1.2.0"
plist "^3.0.1"

electron-packager@^14.0.5:
version "14.0.5"
resolved "https://registry.yarnpkg.com/electron-packager/-/electron-packager-14.0.5.tgz#b60dc38ba8d1b74fec7e97797b4b9a9d9e938173"
integrity sha512-vgCUVGcT5Ig/vartQVSkfs8MbsYxAYgIt2zom4pVNrNBJKSxUSS+OT8Tdq87aJvY3R0SHuLqhfY9lpw3yw/Iug==
electron-packager@^14.0.6:
version "14.0.6"
resolved "https://registry.yarnpkg.com/electron-packager/-/electron-packager-14.0.6.tgz#e187f2ef83cc29a97a0f940b7c3bb5e4edc8a8e2"
integrity sha512-X+ikV+TnnNkIrK93vOjsjPeykCQBFxBS7LXKMTE1s62rXWirGMdjWL+edVkBOMRkH0ROJyFmWM28Dpj6sfEg+A==
dependencies:
"@electron/get" "^1.3.0"
asar "^2.0.1"
Expand Down

0 comments on commit 3eece85

Please sign in to comment.