Skip to content

Commit ebbce17

Browse files
Bump HtmlAgilityPack from 1.11.57 to 1.11.59
Bumps [HtmlAgilityPack](https://github.com/zzzprojects/html-agility-pack) from 1.11.57 to 1.11.59. - [Release notes](https://github.com/zzzprojects/html-agility-pack/releases) - [Commits](zzzprojects/html-agility-pack@v1.11.57...v1.11.59) --- updated-dependencies: - dependency-name: HtmlAgilityPack dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent ceb2559 commit ebbce17

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/Common/Common.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="HtmlAgilityPack" Version="1.11.57" />
20+
<PackageReference Include="HtmlAgilityPack" Version="1.11.59" />
2121
<PackageReference Include="JetBrains.Annotations" Version="2023.3.0" />
2222
<PackageReference Include="Microsoft.Extensions.Caching.Abstractions" Version="7.0.0" />
2323
<PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="8.0.0" />

src/Domain/Domain.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
</PropertyGroup>
88

99
<ItemGroup>
10-
<PackageReference Include="HtmlAgilityPack" Version="1.11.57" />
10+
<PackageReference Include="HtmlAgilityPack" Version="1.11.59" />
1111
<PackageReference Include="Microsoft.Extensions.Caching.Abstractions" Version="7.0.0" />
1212
<PackageReference Include="Microsoft.Extensions.Http" Version="8.0.0" />
1313
<PackageReference Include="Microsoft.SyndicationFeed.ReaderWriter" Version="1.0.2" />

0 commit comments

Comments
 (0)