Skip to content

Commit

Permalink
fix: backend/src/Equinor.ProjectExecutionPortal.Infrastructure/Equino…
Browse files Browse the repository at this point in the history
…r.ProjectExecutionPortal.Infrastructure.csproj to reduce vulnerabilities

The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-DOTNET-AZUREIDENTITY-7246762
- https://snyk.io/vuln/SNYK-DOTNET-MICROSOFTIDENTITYCLIENT-7246763
  • Loading branch information
snyk-bot committed Aug 28, 2024
1 parent f5b84fc commit aaa24d2
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.Data.SqlClient" Version="5.2.1" />
<PackageReference Include="Microsoft.EntityFrameworkCore.SqlServer" Version="8.0.7" />
<PackageReference Include="Microsoft.Data.SqlClient" Version="5.2.2" />
<PackageReference Include="Microsoft.EntityFrameworkCore.SqlServer" Version="5.2.2" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit aaa24d2

Please sign in to comment.