Skip to content

Commit

Permalink
chore(deps): bump electron-packager from 14.0.2 to 14.0.3 (#1052)
Browse files Browse the repository at this point in the history
* chore(deps): bump electron-packager from 14.0.2 to 14.0.3

Bumps [electron-packager](https://github.com/electron/electron-packager) from 14.0.2 to 14.0.3.
- [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.2...v14.0.3)

Signed-off-by: dependabot-preview[bot] <[email protected]>

* Update the core package too
  • Loading branch information
dependabot-preview[bot] authored and malept committed Jul 25, 2019
1 parent 30532af commit 0c8beaf
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
"cross-zip": "^2.1.5",
"debug": "^4.1.0",
"electron-osx-sign": "^0.4.10",
"electron-packager": "^14.0.0",
"electron-packager": "^14.0.3",
"electron-rebuild": "^1.8.5",
"express": "^4.17.1",
"express-ws": "^4.0.0",
Expand Down
2 changes: 1 addition & 1 deletion 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.0",
"electron-packager": "^14.0.3",
"electron-rebuild": "^1.8.5",
"find-up": "^4.1.0",
"fs-extra": "^8.1.0",
Expand Down
16 changes: 8 additions & 8 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -719,13 +719,13 @@
to-fast-properties "^2.0.0"

"@electron/get@^1.3.0", "@electron/get@^1.3.1":
version "1.3.1"
resolved "https://registry.yarnpkg.com/@electron/get/-/get-1.3.1.tgz#6f4ff5b185f6441c4cbe08eaf6ba926b06fb085d"
integrity sha512-FozkPRcRbHmuXh/qnry+s/GJ84hRAaUuEYYfZHvEl8n9X7a4ndhh1tVF+w4gky69XP+KHlLEO+OR95WqDy2mfg==
version "1.4.0"
resolved "https://registry.yarnpkg.com/@electron/get/-/get-1.4.0.tgz#e405e0f37e5f4349e3ba3d3a21803ee5ca140fa9"
integrity sha512-FN20Sj0shfHsInfYWQ2ERG/UgyTMNK92WBwl3k9qcIOCZ5Kfz+PwoO29x7lEnEEDONSwlEvHEUs0dJqfqrpEuA==
dependencies:
debug "^4.1.1"
env-paths "^2.2.0"
fs-extra "^7.0.1"
fs-extra "^8.1.0"
got "^9.6.0"
sumchecker "^3.0.0"

Expand Down Expand Up @@ -3184,10 +3184,10 @@ electron-osx-sign@^0.4.10, electron-osx-sign@^0.4.11:
minimist "^1.2.0"
plist "^3.0.1"

electron-packager@^14.0.0:
version "14.0.2"
resolved "https://registry.yarnpkg.com/electron-packager/-/electron-packager-14.0.2.tgz#b9d722e6f4c4481e125a3bfde9080af23b5e5466"
integrity sha512-QJyttK+GlgJFwjueOpGWN7gZ67WsHkstzCieAyojiw6mLzdBz54q+2oZidF7GfB8bkWVxsMUQa7WrHV13e2eQw==
electron-packager@^14.0.3:
version "14.0.3"
resolved "https://registry.yarnpkg.com/electron-packager/-/electron-packager-14.0.3.tgz#5e7985dfdeea419c03125277ebd602c38fcf1e28"
integrity sha512-jqtfUHx6sx9hXLro5+J6RS5FGMYpnYgTcVuDDZRG6XbOw9gymjElek3Cx1hUmlZXqboCGrH2y78RU51CnVY+gQ==
dependencies:
"@electron/get" "^1.3.0"
asar "^2.0.1"
Expand Down

0 comments on commit 0c8beaf

Please sign in to comment.