Skip to content

Commit

Permalink
fix: clients/src/MvcAutomaticTokenManagement/MvcAutomaticTokenManagem…
Browse files Browse the repository at this point in the history
…ent.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
  • Loading branch information
snyk-bot committed Jan 10, 2024
1 parent 1231918 commit 5f497f1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<ItemGroup>
<PackageReference Include="IdentityModel.AspNetCore" Version="4.0.0"/>
<PackageReference Include="Microsoft.AspNetCore.Authentication.OpenIdConnect" Version="6.0.0"/>
<PackageReference Include="Microsoft.AspNetCore.Authentication.OpenIdConnect" Version="6.0.26"/>
<PackageReference Include="Serilog.AspNetCore" Version="4.1.0"/>

<PackageReference Include="OpenTelemetry" />
Expand Down

0 comments on commit 5f497f1

Please sign in to comment.