Skip to content

Commit

Permalink
Bump HtmlAgilityPack from 1.11.49 to 1.11.50
Browse files Browse the repository at this point in the history
Bumps [HtmlAgilityPack](https://github.com/zzzprojects/html-agility-pack) from 1.11.49 to 1.11.50.
- [Release notes](https://github.com/zzzprojects/html-agility-pack/releases)
- [Commits](zzzprojects/html-agility-pack@v1.11.49...v1.11.50)

---
updated-dependencies:
- dependency-name: HtmlAgilityPack
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jul 20, 2023
1 parent 077e2fa commit a850b01
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Core/Silk.NET.BuildTools/Silk.NET.BuildTools.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

<ItemGroup>
<PackageReference Include="CommandLineParser" Version="2.9.1" />
<PackageReference Include="HtmlAgilityPack" Version="1.11.49" />
<PackageReference Include="HtmlAgilityPack" Version="1.11.50" />
<PackageReference Include="Humanizer.Core" Version="2.8.26" />
<PackageReference Include="Microsoft.CodeAnalysis.CSharp" Version="3.11.0" />
<PackageReference Include="Microsoft.Extensions.FileSystemGlobbing" Version="7.0.0" />
Expand Down
2 changes: 1 addition & 1 deletion src/Website/Silk.NET.Statiq/Silk.NET.Statiq.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="HtmlAgilityPack" Version="1.11.49" />
<PackageReference Include="HtmlAgilityPack" Version="1.11.50" />
<PackageReference Include="Microsoft.CodeAnalysis.CSharp.Scripting" Version="3.11.0" />
<PackageReference Include="Statiq.App" Version="1.0.0-beta.48" />
<PackageReference Include="Statiq.Feeds" Version="1.0.0-beta.48" />
Expand Down

0 comments on commit a850b01

Please sign in to comment.