Skip to content
This repository has been archived by the owner on Sep 9, 2019. It is now read-only.

Commit

Permalink
chore(deps): update dependency electron-builder to v20.38.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot authored and weareoutman committed Nov 29, 2018
1 parent 83d0fba commit a677446
Show file tree
Hide file tree
Showing 2 changed files with 37 additions and 7 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@
"detect-port": "1.3.0",
"devtron": "1.4.0",
"electron": "3.0.10",
"electron-builder": "20.38.0",
"electron-builder": "20.38.1",
"electron-devtools-installer": "2.2.4",
"enzyme": "3.7.0",
"enzyme-adapter-react-16": "1.7.0",
Expand Down
42 changes: 36 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1481,7 +1481,37 @@ app-builder-bin@2.5.5:
resolved "https://registry.yarnpkg.com/app-builder-bin/-/app-builder-bin-2.5.5.tgz#5721a37b1c89d24df058e6308b5d30fc62a63bab"
integrity sha512-ZemMZqFJGf05J7qSvZeKIs3vSYl8sG8DWsyBLzxtfoIIoLD/dI/dtNwSOZwyoY54w/g8b7IbG5L6egnqfyX7oA==

app-builder-lib@20.38.0, app-builder-lib@~20.38.0:
app-builder-lib@20.38.1:
version "20.38.1"
resolved "https://registry.yarnpkg.com/app-builder-lib/-/app-builder-lib-20.38.1.tgz#23208ac8e026f1e3bcd7721527644942f3c13329"
integrity sha512-dAFj7etiffbxDwmGDwI+TRYkb/E0BMn51pCEohXVqlYoSRRvUsMz9Jo40zrHjPNt2AhKYSspyV8BPBHAslmiIg==
dependencies:
"7zip-bin" "~4.1.0"
app-builder-bin "2.5.5"
async-exit-hook "^2.0.1"
bluebird-lst "^1.0.6"
builder-util "9.5.0"
builder-util-runtime "8.0.2"
chromium-pickle-js "^0.2.0"
debug "^4.1.0"
ejs "^2.6.1"
electron-osx-sign "0.4.11"
electron-publish "20.38.0"
fs-extra-p "^7.0.0"
hosted-git-info "^2.7.1"
is-ci "^1.2.1"
isbinaryfile "^3.0.3"
js-yaml "^3.12.0"
lazy-val "^1.0.3"
minimatch "^3.0.4"
normalize-package-data "^2.4.0"
plist "^3.0.1"
read-config-file "3.2.0"
sanitize-filename "^1.6.1"
semver "^5.6.0"
temp-file "^3.3.2"

app-builder-lib@~20.38.0:
version "20.38.0"
resolved "https://registry.yarnpkg.com/app-builder-lib/-/app-builder-lib-20.38.0.tgz#14f63dece01732e70d440d3aef5d0e3d553c8f68"
integrity sha512-QhS+hFhdVQYjHsl3CrfOrRH+4JcHGbXKqEAougA3OXlbuYmR9w/6qDDTWYDdQg/xtWx7LBbPccfIYYP6LiEJ0Q==
Expand Down Expand Up @@ -4657,12 +4687,12 @@ ejs@~2.5.6:
resolved "https://registry.npmjs.org/ejs/-/ejs-2.5.9.tgz#7ba254582a560d267437109a68354112475b0ce5"
integrity sha512-GJCAeDBKfREgkBtgrYSf9hQy9kTb3helv0zGdzqhM7iAkW8FA/ZF97VQDbwFiwIT8MQLLOe5VlPZOEvZAqtUAQ==

electron-builder@20.38.0:
version "20.38.0"
resolved "https://registry.yarnpkg.com/electron-builder/-/electron-builder-20.38.0.tgz#ebf3a8dbbd815d75c974ea6e0c992814383c746b"
integrity sha512-7Iq/VqgQOCubiRXMjrVvcSLIp17otGZ/L4hjjY8bn5bPY6j/mym3Qr2xjtSLIBs5jxKJjHaT8HwMmDoOGZpNoQ==
electron-builder@20.38.1:
version "20.38.1"
resolved "https://registry.yarnpkg.com/electron-builder/-/electron-builder-20.38.1.tgz#fcd01517d5ee06bddd2ab94717bef2df99c9a748"
integrity sha512-cxHu0iK9HynQovymCdP4r5O74VWesTnCCQm9iFQHDfT8cnl3XVHjmNVo1PpiKqbnMp6A2abDICogiod62qdiJg==
dependencies:
app-builder-lib "20.38.0"
app-builder-lib "20.38.1"
bluebird-lst "^1.0.6"
builder-util "9.5.0"
builder-util-runtime "8.0.2"
Expand Down

0 comments on commit a677446

Please sign in to comment.