build(deps): bump electron-wix-msi from 3.0.4 to 3.0.6 (#2082)

* build(deps): bump electron-wix-msi from 3.0.4 to 3.0.6

Bumps [electron-wix-msi](https://github.com/felixrieseberg/electron-wix-msi) from 3.0.4 to 3.0.6.
- [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/compare/v3.0.4...v3.0.6)

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>
This commit is contained in:
dependabot[bot] 2020-12-14 09:13:41 -08:00 коммит произвёл GitHub
Родитель 286f96ace7
Коммит 6a08ccfd4a
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
3 изменённых файлов: 6 добавлений и 6 удалений

Просмотреть файл

@ -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.2"
"electron-wix-msi": "^3.0.6"
},
"config": {
"commitizen": {

Просмотреть файл

@ -18,7 +18,7 @@
"@electron-forge/maker-base": "6.0.0-beta.54",
"@electron-forge/shared-types": "6.0.0-beta.54",
"colors": "^1.4.0",
"electron-wix-msi": "^3.0.2",
"electron-wix-msi": "^3.0.6",
"log-symbols": "^4.0.0",
"parse-author": "^2.0.0"
}

Просмотреть файл

@ -3933,10 +3933,10 @@ electron-winstaller@^4.0.1:
lodash.template "^4.2.2"
temp "^0.9.0"
electron-wix-msi@^3.0.2:
version "3.0.4"
resolved "https://registry.yarnpkg.com/electron-wix-msi/-/electron-wix-msi-3.0.4.tgz#ec83cdedb465e128c372ac60483e3ec977a6829a"
integrity sha512-awODkOf7TeHfK20zp+vGNiQ5pAhGRtZnL2LMxnUHqd8vJSTLW79mwaMtIDWURjuilbYLydzo7Xqot1/aDJcuvw==
electron-wix-msi@^3.0.6:
version "3.0.6"
resolved "https://registry.yarnpkg.com/electron-wix-msi/-/electron-wix-msi-3.0.6.tgz#1434cb8714dded46fae4d4578d4faf6cf36c86df"
integrity sha512-MGvhr9jQkbPWwYibD3+64R6VOUYPtl091dwLgyS2/nOtgnbsdQOeeXLCszsjPaV/N93ee/mdNBeDqHrUdbqdig==
dependencies:
debug "^4.1.1"
fs-extra "^8.1.0"