From 6ccd0750b6d2aa2fa7647ec7999c75344b27e5f4 Mon Sep 17 00:00:00 2001 From: snyk-bot <snyk-bot@snyk.io> Date: Wed, 10 Jan 2024 20:24:01 +0000 Subject: [PATCH] fix: src/Services/Basket/Basket.API/Basket.API.csproj to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-DOTNET-MICROSOFTIDENTITYMODELJSONWEBTOKENS-6148656 - https://snyk.io/vuln/SNYK-DOTNET-SYSTEMIDENTITYMODELTOKENSJWT-6148655 --- src/Services/Basket/Basket.API/Basket.API.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Services/Basket/Basket.API/Basket.API.csproj b/src/Services/Basket/Basket.API/Basket.API.csproj index 5894739a..656ec061 100644 --- a/src/Services/Basket/Basket.API/Basket.API.csproj +++ b/src/Services/Basket/Basket.API/Basket.API.csproj @@ -12,7 +12,7 @@ <ItemGroup> <PackageReference Include="AspNetCore.HealthChecks.UI.Client" Version="6.0.2" /> <PackageReference Include="Dapr.AspNetCore" Version="1.6.0" /> - <PackageReference Include="Microsoft.AspNetCore.Authentication.JwtBearer" Version="6.0.1" /> + <PackageReference Include="Microsoft.AspNetCore.Authentication.JwtBearer" Version="6.0.26" /> <PackageReference Include="Serilog.AspNetCore" Version="4.1.0" /> <PackageReference Include="Serilog.Settings.Configuration" Version="3.3.0" /> <PackageReference Include="Serilog.Sinks.Seq" Version="5.1.1" />