Skip to content

Commit

Permalink
build(deps): bump electron-wix-msi from 3.0.0 to 3.0.2 (#1975)
Browse files Browse the repository at this point in the history
* build(deps): bump electron-wix-msi from 3.0.0 to 3.0.2

Bumps [electron-wix-msi](https://github.com/felixrieseberg/electron-wix-msi) from 3.0.0 to 3.0.2.
- [Release notes](https://github.com/felixrieseberg/electron-wix-msi/releases)
- [Changelog](https://github.com/felixrieseberg/electron-wix-msi/blob/master/CHANGELOG.md)
- [Commits](https://github.com/felixrieseberg/electron-wix-msi/commits)

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

* Finish upgrading via bolt

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: dependabot[bot] <dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] and dependabot[bot] authored Sep 18, 2020
1 parent 56a5266 commit b1b762c
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@
"electron-installer-snap": "^5.1.0",
"electron-windows-store": "^2.1.0",
"electron-winstaller": "^4.0.1",
"electron-wix-msi": "^3.0.0"
"electron-wix-msi": "^3.0.2"
},
"config": {
"commitizen": {
Expand Down
2 changes: 1 addition & 1 deletion packages/maker/wix/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"@electron-forge/maker-base": "6.0.0-beta.53",
"@electron-forge/shared-types": "6.0.0-beta.53",
"colors": "^1.4.0",
"electron-wix-msi": "^3.0.0",
"electron-wix-msi": "^3.0.2",
"log-symbols": "^4.0.0",
"parse-author": "^2.0.0"
}
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3842,10 +3842,10 @@ electron-winstaller@^4.0.1:
lodash.template "^4.2.2"
temp "^0.9.0"

electron-wix-msi@^3.0.0:
version "3.0.0"
resolved "https://registry.yarnpkg.com/electron-wix-msi/-/electron-wix-msi-3.0.0.tgz#3a7a3b98faf6e51c93a31eeef7d5aed1d2f9080e"
integrity sha512-V2z7kxjcYhgXqeLoD7hi0GvVi/0fksICjmxN46SSyUkvob+BxrGs4+e06P52sD7vSSOwFCzuQjgnfqcoSY3jqQ==
electron-wix-msi@^3.0.2:
version "3.0.2"
resolved "https://registry.yarnpkg.com/electron-wix-msi/-/electron-wix-msi-3.0.2.tgz#04ad544aea7e66589b5740f9b42ee7024f18c8fa"
integrity sha512-SOJrAnta/v3kHlHgqYY/I+aNpD1BCf5wN/bFReCV8ZVl2kgBtRVyu60uMKDQTqVtYtB8rDoVD7qBgiPqDuwgyg==
dependencies:
debug "^4.1.1"
fs-extra "^8.1.0"
Expand Down

0 comments on commit b1b762c

Please sign in to comment.