Skip to content

Commit

Permalink
build(deps): upgrade electron-winstaller to ^5.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
malept committed Mar 4, 2021
1 parent 5b9dc99 commit e93631a
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 @@ -154,7 +154,7 @@
"electron-installer-redhat": "^3.2.0",
"electron-installer-snap": "^5.1.0",
"electron-windows-store": "^2.1.0",
"electron-winstaller": "^4.0.1",
"electron-winstaller": "^5.0.0",
"electron-wix-msi": "^3.0.6"
},
"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.1"
"electron-winstaller": "^5.0.0"
}
}
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4101,10 +4101,10 @@ electron-windows-store@^2.1.0:
multiline "^2.0.0"
path-exists "^3.0.0"

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==
electron-winstaller@^5.0.0:
version "5.0.0"
resolved "https://registry.yarnpkg.com/electron-winstaller/-/electron-winstaller-5.0.0.tgz#0db968f34d498b16c69566a40848f562e70e7bcc"
integrity sha512-V+jFda7aVAm0htCG8Q95buPUpmXZW9ujh1HdhSlWY6y4QnJnw4TfrmxTlQWV4p2ioF/71JMI/1YF+/qbSICogA==
dependencies:
asar "^2.0.1"
debug "^4.1.1"
Expand Down

0 comments on commit e93631a

Please sign in to comment.