Skip to content

Commit a2d121b

Browse files
Bump HtmlAgilityPack from 1.11.40 to 1.11.42 (#800)
Bumps [HtmlAgilityPack](https://github.com/zzzprojects/html-agility-pack) from 1.11.40 to 1.11.42. - [Release notes](https://github.com/zzzprojects/html-agility-pack/releases) - [Commits](zzzprojects/html-agility-pack@v1.11.40...v1.11.42) --- updated-dependencies: - dependency-name: HtmlAgilityPack dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 459b2aa commit a2d121b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/Core/Silk.NET.BuildTools/Silk.NET.BuildTools.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
<ItemGroup>
1616
<PackageReference Include="CommandLineParser" Version="2.8.0" />
17-
<PackageReference Include="HtmlAgilityPack" Version="1.11.40" />
17+
<PackageReference Include="HtmlAgilityPack" Version="1.11.42" />
1818
<PackageReference Include="Humanizer.Core" Version="2.8.26" />
1919
<PackageReference Include="Microsoft.CodeAnalysis.CSharp" Version="3.11.0" />
2020
<PackageReference Include="Microsoft.Extensions.FileSystemGlobbing" Version="6.0.0" />

src/Website/Silk.NET.Statiq/Silk.NET.Statiq.csproj

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

1010
<ItemGroup>
11-
<PackageReference Include="HtmlAgilityPack" Version="1.11.40" />
11+
<PackageReference Include="HtmlAgilityPack" Version="1.11.42" />
1212
<PackageReference Include="Microsoft.CodeAnalysis.CSharp.Scripting" Version="3.11.0" />
1313
<PackageReference Include="Statiq.App" Version="1.0.0-beta.48" />
1414
<PackageReference Include="Statiq.Feeds" Version="1.0.0-beta.48" />

0 commit comments

Comments
 (0)