Skip to content

Commit

Permalink
build(deps): bump electron-installer-redhat from 1.0.1 to 1.1.0 (#829)
Browse files Browse the repository at this point in the history
* build(deps): bump electron-installer-redhat from 1.0.1 to 1.1.0

Bumps [electron-installer-redhat](https:/electron-userland/electron-installer-redhat) from 1.0.1 to 1.1.0.
- [Release notes](https:/electron-userland/electron-installer-redhat/releases)
- [Changelog](https:/electron-userland/electron-installer-redhat/blob/master/NEWS.md)
- [Commits](electron-userland/electron-installer-redhat@v1.0.1...v1.1.0)

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

* Update the rpm maker package too
  • Loading branch information
dependabot[bot] authored and malept committed May 2, 2019
1 parent c6a32dd commit 271196a
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@
"@malept/electron-installer-flatpak": "^0.9.0",
"electron-installer-debian": "^1.2.0",
"electron-installer-dmg": "^2.0.0",
"electron-installer-redhat": "^1.0.0",
"electron-installer-redhat": "^1.1.0",
"electron-installer-snap": "^3.1.0",
"electron-windows-store": "^2.1.0",
"electron-winstaller": "^3.0.4",
Expand Down
2 changes: 1 addition & 1 deletion packages/maker/rpm/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-redhat": "^1.0.0"
"electron-installer-redhat": "^1.1.0"
}
}
12 changes: 6 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3130,18 +3130,18 @@ electron-installer-dmg@^2.0.0:
optionalDependencies:
appdmg "^0.5.2"

electron-installer-redhat@^1.0.0:
version "1.0.1"
resolved "https://registry.yarnpkg.com/electron-installer-redhat/-/electron-installer-redhat-1.0.1.tgz#b6bcae1f656a13726eccc9e69a6daf8b198509d6"
integrity sha512-fwdhvA7HvcObq5/+wLC08MVwCGHw8EvhjolsUDuefXoQIfOVNCfbhSIzfMMYHL9lfSeYCuQzZjVv1/gwbSLuOQ==
electron-installer-redhat@^1.1.0:
version "1.1.0"
resolved "https://registry.yarnpkg.com/electron-installer-redhat/-/electron-installer-redhat-1.1.0.tgz#d8f20839fdb567946b33372d78101ff6d60aacb5"
integrity sha512-wea1fZ1VOEZBJ5Y+/D2So04PnhfwoEPFW4rD9UlP/ODIggkDHY6ZLsXj0SRPGKGJqmTzP16Taoj7YNsmxYEL2g==
dependencies:
debug "^4.1.1"
electron-installer-common "^0.6.1"
electron-installer-common "^0.6.2"
fs-extra "^7.0.1"
lodash "^4.17.4"
nodeify "^1.0.1"
word-wrap "^1.2.3"
yargs "^12.0.5"
yargs "^13.2.2"

electron-installer-snap@^3.1.0:
version "3.1.1"
Expand Down

0 comments on commit 271196a

Please sign in to comment.