From aead0b94b31291cd191469e9dce61bb55b99d5e2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 8 Dec 2022 14:51:37 +0000 Subject: [PATCH] Bump Newtonsoft.Json from 13.0.1 to 13.0.2 in /src/AngleSharp.Wasm.Tests Bumps [Newtonsoft.Json](https://github.com/JamesNK/Newtonsoft.Json) from 13.0.1 to 13.0.2. - [Release notes](https://github.com/JamesNK/Newtonsoft.Json/releases) - [Commits](https://github.com/JamesNK/Newtonsoft.Json/compare/13.0.1...13.0.2) --- updated-dependencies: - dependency-name: Newtonsoft.Json dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> --- src/AngleSharp.Wasm.Tests/AngleSharp.Wasm.Tests.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/AngleSharp.Wasm.Tests/AngleSharp.Wasm.Tests.csproj b/src/AngleSharp.Wasm.Tests/AngleSharp.Wasm.Tests.csproj index 1097a28..fb4fa35 100644 --- a/src/AngleSharp.Wasm.Tests/AngleSharp.Wasm.Tests.csproj +++ b/src/AngleSharp.Wasm.Tests/AngleSharp.Wasm.Tests.csproj @@ -15,7 +15,7 @@ </ItemGroup> <ItemGroup> - <PackageReference Include="Newtonsoft.Json" Version="13.0.1" /> + <PackageReference Include="Newtonsoft.Json" Version="13.0.2" /> <PackageReference Include="GitHubActionsTestLogger" Version="1.2.0" /> <PackageReference Include="NUnit" Version="3.13.1" /> <PackageReference Include="NUnit3TestAdapter" Version="3.17.0" />