From 65663269ed3afa8dcf40e7ece1cae27310b1a319 Mon Sep 17 00:00:00 2001 From: Justin Emgarten Date: Sat, 17 Feb 2024 10:12:38 -0800 Subject: [PATCH] Update NuGet packages to 6.9.1 (#190) --- ReleaseNotes.md | 3 +++ build/common/common.ps1 | 2 +- build/config.props | 4 ++-- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/ReleaseNotes.md b/ReleaseNotes.md index 210e988..e74fd77 100644 --- a/ReleaseNotes.md +++ b/ReleaseNotes.md @@ -1,5 +1,8 @@ # Release Notes +## 5.2.12 +* Update NuGet.* packages to 6.9.1 to address CVE-2024-0057 [Issue](https://github.com/emgarten/Sleet/issues/189) + ## 5.2.11 * AWS S3 feeds with sub paths are now fully removed during destroy. diff --git a/build/common/common.ps1 b/build/common/common.ps1 index f8745c3..279e16a 100644 --- a/build/common/common.ps1 +++ b/build/common/common.ps1 @@ -72,7 +72,7 @@ Function Install-NuGetExe { $nugetDir = Split-Path $nugetExe New-Item -ItemType Directory -Force -Path $nugetDir - Invoke-WebRequest https://dist.nuget.org/win-x86-commandline/v6.8.0/nuget.exe -OutFile $nugetExe + Invoke-WebRequest https://dist.nuget.org/win-x86-commandline/v6.9.1/nuget.exe -OutFile $nugetExe } } diff --git a/build/config.props b/build/config.props index 0374076..bacbe0f 100644 --- a/build/config.props +++ b/build/config.props @@ -2,11 +2,11 @@ - 6.8.0 + 6.9.1 11.2.3 13.0.3 2.0.0 - 2.1.35 + 2.1.36 1.5.0 3.7.305.14 3.7.300.40