Skip to content

Commit

Permalink
feat(deps): update project dependencies #9512 (#9513)
Browse files Browse the repository at this point in the history
  • Loading branch information
ysmoradi authored Dec 18, 2024
1 parent 84d075d commit f4382c4
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 7 deletions.
2 changes: 1 addition & 1 deletion src/BlazorUI/Bit.BlazorUI.Tests/Bit.BlazorUI.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="bunit.web" Version="1.36.0" />
<PackageReference Include="bunit.web" Version="1.37.7" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.12.0" />
<PackageReference Include="MSTest.TestAdapter" Version="3.6.4" />
<PackageReference Include="MSTest.TestFramework" Version="3.6.4" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<PackageVersion Include="Bit.Bswup" Version="9.1.1" />
<PackageVersion Include="Bit.CodeAnalyzers" Version="9.1.1" />
<PackageVersion Include="Bit.SourceGenerators" Version="9.1.1" />
<PackageVersion Include="libphonenumber-csharp" Version="8.13.51" />
<PackageVersion Include="libphonenumber-csharp" Version="8.13.52" />
<PackageVersion Include="Microsoft.AspNetCore.Components.Authorization" Version="9.0.0" />
<PackageVersion Include="Microsoft.AspNetCore.Components.WebAssembly" Version="9.0.0" />
<PackageVersion Include="Microsoft.AspNetCore.Components.Web" Version="9.0.0" />
Expand Down Expand Up @@ -92,7 +92,7 @@
<PackageVersion Include="FakeItEasy" Version="8.3.0" />
<PackageVersion Include="Microsoft.NET.Test.Sdk" Version="17.12.0" />
<PackageVersion Include="Microsoft.Playwright.MSTest" Version="1.49.0" />
<PackageVersion Include="MSTest.TestAdapter" Version="3.6.3" />
<PackageVersion Include="MSTest.TestFramework" Version="3.6.3" />
<PackageVersion Include="MSTest.TestAdapter" Version="3.6.4" />
<PackageVersion Include="MSTest.TestFramework" Version="3.6.4" />
</ItemGroup>
</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<PackageVersion Include="Bit.Bswup" Version="9.1.1" />
<PackageVersion Include="Bit.CodeAnalyzers" Version="9.1.1" />
<PackageVersion Include="Bit.SourceGenerators" Version="9.1.1" />
<PackageVersion Include="libphonenumber-csharp" Version="8.13.51" />
<PackageVersion Include="libphonenumber-csharp" Version="8.13.52" />
<PackageVersion Include="Microsoft.AspNetCore.Components.Authorization" Version="8.0.11" />
<PackageVersion Include="Microsoft.AspNetCore.Components.WebAssembly" Version="8.0.11" />
<PackageVersion Include="Microsoft.AspNetCore.Components.Web" Version="8.0.11" />
Expand Down Expand Up @@ -92,7 +92,7 @@
<PackageVersion Include="FakeItEasy" Version="8.3.0" />
<PackageVersion Include="Microsoft.NET.Test.Sdk" Version="17.12.0" />
<PackageVersion Include="Microsoft.Playwright.MSTest" Version="1.49.0" />
<PackageVersion Include="MSTest.TestAdapter" Version="3.6.3" />
<PackageVersion Include="MSTest.TestFramework" Version="3.6.3" />
<PackageVersion Include="MSTest.TestAdapter" Version="3.6.4" />
<PackageVersion Include="MSTest.TestFramework" Version="3.6.4" />
</ItemGroup>
</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ public partial class StatisticsController : AppControllerBase, IStatisticsContro

[AllowAnonymous]
[HttpGet("{packageId}")]
[ResponseCache(Duration = 1 * 24 * 3600, Location = ResponseCacheLocation.Any)]
public async Task<NugetStatsDto> GetNugetStats(string packageId, CancellationToken cancellationToken)
{
return await nugetHttpClient.GetPackageStats(packageId, cancellationToken);
Expand Down

0 comments on commit f4382c4

Please sign in to comment.