From d91c016ab3bb28fdb2add343d13811701b31addf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 16 Mar 2021 21:46:49 +0000 Subject: [PATCH] build(deps): bump electron-winstaller from 4.0.1 to 5.0.0 Bumps [electron-winstaller](https://github.com/electron/windows-installer) from 4.0.1 to 5.0.0. - [Release notes](https://github.com/electron/windows-installer/releases) - [Changelog](https://github.com/electron/windows-installer/blob/master/.releaserc.json) - [Commits](https://github.com/electron/windows-installer/compare/v4.0.1...v5.0.0) Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 87c39d0548..cf7c1ed5f4 100644 --- a/package.json +++ b/package.json @@ -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.2" }, "config": { diff --git a/yarn.lock b/yarn.lock index b927a5c232..4deb196b0b 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3923,10 +3923,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"