Skip to content

Commit 8d8fe81

Browse files
committed
Update dependency versions for Component Governance alerts
System.Security.Cryptography.Xml needs to be lifted for reported vulnerabilities
1 parent 7d765ac commit 8d8fe81

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

src/Website/Website.csproj

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<Project Sdk="Microsoft.NET.Sdk.Web">
1+
<Project Sdk="Microsoft.NET.Sdk.Web">
22
<PropertyGroup>
33
<TargetFramework>net6.0</TargetFramework>
44
<AssemblyName>NuGet.Insights.Website</AssemblyName>
@@ -9,10 +9,12 @@
99
<PackageReference Include="BuildBundlerMinifier" Version="3.2.449" />
1010
<PackageReference Include="Humanizer.Core" Version="2.13.14" />
1111
<PackageReference Include="Microsoft.ApplicationInsights.AspNetCore" Version="2.20.0" />
12-
<PackageReference Include="Microsoft.Identity.Web.MicrosoftGraph" Version="1.23.1" />
13-
<PackageReference Include="Microsoft.Identity.Web.UI" Version="1.23.1" />
14-
<!-- Specific transitive dependency added for component governance -->
15-
<PackageReference Include="Microsoft.AspNetCore.Authentication.JwtBearer" Version="6.0.1" />
12+
<PackageReference Include="Microsoft.Identity.Web.MicrosoftGraph" Version="1.25.1" />
13+
<PackageReference Include="Microsoft.Identity.Web.UI" Version="1.25.1" />
14+
15+
<!-- Specific transitive dependencies added for component governance -->
16+
<PackageReference Include="Microsoft.AspNetCore.Authentication.JwtBearer" Version="6.0.8" />
17+
<PackageReference Include="System.Security.Cryptography.Xml" Version="6.0.1" />
1618
</ItemGroup>
1719
<ItemGroup>
1820
<ProjectReference Include="..\Worker.Logic\Worker.Logic.csproj" />

0 commit comments

Comments
 (0)