Skip to content

Commit

Permalink
[Snyk] Security upgrade Microsoft.IdentityModel.Protocols.OpenIdConne…
Browse files Browse the repository at this point in the history
…ct from 5.6.0 to 6.5.0 (#559)

* fix: src/Auth0.AuthenticationApi/Auth0.AuthenticationApi.csproj to reduce vulnerabilities

The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-DOTNET-NEWTONSOFTJSON-2774678

* Bump System.IdentityModel.Tokens.Jwt aswell

Co-authored-by: Evan Sims <evan.sims@auth0.com>
Co-authored-by: Frederik <frederik.prijck@gmail.com>
  • Loading branch information
3 people authored May 3, 2022
1 parent fd15ff7 commit 5f10729
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Auth0.AuthenticationApi/Auth0.AuthenticationApi.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<Reference Include="System.Net.Http" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="Microsoft.IdentityModel.Protocols.OpenIdConnect" Version="5.6.0" />
<PackageReference Include="System.IdentityModel.Tokens.Jwt" Version="5.6.0" />
<PackageReference Include="Microsoft.IdentityModel.Protocols.OpenIdConnect" Version="6.5.0" />
<PackageReference Include="System.IdentityModel.Tokens.Jwt" Version="6.5.0" />
</ItemGroup>
</Project>

0 comments on commit 5f10729

Please sign in to comment.