Skip to content

Commit 39a4031

Browse files
authored
Upgrading vulnerable packages (#3031)
* Upgrading vulnerable packages * Addressing PR feedback. * Fixing more CVEs
1 parent 235fb41 commit 39a4031

File tree

7 files changed

+15
-13
lines changed

7 files changed

+15
-13
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -355,3 +355,5 @@ MigrationBackup/
355355
/tests/E2E Tests/PlaywrightTraces
356356
/tests/IntegrationTests/PlaywrightTraces
357357
/.SharedData
358+
/out/
359+
objd/

tests/DevApps/aspnet-mvc/OwinWebApi/OwinWebApi.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@
110110
<Version>3.5.0.2</Version>
111111
</PackageReference>
112112
<PackageReference Include="bootstrap">
113-
<Version>5.0.0</Version>
113+
<Version>5.3.3</Version>
114114
</PackageReference>
115115
<PackageReference Include="jQuery">
116116
<Version>3.6.0</Version>
@@ -218,4 +218,4 @@
218218
</Target>
219219
<Target Name="AfterBuild">
220220
</Target> -->
221-
</Project>
221+
</Project>

tests/DevApps/aspnet-mvc/OwinWebApp/OwinWebApp.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@
144144
<Version>3.5.0.2</Version>
145145
</PackageReference>
146146
<PackageReference Include="bootstrap">
147-
<Version>3.4.1</Version>
147+
<Version>5.3.3</Version>
148148
</PackageReference>
149149
<PackageReference Include="jQuery">
150150
<Version>3.5.0</Version>

tests/Directory.Build.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
<SeleniumWebDriverVersion>4.8.0</SeleniumWebDriverVersion>
2626
<SeleniumWebDriverChromeDriverVersion>108.0.5359.7100</SeleniumWebDriverChromeDriverVersion>
2727
<BenchmarkDotNetVersion>0.12.1</BenchmarkDotNetVersion>
28-
<MicrosoftApplicationInsightsAspNetCoreVersion>2.21.0</MicrosoftApplicationInsightsAspNetCoreVersion>
28+
<MicrosoftApplicationInsightsAspNetCoreVersion>2.22.0</MicrosoftApplicationInsightsAspNetCoreVersion>
2929
<MicrosoftApplicationInsightsEventCounterCollectionVersion>2.21.0</MicrosoftApplicationInsightsEventCounterCollectionVersion>
3030
<MicrosoftExtensionsCachingStackExchangeRedisVersion>6.0.12</MicrosoftExtensionsCachingStackExchangeRedisVersion>
3131
<MicrosoftPlaywrightVersion>1.36.0</MicrosoftPlaywrightVersion>

tests/PerformanceTests/PerformanceTestService/PerformanceTestService.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424

2525
<ItemGroup>
2626
<PackageReference Include="Microsoft.ApplicationInsights.AspNetCore" Version="$(MicrosoftApplicationInsightsAspNetCoreVersion)" />
27-
<PackageReference Include="Microsoft.ApplicationInsights.EventCounterCollector" Version="$(MicrosoftApplicationInsightsEventCounterCollectionVersion)" />
27+
<PackageReference Include="Microsoft.ApplicationInsights.EventCounterCollector" Version="$(MicrosoftApplicationInsightsAspNetCoreVersion)" />
2828
<PackageReference Include="Microsoft.Extensions.Caching.StackExchangeRedis" Version="$(MicrosoftExtensionsCachingStackExchangeRedisVersion)" />
2929
<PackageReference Include="Newtonsoft.Json" Version="$(NewtonsoftJsonVersion)" />
3030
<PackageReference Include="System.Drawing.Common" Version="$(SystemDrawingCommon)" />

tools/app-provisioning-tool/app-provisioning-lib/app-provisioning-lib.csproj

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,13 @@
1212
</PropertyGroup>
1313

1414
<ItemGroup>
15-
<PackageReference Include="Azure.Identity" Version="1.11.4" />
16-
<PackageReference Include="Microsoft.Extensions.Configuration" Version="7.0.0" />
17-
<PackageReference Include="Microsoft.Extensions.Configuration.Binder" Version="7.0.4" />
18-
<PackageReference Include="Microsoft.Extensions.Configuration.CommandLine" Version="7.0.0" />
19-
<PackageReference Include="Microsoft.Graph.Beta" Version="5.42.0-preview" />
20-
<PackageReference Include="Microsoft.Identity.Client.Extensions.Msal" Version="4.61.3" />
21-
<PackageReference Include="System.Text.Json" Version="7.0.3" />
15+
<PackageReference Include="Azure.Identity" Version="1.12.0" />
16+
<PackageReference Include="Microsoft.Extensions.Configuration" Version="8.0.0" />
17+
<PackageReference Include="Microsoft.Extensions.Configuration.Binder" Version="8.0.2" />
18+
<PackageReference Include="Microsoft.Extensions.Configuration.CommandLine" Version="8.0.0" />
19+
<PackageReference Include="Microsoft.Graph.Beta" Version="5.81.0-preview" />
20+
<PackageReference Include="Microsoft.Identity.Client.Extensions.Msal" Version="4.64.1" />
21+
<PackageReference Include="System.Text.Json" Version="8.0.4" />
2222
</ItemGroup>
2323

2424
<ItemGroup>

tools/app-provisioning-tool/tests/Tests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22

33
<PropertyGroup>
4-
<TargetFrameworks>net7.0</TargetFrameworks>
4+
<TargetFrameworks>net8.0</TargetFrameworks>
55

66
<IsPackable>false</IsPackable>
77

0 commit comments

Comments
 (0)