Merge pull request #2052 from tgstation/dependabot/nuget/hotchocolate-df500ddb77

Bump the hotchocolate group with 7 updates
This commit is contained in:
tgstation-server-ci[bot]
2024-12-18 01:17:25 +00:00
committed by GitHub
2 changed files with 6 additions and 6 deletions
@@ -10,7 +10,7 @@
<ItemGroup>
<!-- GraphQL connector and code generator -->
<PackageReference Include="Microsoft.Bcl.AsyncInterfaces" Version="9.0.0" />
<PackageReference Include="StrawberryShake.Server" Version="14.2.0" />
<PackageReference Include="StrawberryShake.Server" Version="14.3.0" />
</ItemGroup>
<ItemGroup>
@@ -100,15 +100,15 @@
<!-- Usage: GitLab interop -->
<PackageReference Include="GitLabApiClient" Version="1.8.0" />
<!-- Usage: GraphQL API Engine -->
<PackageReference Include="HotChocolate.AspNetCore" Version="14.2.0" />
<PackageReference Include="HotChocolate.AspNetCore" Version="14.3.0" />
<!-- Usage: GraphQL Authorization Plugin -->
<PackageReference Include="HotChocolate.AspNetCore.Authorization" Version="14.2.0" />
<PackageReference Include="HotChocolate.AspNetCore.Authorization" Version="14.3.0" />
<!-- Usage: GraphQL IDatabaseContext support -->
<PackageReference Include="HotChocolate.Data.EntityFramework" Version="14.2.0" />
<PackageReference Include="HotChocolate.Data.EntityFramework" Version="14.3.0" />
<!-- Usage: DataLoader source generation -->
<PackageReference Include="HotChocolate.Types.Analyzers" Version="14.2.0" />
<PackageReference Include="HotChocolate.Types.Analyzers" Version="14.3.0" />
<!-- Usage: GraphQL additional scalar type definitions -->
<PackageReference Include="HotChocolate.Types.Scalars" Version="14.2.0" />
<PackageReference Include="HotChocolate.Types.Scalars" Version="14.3.0" />
<!-- Usage: git interop -->
<PackageReference Include="LibGit2Sharp" Version="0.31.0" />
<!-- Usage: Support ""legacy"" Newotonsoft.Json in HTTP pipeline. The rest of our codebase uses Newtonsoft. -->