From 218741008cb722c10e0cfa578a0508efa28a6d20 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Oct 2024 18:38:10 +0000 Subject: [PATCH] Bump WixToolset.Sdk from 5.0.1 to 5.0.2 in the wix group Bumps the wix group with 1 update: [WixToolset.Sdk](https://github.com/wixtoolset/wix). Updates `WixToolset.Sdk` from 5.0.1 to 5.0.2 - [Release notes](https://github.com/wixtoolset/wix/releases) - [Commits](https://github.com/wixtoolset/wix/compare/v5.0.1...v5.0.2) --- updated-dependencies: - dependency-name: WixToolset.Sdk dependency-type: direct:production update-type: version-update:semver-patch dependency-group: wix ... Signed-off-by: dependabot[bot] --- Directory.Packages.props | 6 +++--- Installer/packages.lock.json | 18 +++++++++--------- global.json | 2 +- 3 files changed, 13 insertions(+), 13 deletions(-) diff --git a/Directory.Packages.props b/Directory.Packages.props index 5b0104a6..72592e70 100644 --- a/Directory.Packages.props +++ b/Directory.Packages.props @@ -17,9 +17,9 @@ SPDX-License-Identifier: GPL-3.0-only - - - + + + diff --git a/Installer/packages.lock.json b/Installer/packages.lock.json index 41af03e3..3313d19b 100644 --- a/Installer/packages.lock.json +++ b/Installer/packages.lock.json @@ -10,21 +10,21 @@ }, "WixToolset.Firewall.wixext": { "type": "Direct", - "requested": "[5.0.1, )", - "resolved": "5.0.1", - "contentHash": "c2ubWDTZNj5rvBo/JyOVqHhABZR5TAykXfreKw5jw+Gd0KBRsDFvUzzGGgKD05LITds4vFuDihzjAW32xgxoyQ==" + "requested": "[5.0.2, )", + "resolved": "5.0.2", + "contentHash": "4/tpAMqPxVKfXu7CLrCCnonw0Me4eCI4nmShqvMpSYfcupdskZSJcu1ZeNKH8NKDBi5sKUUwN3s1U4nyzI1RtA==" }, "WixToolset.UI.wixext": { "type": "Direct", - "requested": "[5.0.1, )", - "resolved": "5.0.1", - "contentHash": "5QOjucYewg+fQ6obndgfpLFVqfX/3UlqAq+aNCmmAb8Gjl81uNxUdo47QF0tnryKyU2OLkiq09tXC0rKsz4d4A==" + "requested": "[5.0.2, )", + "resolved": "5.0.2", + "contentHash": "BP2IonPN5/0csF1esRb1A834aknY+wO421hXOP+Ix730YxQvSXgk6kV9uFnVHlrVMXxunXpuqEf2qqOQuvWoQw==" }, "WixToolset.Util.wixext": { "type": "Direct", - "requested": "[5.0.1, )", - "resolved": "5.0.1", - "contentHash": "7DxjepwZ4vuLfy2scstHWaKRgYmDSpj7YAV31lrxnU5a4U6Au2p9t4YpnXrNeq8FFYuZivg5vEc/zuz5tfigug==" + "requested": "[5.0.2, )", + "resolved": "5.0.2", + "contentHash": "sr3GNWr9bTcuALh58lvzLQrwWTuwcQTHkHXhPwFHNrg3GlUrY9arm3fRLWGo3RN739NhUrFEB8dguVsO/gVb9Q==" } }, "native,Version=v0.0/win-x64": {} diff --git a/global.json b/global.json index 4a531efa..43c85eea 100644 --- a/global.json +++ b/global.json @@ -5,6 +5,6 @@ "rollForward": "latestPatch" }, "msbuild-sdks": { - "WixToolset.Sdk": "5.0.1" + "WixToolset.Sdk": "5.0.2" } } \ No newline at end of file