From b1031e1eea970bcf1b96f6dd4267d05e1d02c332 Mon Sep 17 00:00:00 2001 From: erwan-joly Date: Tue, 21 Apr 2026 13:26:19 +1200 Subject: [PATCH] chore: bump packages to latest, patch JWT security warnings - AWSSDK.S3 3.7.302 -> 4.0.21.2 (major) - ConsoleTableExt 3.2.0 -> 3.3.0 - Discord.Net 3.13.0 -> 3.19.1 - Humanizer.Core 2.14.1 -> 3.0.10 (major) - Microsoft.AspNetCore.Hosting.WindowsServices 10.0.3 -> 10.0.6 - Microsoft.Extensions.DependencyInjection 10.0.3 -> 10.0.6 - Microsoft.Extensions.Hosting.WindowsServices 10.0.3 -> 10.0.6 - Microsoft.NET.Test.Sdk 18.0.1 -> 18.4.0 - MSTest.TestAdapter/Framework 4.0.2 -> 4.2.1 - Add explicit Microsoft.IdentityModel.JsonWebTokens/System.IdentityModel.Tokens.Jwt 8.17.0 to patch transitive moderate CVEs (GHSA-59j7-ghrg-fj52) Co-Authored-By: Claude Opus 4.7 (1M context) --- src/NosCoreBot/NosCoreBot.csproj | 16 +++++++++------- tests/NosCoreBot.Tests/NosCoreBot.Tests.csproj | 6 +++--- 2 files changed, 12 insertions(+), 10 deletions(-) diff --git a/src/NosCoreBot/NosCoreBot.csproj b/src/NosCoreBot/NosCoreBot.csproj index 49135fd..d9fae26 100644 --- a/src/NosCoreBot/NosCoreBot.csproj +++ b/src/NosCoreBot/NosCoreBot.csproj @@ -10,13 +10,15 @@ - - - - - - - + + + + + + + + + diff --git a/tests/NosCoreBot.Tests/NosCoreBot.Tests.csproj b/tests/NosCoreBot.Tests/NosCoreBot.Tests.csproj index 9d0f9f4..b2e57e1 100644 --- a/tests/NosCoreBot.Tests/NosCoreBot.Tests.csproj +++ b/tests/NosCoreBot.Tests/NosCoreBot.Tests.csproj @@ -7,9 +7,9 @@ - - - + + +