From 01dbdd5df059d7ec369a3f47a0cae5dbe7bc34ce Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Thu, 8 Dec 2022 09:27:58 +0000
Subject: [PATCH] Bump Newtonsoft.Json from 13.0.1 to 13.0.2 in
 /MultiCommentViewer

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>
---
 BigoSitePlugin/BigoSitePlugin.csproj               | 2 +-
 BouyomiPlugin/BouyomiPlugin.csproj                 | 2 +-
 Common/Common.csproj                               | 2 +-
 LineLiveSitePlugin/LineLiveSitePlugin.csproj       | 2 +-
 MildomSitePlugin/MildomSitePlugin.csproj           | 2 +-
 MirrativSitePlugin/MirrativSitePlugin.csproj       | 2 +-
 MixchSitePlugin/MixchSitePlugin.csproj             | 2 +-
 MultiCommentViewer/MultiCommentViewer.csproj       | 2 +-
 NicoSitePlugin2/NicoSitePlugin2.csproj             | 2 +-
 OpenrecSitePlugin/OpenrecSitePlugin.csproj         | 2 +-
 PeriscopeSitePlugin/PeriscopeSitePlugin.csproj     | 2 +-
 ShowRoomSitePlugin/ShowRoomSitePlugin.csproj       | 2 +-
 TestSitePlugin/TestSitePlugin.csproj               | 2 +-
 TwicasSitePlugin/TwicasSitePlugin.csproj           | 2 +-
 TwitchSitePlugin/TwitchSitePlugin.csproj           | 2 +-
 WhowatchSitePlugin/WhowatchSitePlugin.csproj       | 2 +-
 YouTubeLiveSitePlugin/YouTubeLiveSitePlugin.csproj | 2 +-
 17 files changed, 17 insertions(+), 17 deletions(-)

diff --git a/BigoSitePlugin/BigoSitePlugin.csproj b/BigoSitePlugin/BigoSitePlugin.csproj
index 153dfaef..2ace65bc 100644
--- a/BigoSitePlugin/BigoSitePlugin.csproj
+++ b/BigoSitePlugin/BigoSitePlugin.csproj
@@ -38,7 +38,7 @@
   </PropertyGroup>
   <ItemGroup>
     <PackageReference Include="Extended.Wpf.Toolkit" Version="4.0.2" />
-    <PackageReference Include="Newtonsoft.Json" Version="13.0.1" />
+    <PackageReference Include="Newtonsoft.Json" Version="13.0.2" />
     <PackageReference Include="System.ServiceModel.Primitives" Version="4.8.1" />
     <PackageReference Include="System.ValueTuple" Version="4.5.0" />
   </ItemGroup>
diff --git a/BouyomiPlugin/BouyomiPlugin.csproj b/BouyomiPlugin/BouyomiPlugin.csproj
index c67baf87..226f0a5a 100644
--- a/BouyomiPlugin/BouyomiPlugin.csproj
+++ b/BouyomiPlugin/BouyomiPlugin.csproj
@@ -37,7 +37,7 @@
   </PropertyGroup>
   <ItemGroup>
     <PackageReference Include="Extended.Wpf.Toolkit" Version="4.0.2" />
-    <PackageReference Include="Newtonsoft.Json" Version="13.0.1" />
+    <PackageReference Include="Newtonsoft.Json" Version="13.0.2" />
     <PackageReference Include="System.ServiceModel.Primitives" Version="4.8.1" />
     <PackageReference Include="System.ValueTuple" Version="4.5.0" />
   </ItemGroup>
diff --git a/Common/Common.csproj b/Common/Common.csproj
index 1187078f..5d33464b 100644
--- a/Common/Common.csproj
+++ b/Common/Common.csproj
@@ -42,7 +42,7 @@
   </PropertyGroup>
   <ItemGroup>
     <PackageReference Include="MvvmLightLibs" Version="5.4.1.1" />
-    <PackageReference Include="Newtonsoft.Json" Version="13.0.1" />
+    <PackageReference Include="Newtonsoft.Json" Version="13.0.2" />
     <PackageReference Include="SharpVectors" Version="1.7.6" />
     <PackageReference Include="System.Data.SQLite.Core" Version="1.0.114.3" PrivateAssets="none" />
     <PackageReference Include="WebSocket4Net" Version="0.15.2" />
diff --git a/LineLiveSitePlugin/LineLiveSitePlugin.csproj b/LineLiveSitePlugin/LineLiveSitePlugin.csproj
index add5a303..5b95e3ae 100644
--- a/LineLiveSitePlugin/LineLiveSitePlugin.csproj
+++ b/LineLiveSitePlugin/LineLiveSitePlugin.csproj
@@ -38,7 +38,7 @@
   </PropertyGroup>
   <ItemGroup>
     <PackageReference Include="Extended.Wpf.Toolkit" Version="4.0.2" />
-    <PackageReference Include="Newtonsoft.Json" Version="13.0.1" />
+    <PackageReference Include="Newtonsoft.Json" Version="13.0.2" />
     <PackageReference Include="System.ServiceModel.Primitives" Version="4.8.1" />
     <PackageReference Include="System.ValueTuple" Version="4.5.0" />
   </ItemGroup>
diff --git a/MildomSitePlugin/MildomSitePlugin.csproj b/MildomSitePlugin/MildomSitePlugin.csproj
index 11c09e82..09371d30 100644
--- a/MildomSitePlugin/MildomSitePlugin.csproj
+++ b/MildomSitePlugin/MildomSitePlugin.csproj
@@ -38,7 +38,7 @@
   </PropertyGroup>
   <ItemGroup>
     <PackageReference Include="Extended.Wpf.Toolkit" Version="4.0.2" />
-    <PackageReference Include="Newtonsoft.Json" Version="13.0.1" />
+    <PackageReference Include="Newtonsoft.Json" Version="13.0.2" />
     <PackageReference Include="System.ServiceModel.Primitives" Version="4.8.1" />
     <PackageReference Include="System.ValueTuple" Version="4.5.0" />
   </ItemGroup>
diff --git a/MirrativSitePlugin/MirrativSitePlugin.csproj b/MirrativSitePlugin/MirrativSitePlugin.csproj
index 53836d56..1f97e488 100644
--- a/MirrativSitePlugin/MirrativSitePlugin.csproj
+++ b/MirrativSitePlugin/MirrativSitePlugin.csproj
@@ -38,7 +38,7 @@
   </PropertyGroup>
   <ItemGroup>
     <PackageReference Include="Extended.Wpf.Toolkit" Version="4.0.2" />
-    <PackageReference Include="Newtonsoft.Json" Version="13.0.1" />
+    <PackageReference Include="Newtonsoft.Json" Version="13.0.2" />
     <PackageReference Include="System.ServiceModel.Primitives" Version="4.8.1" />
     <PackageReference Include="System.ValueTuple" Version="4.5.0" />
   </ItemGroup>
diff --git a/MixchSitePlugin/MixchSitePlugin.csproj b/MixchSitePlugin/MixchSitePlugin.csproj
index fae82649..8f42fcf2 100644
--- a/MixchSitePlugin/MixchSitePlugin.csproj
+++ b/MixchSitePlugin/MixchSitePlugin.csproj
@@ -39,7 +39,7 @@
   </PropertyGroup>
   <ItemGroup>
     <PackageReference Include="Extended.Wpf.Toolkit" Version="4.0.2" />
-    <PackageReference Include="Newtonsoft.Json" Version="13.0.1" />
+    <PackageReference Include="Newtonsoft.Json" Version="13.0.2" />
     <PackageReference Include="System.Resources.Extensions" Version="4.6.0" />
     <PackageReference Include="System.ServiceModel.Primitives" Version="4.8.1" />
     <PackageReference Include="System.ValueTuple" Version="4.5.0" />
diff --git a/MultiCommentViewer/MultiCommentViewer.csproj b/MultiCommentViewer/MultiCommentViewer.csproj
index c550fc68..5b1cc7ed 100644
--- a/MultiCommentViewer/MultiCommentViewer.csproj
+++ b/MultiCommentViewer/MultiCommentViewer.csproj
@@ -51,7 +51,7 @@
     <PackageReference Include="Extended.Wpf.Toolkit" Version="4.0.2" />
     <PackageReference Include="Microsoft.Data.Sqlite.Core" Version="5.0.0" />
     <PackageReference Include="MvvmLightLibs" Version="5.4.1.1" />
-    <PackageReference Include="Newtonsoft.Json" Version="13.0.1" />
+    <PackageReference Include="Newtonsoft.Json" Version="13.0.2" />
     <PackageReference Include="SQLitePCLRaw.bundle_winsqlite3" Version="2.0.4" />
     <PackageReference Include="System.ComponentModel.Composition" Version="5.0.0" />
     <PackageReference Include="System.Data.SQLite.Core" Version="1.0.114.3" />
diff --git a/NicoSitePlugin2/NicoSitePlugin2.csproj b/NicoSitePlugin2/NicoSitePlugin2.csproj
index 4833972c..627e8e86 100644
--- a/NicoSitePlugin2/NicoSitePlugin2.csproj
+++ b/NicoSitePlugin2/NicoSitePlugin2.csproj
@@ -38,7 +38,7 @@
   </PropertyGroup>
   <ItemGroup>
     <PackageReference Include="Extended.Wpf.Toolkit" Version="4.0.2" />
-    <PackageReference Include="Newtonsoft.Json" Version="13.0.1" />
+    <PackageReference Include="Newtonsoft.Json" Version="13.0.2" />
     <PackageReference Include="System.ServiceModel.Primitives" Version="4.8.1" />
     <PackageReference Include="System.ValueTuple" Version="4.5.0" />
   </ItemGroup>
diff --git a/OpenrecSitePlugin/OpenrecSitePlugin.csproj b/OpenrecSitePlugin/OpenrecSitePlugin.csproj
index 4941d1bb..8983f8d2 100644
--- a/OpenrecSitePlugin/OpenrecSitePlugin.csproj
+++ b/OpenrecSitePlugin/OpenrecSitePlugin.csproj
@@ -39,7 +39,7 @@
   </PropertyGroup>
   <ItemGroup>
     <PackageReference Include="Extended.Wpf.Toolkit" Version="4.0.2" />
-    <PackageReference Include="Newtonsoft.Json" Version="13.0.1" />
+    <PackageReference Include="Newtonsoft.Json" Version="13.0.2" />
     <PackageReference Include="System.Resources.Extensions" Version="4.6.0" />
     <PackageReference Include="System.ServiceModel.Primitives" Version="4.8.1" />
     <PackageReference Include="System.ValueTuple" Version="4.5.0" />
diff --git a/PeriscopeSitePlugin/PeriscopeSitePlugin.csproj b/PeriscopeSitePlugin/PeriscopeSitePlugin.csproj
index 34bb0736..ad8b58c6 100644
--- a/PeriscopeSitePlugin/PeriscopeSitePlugin.csproj
+++ b/PeriscopeSitePlugin/PeriscopeSitePlugin.csproj
@@ -38,7 +38,7 @@
   </PropertyGroup>
   <ItemGroup>
     <PackageReference Include="Extended.Wpf.Toolkit" Version="4.0.2" />
-    <PackageReference Include="Newtonsoft.Json" Version="13.0.1" />
+    <PackageReference Include="Newtonsoft.Json" Version="13.0.2" />
     <PackageReference Include="System.ServiceModel.Primitives" Version="4.8.1" />
     <PackageReference Include="System.ValueTuple" Version="4.5.0" />
   </ItemGroup>
diff --git a/ShowRoomSitePlugin/ShowRoomSitePlugin.csproj b/ShowRoomSitePlugin/ShowRoomSitePlugin.csproj
index b76a6552..5764802f 100644
--- a/ShowRoomSitePlugin/ShowRoomSitePlugin.csproj
+++ b/ShowRoomSitePlugin/ShowRoomSitePlugin.csproj
@@ -38,7 +38,7 @@
   </PropertyGroup>
   <ItemGroup>
     <PackageReference Include="Extended.Wpf.Toolkit" Version="4.0.2" />
-    <PackageReference Include="Newtonsoft.Json" Version="13.0.1" />
+    <PackageReference Include="Newtonsoft.Json" Version="13.0.2" />
     <PackageReference Include="System.ServiceModel.Primitives" Version="4.8.1" />
     <PackageReference Include="System.ValueTuple" Version="4.5.0" />
   </ItemGroup>
diff --git a/TestSitePlugin/TestSitePlugin.csproj b/TestSitePlugin/TestSitePlugin.csproj
index d065248d..81755ed3 100644
--- a/TestSitePlugin/TestSitePlugin.csproj
+++ b/TestSitePlugin/TestSitePlugin.csproj
@@ -38,7 +38,7 @@
   </PropertyGroup>
   <ItemGroup>
     <PackageReference Include="Extended.Wpf.Toolkit" Version="4.0.2" />
-    <PackageReference Include="Newtonsoft.Json" Version="13.0.1" />
+    <PackageReference Include="Newtonsoft.Json" Version="13.0.2" />
     <PackageReference Include="System.ServiceModel.Primitives" Version="4.8.1" />
     <PackageReference Include="System.ValueTuple" Version="4.5.0" />
   </ItemGroup>
diff --git a/TwicasSitePlugin/TwicasSitePlugin.csproj b/TwicasSitePlugin/TwicasSitePlugin.csproj
index 4c1e86e9..e1cf47fa 100644
--- a/TwicasSitePlugin/TwicasSitePlugin.csproj
+++ b/TwicasSitePlugin/TwicasSitePlugin.csproj
@@ -38,7 +38,7 @@
   </PropertyGroup>
   <ItemGroup>
     <PackageReference Include="Extended.Wpf.Toolkit" Version="4.0.2" />
-    <PackageReference Include="Newtonsoft.Json" Version="13.0.1" />
+    <PackageReference Include="Newtonsoft.Json" Version="13.0.2" />
     <PackageReference Include="System.ServiceModel.Primitives" Version="4.8.1" />
     <PackageReference Include="System.ValueTuple" Version="4.5.0" />
   </ItemGroup>
diff --git a/TwitchSitePlugin/TwitchSitePlugin.csproj b/TwitchSitePlugin/TwitchSitePlugin.csproj
index ea2442bf..1c6da189 100644
--- a/TwitchSitePlugin/TwitchSitePlugin.csproj
+++ b/TwitchSitePlugin/TwitchSitePlugin.csproj
@@ -38,7 +38,7 @@
   </PropertyGroup>
   <ItemGroup>
     <PackageReference Include="Extended.Wpf.Toolkit" Version="4.0.2" />
-    <PackageReference Include="Newtonsoft.Json" Version="13.0.1" />
+    <PackageReference Include="Newtonsoft.Json" Version="13.0.2" />
     <PackageReference Include="System.ServiceModel.Primitives" Version="4.8.1" />
     <PackageReference Include="System.ValueTuple" Version="4.5.0" />
   </ItemGroup>
diff --git a/WhowatchSitePlugin/WhowatchSitePlugin.csproj b/WhowatchSitePlugin/WhowatchSitePlugin.csproj
index 5c9c78ff..a3289e8c 100644
--- a/WhowatchSitePlugin/WhowatchSitePlugin.csproj
+++ b/WhowatchSitePlugin/WhowatchSitePlugin.csproj
@@ -38,7 +38,7 @@
   </PropertyGroup>
   <ItemGroup>
     <PackageReference Include="Extended.Wpf.Toolkit" Version="4.0.2" />
-    <PackageReference Include="Newtonsoft.Json" Version="13.0.1" />
+    <PackageReference Include="Newtonsoft.Json" Version="13.0.2" />
     <PackageReference Include="System.ServiceModel.Primitives" Version="4.8.1" />
     <PackageReference Include="System.ValueTuple" Version="4.5.0" />
   </ItemGroup>
diff --git a/YouTubeLiveSitePlugin/YouTubeLiveSitePlugin.csproj b/YouTubeLiveSitePlugin/YouTubeLiveSitePlugin.csproj
index 87caee4b..e2a99f18 100644
--- a/YouTubeLiveSitePlugin/YouTubeLiveSitePlugin.csproj
+++ b/YouTubeLiveSitePlugin/YouTubeLiveSitePlugin.csproj
@@ -38,7 +38,7 @@
   </PropertyGroup>
   <ItemGroup>
     <PackageReference Include="Extended.Wpf.Toolkit" Version="4.0.2" />
-    <PackageReference Include="Newtonsoft.Json" Version="13.0.1" />
+    <PackageReference Include="Newtonsoft.Json" Version="13.0.2" />
     <PackageReference Include="System.ServiceModel.Primitives" Version="4.8.1" />
     <PackageReference Include="System.ValueTuple" Version="4.5.0" />
   </ItemGroup>