Skip to content

Commit 9b62482

Browse files
committed
fix: AzureDevOpsTeamMembersVelocity/AzureDevOpsTeamMembersVelocity.csproj to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-DOTNET-MICROSOFTIDENTITYABSTRACTIONS-9680155
1 parent 9abe2f7 commit 9b62482

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

AzureDevOpsTeamMembersVelocity/AzureDevOpsTeamMembersVelocity.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
2424
</PackageReference>
2525
<PackageReference Include="Microsoft.Extensions.Caching.StackExchangeRedis" Version="8.0.8" />
26-
<PackageReference Include="Microsoft.Identity.Web" Version="3.3.0" />
26+
<PackageReference Include="Microsoft.Identity.Web" Version="3.8.2" />
2727
<PackageReference Include="Microsoft.Identity.Web.UI" Version="3.1.0" />
2828
<PackageReference Include="Microsoft.TeamFoundation.DistributedTask.Common.Contracts" Version="19.243.0-preview" />
2929
<PackageReference Include="Microsoft.TeamFoundation.DistributedTask.WebApi" Version="19.243.0-preview" />

0 commit comments

Comments
 (0)