Skip to content

Commit

Permalink
fix: ShareBook/ShareBook.Api/ShareBook.Api.csproj to reduce vulnerabi…
Browse files Browse the repository at this point in the history
…lities

The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-DOTNET-MICROSOFTDATASQLCLIENT-6149434
  • Loading branch information
snyk-bot committed Apr 2, 2024
1 parent 144bdb0 commit 632f538
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ShareBook/ShareBook.Api/ShareBook.Api.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="AspNetCore.HealthChecks.SqlServer" Version="5.0.3" />
<PackageReference Include="AspNetCore.HealthChecks.SqlServer" Version="8.0.2" />
<PackageReference Include="AutoMapper.Extensions.Microsoft.DependencyInjection" Version="8.1.1" />
<PackageReference Include="Microsoft.AspNetCore.Authentication.JwtBearer" Version="6.0.0" />
<PackageReference Include="Microsoft.AspNetCore.HealthChecks" Version="1.0.0" />
Expand Down

0 comments on commit 632f538

Please sign in to comment.