Skip to content

Commit 9434233

Browse files
Bump Newtonsoft.Json from 9.0.1 to 13.0.1 in /src/src/LazyComponents (#69)
Bumps [Newtonsoft.Json](https://github.com/JamesNK/Newtonsoft.Json) from 9.0.1 to 13.0.1. - [Release notes](https://github.com/JamesNK/Newtonsoft.Json/releases) - [Commits](JamesNK/Newtonsoft.Json@9.0.1...13.0.1) --- updated-dependencies: - dependency-name: Newtonsoft.Json dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent e7f5254 commit 9434233

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/src/LazyComponents/LazyComponents.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<ItemGroup>
1616
<PackageReference Include="Microsoft.AspNetCore.Components" Version="3.0.0" />
1717
<PackageReference Include="Microsoft.AspNetCore.Components.Web" Version="3.0.0" />
18-
<PackageReference Include="Newtonsoft.Json" Version="9.0.1" />
18+
<PackageReference Include="Newtonsoft.Json" Version="13.0.1" />
1919
</ItemGroup>
2020

2121
<ItemGroup>

src/src/ManifestReader/ManifestReader.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
</ItemGroup>
1818

1919
<ItemGroup>
20-
<PackageReference Include="Newtonsoft.Json" Version="9.0.1" />
20+
<PackageReference Include="Newtonsoft.Json" Version="13.0.1" />
2121
</ItemGroup>
2222

2323
</Project>

0 commit comments

Comments
 (0)