Skip to content

Commit

Permalink
updated vulnerable deps
Browse files Browse the repository at this point in the history
  • Loading branch information
jakubmisek committed Jun 2, 2024
1 parent d93e184 commit b4fb826
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="Npgsql" Version="4.1.5" />
<PackageReference Include="Npgsql" Version="4.1.14" />
</ItemGroup>

</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="System.Data.SqlClient" Version="4.6.0" />
<PackageReference Include="System.Data.SqlClient" Version="4.8.6" />
</ItemGroup>

</Project>
2 changes: 1 addition & 1 deletion src/Peachpie.Library.MsSql/Peachpie.Library.MsSql.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="System.Data.SqlClient" Version="4.6.0" />
<PackageReference Include="System.Data.SqlClient" Version="4.8.6" />
</ItemGroup>

</Project>
2 changes: 1 addition & 1 deletion src/Peachpie.Library.XmlDom/Peachpie.Library.XmlDom.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<PackageReference Include="System.Xml.XmlDocument" Version="4.3.0" />
<PackageReference Include="System.Xml.XPath" Version="4.3.0" />
<PackageReference Include="System.Xml.XPath.XmlDocument" Version="4.3.0" />
<PackageReference Include="System.Security.Cryptography.Xml" Version="4.4.0" />
<PackageReference Include="System.Security.Cryptography.Xml" Version="4.7.1" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit b4fb826

Please sign in to comment.