Skip to content

Commit

Permalink
fix: ShareBook/ShareBook.Infra.CrossCutting.Identity/ShareBook.Infra.…
Browse files Browse the repository at this point in the history
…CrossCutting.Identity.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 144bdb0 commit 6b5ce98
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
</PropertyGroup>

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

<ItemGroup>
Expand Down

0 comments on commit 6b5ce98

Please sign in to comment.