From a489baaa05642307614ffa6d70a93be206f3a788 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 30 Jan 2024 01:07:44 +0000 Subject: [PATCH] Bump HtmlAgilityPack from 1.11.57 to 1.11.58 Bumps [HtmlAgilityPack](https://github.com/zzzprojects/html-agility-pack) from 1.11.57 to 1.11.58. - [Release notes](https://github.com/zzzprojects/html-agility-pack/releases) - [Commits](https://github.com/zzzprojects/html-agility-pack/compare/v1.11.57...v1.11.58) --- updated-dependencies: - dependency-name: HtmlAgilityPack dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> --- Jellyfin.Plugin.PhoenixAdult/PhoenixAdult.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jellyfin.Plugin.PhoenixAdult/PhoenixAdult.csproj b/Jellyfin.Plugin.PhoenixAdult/PhoenixAdult.csproj index a0fbe1e1..67cd631f 100644 --- a/Jellyfin.Plugin.PhoenixAdult/PhoenixAdult.csproj +++ b/Jellyfin.Plugin.PhoenixAdult/PhoenixAdult.csproj @@ -38,7 +38,7 @@ <ItemGroup> <PackageReference Include="FlareSolverrSharp" Version="3.0.5" /> - <PackageReference Include="HtmlAgilityPack" Version="1.11.57" /> + <PackageReference Include="HtmlAgilityPack" Version="1.11.58" /> <PackageReference Include="HttpClient.Caching" Version="1.3.7" /> <PackageReference Include="HttpToSocks5Proxy" Version="1.4.0" /> <PackageReference Include="Newtonsoft.Json" Version="13.0.2" />