From 67badd09f0ed10356a9512114372b24093fa6e02 Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Thu, 8 Dec 2022 03:03:41 +0000
Subject: [PATCH] Bump Newtonsoft.Json in /src/Surging.Tools/Surging.Tools.Cli

Bumps [Newtonsoft.Json](https://github.com/JamesNK/Newtonsoft.Json) from 11.0.2 to 13.0.2.
- [Release notes](https://github.com/JamesNK/Newtonsoft.Json/releases)
- [Commits](https://github.com/JamesNK/Newtonsoft.Json/compare/11.0.2...13.0.2)

---
updated-dependencies:
- dependency-name: Newtonsoft.Json
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
---
 .../Surging.Core.CPlatform/Surging.Core.CPlatform.csproj        | 2 +-
 src/Surging.Tools/Surging.Tools.Cli/Surging.Tools.Cli.csproj    | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/Surging.Core/Surging.Core.CPlatform/Surging.Core.CPlatform.csproj b/src/Surging.Core/Surging.Core.CPlatform/Surging.Core.CPlatform.csproj
index fa9dbb04..4f8b8e09 100644
--- a/src/Surging.Core/Surging.Core.CPlatform/Surging.Core.CPlatform.csproj
+++ b/src/Surging.Core/Surging.Core.CPlatform/Surging.Core.CPlatform.csproj
@@ -29,7 +29,7 @@
     <PackageReference Include="Microsoft.Extensions.DependencyModel" Version="2.1.0" />
     <PackageReference Include="Microsoft.Extensions.FileProviders.Physical" Version="2.2.0" />
     <PackageReference Include="Microsoft.Extensions.Logging" Version="2.2.0" />
-    <PackageReference Include="Newtonsoft.Json" Version="11.0.2" />
+    <PackageReference Include="Newtonsoft.Json" Version="13.0.2" />
   </ItemGroup>
 
   <ItemGroup>
diff --git a/src/Surging.Tools/Surging.Tools.Cli/Surging.Tools.Cli.csproj b/src/Surging.Tools/Surging.Tools.Cli/Surging.Tools.Cli.csproj
index 57fe4087..5c061645 100644
--- a/src/Surging.Tools/Surging.Tools.Cli/Surging.Tools.Cli.csproj
+++ b/src/Surging.Tools/Surging.Tools.Cli/Surging.Tools.Cli.csproj
@@ -22,7 +22,7 @@
     <PackageReference Include="MessagePack" Version="1.7.3.4" />
     <PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="3.1.5" />
     <PackageReference Include="Microsoft.Extensions.Http" Version="3.1.5" />
-    <PackageReference Include="Newtonsoft.Json" Version="11.0.2" />
+    <PackageReference Include="Newtonsoft.Json" Version="13.0.2" />
   </ItemGroup>
 
   <ItemGroup>