Skip to content

Commit 5978871

Browse files
Bump Newtonsoft.Json in /NetStandard/ClearScriptConsole (#461)
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](JamesNK/Newtonsoft.Json@13.0.1...13.0.2) --- updated-dependencies: - dependency-name: Newtonsoft.Json dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 91dd18f commit 5978871

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

NetStandard/ClearScript.V8/ClearScript.V8.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@
137137
</ItemGroup>
138138

139139
<ItemGroup>
140-
<PackageReference Include="Newtonsoft.Json" Version="13.0.1" />
140+
<PackageReference Include="Newtonsoft.Json" Version="13.0.2" />
141141
</ItemGroup>
142142

143143
<ItemGroup>

NetStandard/ClearScriptConsole/ClearScriptConsole.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040

4141
<ItemGroup>
4242
<PackageReference Include="MSTest.TestFramework" Version="2.2.10" />
43-
<PackageReference Include="Newtonsoft.Json" Version="13.0.1" />
43+
<PackageReference Include="Newtonsoft.Json" Version="13.0.2" />
4444
</ItemGroup>
4545

4646
<ItemGroup>

0 commit comments

Comments
 (0)