Skip to content

Commit

Permalink
fix: src/AzAcme.Cli/AzAcme.Cli.csproj to reduce vulnerabilities
Browse files Browse the repository at this point in the history
The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-DOTNET-AZUREIDENTITY-6597976
  • Loading branch information
snyk-bot committed Apr 14, 2024
1 parent dc26108 commit 635d9a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/AzAcme.Cli/AzAcme.Cli.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Azure.Identity" Version="1.6.0" />
<PackageReference Include="Azure.Identity" Version="1.11.0" />
<PackageReference Include="Azure.Security.KeyVault.Certificates" Version="4.3.0" />
<PackageReference Include="Azure.Security.KeyVault.Secrets" Version="4.3.0" />
<PackageReference Include="Certes" Version="3.0.3" />
Expand Down

0 comments on commit 635d9a6

Please sign in to comment.