Skip to content

Commit

Permalink
fix: clients/src/ConsolePrivateKeyJwtClient/ConsolePrivateKeyJwtClien…
Browse files Browse the repository at this point in the history
…t.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 584c101
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="System.IdentityModel.Tokens.Jwt" Version="6.10.0" />
<PackageReference Include="System.IdentityModel.Tokens.Jwt" Version="6.34.0" />
</ItemGroup>

</Project>

0 comments on commit 584c101

Please sign in to comment.