Skip to content

Commit 91dd18f

Browse files
Bump Newtonsoft.Json in /NetCore/ClearScriptConsole (#462)
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] <support@github.com> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 85ee46f commit 91dd18f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

NetCore/ClearScript.V8/ClearScript.V8.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@
139139
</ItemGroup>
140140

141141
<ItemGroup>
142-
<PackageReference Include="Newtonsoft.Json" Version="13.0.1" />
142+
<PackageReference Include="Newtonsoft.Json" Version="13.0.2" />
143143
</ItemGroup>
144144

145145
<ItemGroup>

NetCore/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)