From f6ce71d812a6953abdbf2f6927dd81215fd108c7 Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Tue, 10 Jan 2023 18:24:25 +0000
Subject: [PATCH] Bump Newtonsoft.Json from 12.0.2 to 13.0.2 in /CheapLoc

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

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

Signed-off-by: dependabot[bot] <support@github.com>
---
 CheapLoc/CheapLoc.csproj | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/CheapLoc/CheapLoc.csproj b/CheapLoc/CheapLoc.csproj
index 3ca79af..5935acb 100644
--- a/CheapLoc/CheapLoc.csproj
+++ b/CheapLoc/CheapLoc.csproj
@@ -33,6 +33,6 @@
   <ItemGroup>
     <PackageReference Include="Mono.Cecil" Version="0.11.3" Condition=" '$(TargetFramework)' == 'netstandard2.0' " />
     <PackageReference Include="Mono.Cecil" Version="0.9.6.1" Condition=" '$(TargetFramework)' == 'net472' " />
-    <PackageReference Include="Newtonsoft.Json" Version="12.0.2" />
+    <PackageReference Include="Newtonsoft.Json" Version="13.0.1" />
   </ItemGroup>
 </Project>