Skip to content

Commit c93a2b2

Browse files
Bump Newtonsoft.Json in /NetFramework/ClearScriptConsole (ClearFoundry#459)
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 c01debb commit c93a2b2

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

NetFramework/ClearScript.V8/ClearScript.V8.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@
170170
</ItemGroup>
171171

172172
<ItemGroup>
173-
<PackageReference Include="Newtonsoft.Json" Version="13.0.1" />
173+
<PackageReference Include="Newtonsoft.Json" Version="13.0.2" />
174174
</ItemGroup>
175175

176176
<ItemGroup>

NetFramework/ClearScriptConsole/ClearScriptConsole.csproj

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

4545
<ItemGroup>
4646
<PackageReference Include="MSTest.TestFramework" Version="2.2.10" />
47-
<PackageReference Include="Newtonsoft.Json" Version="13.0.1" />
47+
<PackageReference Include="Newtonsoft.Json" Version="13.0.2" />
4848
</ItemGroup>
4949

5050
<ItemGroup>

0 commit comments

Comments
 (0)