Skip to content

Commit

Permalink
fix: src/LittleBlocks.Azure.AspNetCore/LittleBlocks.Azure.AspNetCore.…
Browse files Browse the repository at this point in the history
…csproj to reduce vulnerabilities

The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-DOTNET-AZUREIDENTITY-6009155
  • Loading branch information
snyk-bot committed Oct 20, 2023
1 parent e354aea commit 425c694
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

<ItemGroup>
<PackageReference Include="Azure.Extensions.AspNetCore.Configuration.Secrets" Version="1.2.2" />
<PackageReference Include="Azure.Identity" Version="1.8.0" />
<PackageReference Include="Azure.Identity" Version="1.10.2" />
<PackageReference Include="LittleBlocks.Configurations" Version="1.0.2" />
</ItemGroup>

Expand Down

0 comments on commit 425c694

Please sign in to comment.