Skip to content

Commit

Permalink
build(deps): bump electron-winstaller from 4.0.0 to 4.0.1 (#1825)
Browse files Browse the repository at this point in the history
* build(deps): bump electron-winstaller from 4.0.0 to 4.0.1

Bumps [electron-winstaller](https://github.com/electron/windows-installer) from 4.0.0 to 4.0.1.
- [Release notes](https://github.com/electron/windows-installer/releases)
- [Changelog](https://github.com/electron/windows-installer/blob/master/.releaserc.json)
- [Commits](electron/windows-installer@v4.0.0...v4.0.1)

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

* 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 Jul 8, 2020
1 parent 92d2adc commit 89b6639
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 7 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@
"electron-installer-redhat": "^3.0.0",
"electron-installer-snap": "^5.1.0",
"electron-windows-store": "^2.1.0",
"electron-winstaller": "^4.0.0",
"electron-winstaller": "^4.0.1",
"electron-wix-msi": "^2.1.1"
},
"config": {
Expand Down
2 changes: 1 addition & 1 deletion packages/maker/squirrel/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@
"fs-extra": "^9.0.1"
},
"optionalDependencies": {
"electron-winstaller": "^4.0.0"
"electron-winstaller": "^4.0.1"
}
}
15 changes: 10 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1284,7 +1284,12 @@
"@types/node" "*"
form-data "^3.0.0"

"@types/node@*", "@types/node@>= 8", "@types/node@^14.0.14":
"@types/node@*":
version "14.0.19"
resolved "https://registry.yarnpkg.com/@types/node/-/node-14.0.19.tgz#994d99708822bca643a2364f8aeed04a16e0f5a1"
integrity sha512-yf3BP/NIXF37BjrK5klu//asUWitOEoUP5xE1mhSUjazotwJ/eJDgEmMQNlOeWOVv72j24QQ+3bqXHE++CFGag==

"@types/node@>= 8", "@types/node@^14.0.14":
version "14.0.18"
resolved "https://registry.yarnpkg.com/@types/node/-/node-14.0.18.tgz#5111b2285659442f9f95697386a2b42b875bd7e9"
integrity sha512-0Z3nS5acM0cIV4JPzrj9g/GH0Et5vmADWtip3YOXOp1NpOLU8V3KoZDc8ny9c1pe/YSYYzQkAWob6dyV/EWg4g==
Expand Down Expand Up @@ -3609,10 +3614,10 @@ electron-windows-store@^2.1.0:
multiline "^2.0.0"
path-exists "^3.0.0"

electron-winstaller@^4.0.0:
version "4.0.0"
resolved "https://registry.yarnpkg.com/electron-winstaller/-/electron-winstaller-4.0.0.tgz#d2717eca6665724f922acd2ac7a94d6fd55dd5d7"
integrity sha512-Rq5YUQ/zBiGiDW3ezVaRigF3QbohVjDtfcpZpzmhJxX/1jndc96OQJw2x1HulHmhPV7n9R4WEsMkzkHObufU9g==
electron-winstaller@^4.0.1:
version "4.0.1"
resolved "https://registry.yarnpkg.com/electron-winstaller/-/electron-winstaller-4.0.1.tgz#69da2a439a6986210c3106305f921a522369207d"
integrity sha512-wgdABzcMFpREjFCHZKQ5g5JF5jGqa8YCAsVD5Tb3sJhdj63AtuCu/2o++nVESlZZugKDv6Hxo6Wi8c3knEkbgA==
dependencies:
asar "^2.0.1"
debug "^4.1.1"
Expand Down

0 comments on commit 89b6639

Please sign in to comment.