From cfce085e5f347bf5e74fbfdea12c082b76f4847a Mon Sep 17 00:00:00 2001 From: Mark Lee Date: Mon, 17 May 2021 16:58:02 -0700 Subject: [PATCH] build(deps): upgrade electron-wix-msi to 3.2.0 --- yarn.lock | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/yarn.lock b/yarn.lock index e788b5d3d0..bca11e84ea 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4100,9 +4100,9 @@ electron-winstaller@^5.0.0: temp "^0.9.0" 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== + version "3.2.0" + resolved "https://registry.yarnpkg.com/electron-wix-msi/-/electron-wix-msi-3.2.0.tgz#7570d22c8e5bca9757abc142f129ca11a2d4af64" + integrity sha512-qNlRP3S3sxnf68bW89butEICaWGELNHwzerXr1M2Iu3TuPIdMMJyMfXuaQTPoLgouri2E/SQPpYzk3GS+6BHNQ== dependencies: debug "^4.1.1" fs-extra "^8.1.0"