Skip to content

Commit

Permalink
build(deps): bump electron-installer-debian from 1.1.1 to 1.2.0 (#830)
Browse files Browse the repository at this point in the history
* build(deps): bump electron-installer-debian from 1.1.1 to 1.2.0

Bumps [electron-installer-debian](https://github.com/electron-userland/electron-installer-debian) from 1.1.1 to 1.2.0.
- [Release notes](https://github.com/electron-userland/electron-installer-debian/releases)
- [Changelog](https://github.com/electron-userland/electron-installer-debian/blob/master/NEWS.md)
- [Commits](electron-userland/electron-installer-debian@v1.1.1...v1.2.0)

Signed-off-by: dependabot[bot] <support@dependabot.com>

* Update the deb maker package too
  • Loading branch information
dependabot[bot] authored and malept committed May 2, 2019
1 parent 8ef391c commit c6a32dd
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 11 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@
},
"optionalDependencies": {
"@malept/electron-installer-flatpak": "^0.9.0",
"electron-installer-debian": "^1.1.0",
"electron-installer-debian": "^1.2.0",
"electron-installer-dmg": "^2.0.0",
"electron-installer-redhat": "^1.0.0",
"electron-installer-snap": "^3.1.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/maker/deb/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@
"@electron-forge/shared-types": "6.0.0-beta.34"
},
"optionalDependencies": {
"electron-installer-debian": "^1.1.0"
"electron-installer-debian": "^1.2.0"
}
}
17 changes: 8 additions & 9 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1840,12 +1840,12 @@ block-stream@*:
dependencies:
inherits "~2.0.0"

bluebird@^3.0.6, bluebird@^3.1.1, bluebird@^3.5.0:
bluebird@^3.0.6, bluebird@^3.1.1:
version "3.5.3"
resolved "https://registry.yarnpkg.com/bluebird/-/bluebird-3.5.3.tgz#7d01c6f9616c9a51ab0f8c549a79dfe6ec33efa7"
integrity sha512-/qKPUQlaW1OyR51WeCPBvRnAlnZFUJkCSG5HzGnuIqhgyJtF+T94lFnn33eiazjRm2LAHVy2guNnaq48X9SJuw==

bluebird@^3.5.3:
bluebird@^3.5.0, bluebird@^3.5.3:
version "3.5.4"
resolved "https://registry.yarnpkg.com/bluebird/-/bluebird-3.5.4.tgz#d6cc661595de30d5b3af5fcedd3c0b3ef6ec5714"
integrity sha512-FG+nFEZChJrbQ9tIccIfZJBz3J7mLrAhxakAbnrJWn8d7aKOC+LWifa0G+p4ZqKp4y13T7juYvdhq9NzKdsrjw==
Expand Down Expand Up @@ -3105,20 +3105,19 @@ electron-installer-common@^0.6.1, electron-installer-common@^0.6.2:
semver "^5.6.0"
tmp-promise "^1.0.5"

electron-installer-debian@^1.1.0:
version "1.1.1"
resolved "https://registry.yarnpkg.com/electron-installer-debian/-/electron-installer-debian-1.1.1.tgz#3c1e1ffd497381bd7843e9e62526ede9c591949c"
integrity sha512-2r27a1AhB6iCy3dmdm6aoS9Mn42UW0Y9KhCWUgf2Xd8zIB58Ew1ALTaB8xevVU0nOW5s+quq6McPS633PPHQIA==
electron-installer-debian@^1.2.0:
version "1.2.0"
resolved "https://registry.yarnpkg.com/electron-installer-debian/-/electron-installer-debian-1.2.0.tgz#1cb3c457cd4fc5e5adaae4d587170eca3a85a219"
integrity sha512-gowfDlBY4NPZ6dMLsoSJzEeXlEa650NAjvtnYk6/Ikq9tFtS7xCs+Oyk91gNGDbFczA8QAelmR4KX4hV/eebKQ==
dependencies:
debug "^4.1.1"
electron-installer-common "^0.6.1"
electron-installer-common "^0.6.2"
fs-extra "^7.0.1"
get-folder-size "^2.0.1"
lodash "^4.17.4"
pify "^4.0.1"
semver "^5.6.0"
word-wrap "^1.2.3"
yargs "^12.0.5"
yargs "^13.2.2"

electron-installer-dmg@^2.0.0:
version "2.0.0"
Expand Down

0 comments on commit c6a32dd

Please sign in to comment.