Skip to content

Commit

Permalink
Merge pull request #591 from WildernessLabs/bug/vulnerability-fix
Browse files Browse the repository at this point in the history
Update system.text.json due to vulnerabilities
  • Loading branch information
adrianstevens authored Aug 23, 2024
2 parents f743031 + 717feed commit 9c3f3b6
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Source/v2/Meadow.Cloud.Client/Meadow.Cloud.Client.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<PackageReference Include="Microsoft.CSharp" Version="4.7.0" />
<PackageReference Include="System.IO.Hashing" Version="7.0.0" />
<PackageReference Include="System.Net.Http.Json" Version="7.0.1" />
<PackageReference Include="System.Text.Json" Version="7.0.3" />
<PackageReference Include="System.Text.Json" Version="8.*" />
</ItemGroup>

</Project>
4 changes: 2 additions & 2 deletions Source/v2/Meadow.Hcom/Meadow.HCom.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@
<ItemGroup>
<PackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="7.0.1" />
<PackageReference Include="Microsoft.Win32.Registry" Version="5.0.0" />
<PackageReference Include="System.IO.Ports" Version="7.0.0" />
<PackageReference Include="System.Text.Json" Version="7.0.3" />
<PackageReference Include="System.IO.Ports" Version="8.*" />
<PackageReference Include="System.Text.Json" Version="8.*" />
</ItemGroup>

</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="System.Net.Http.Json" Version="7.0.1" />
<PackageReference Include="System.Text.Json" Version="7.0.3" />
<PackageReference Include="System.IO.Hashing" Version="7.0.0" />
<PackageReference Include="System.Net.Http.Json" Version="8.*" />
<PackageReference Include="System.Text.Json" Version="8.*" />
<PackageReference Include="System.IO.Hashing" Version="8.*" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit 9c3f3b6

Please sign in to comment.