Skip to content

Commit

Permalink
build(deps): Bump HtmlAgilityPack from 1.11.54 to 1.11.55 (#316)
Browse files Browse the repository at this point in the history
Bumps
[HtmlAgilityPack](https://github.com/zzzprojects/html-agility-pack) from
1.11.54 to 1.11.55.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/zzzprojects/html-agility-pack/releases">HtmlAgilityPack's
releases</a>.</em></p>
<blockquote>
<h2>v1.11.55</h2>
<h2>Download the library <strong><a
href="https://www.nuget.org/packages/HtmlAgilityPack/">here</a></strong></h2>
<ul>
<li><strong>FIXED:</strong> Fix copyright symbol encoding; force
UTF-8-BOM encoding for C# files <a
href="https://redirect.github.com/zzzprojects/html-agility-pack/issues/526">#526</a></li>
<li><strong>FIXED:</strong> Inconsistent comment rendering <a
href="https://redirect.github.com/zzzprojects/html-agility-pack/issues/525">#525</a></li>
<li><strong>UPDATED:</strong> Due to package vulnerability (<a
href="https://redirect.github.com/zzzprojects/html-agility-pack/issues/527">#527</a>)
<ul>
<li><code>Microsoft.NETCore.UniversalWindowsPlatform</code> from
<code>5.2.3</code> to <code>5.2.4</code></li>
<li><code>System.Net.Http</code> from <code>4.3.2</code> to
<code>4.3.3</code></li>
</ul>
</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/zzzprojects/html-agility-pack/commit/ce120319e9818f5f3f1498aa907fd9a119760c9f"><code>ce12031</code></a>
Update assembly version for deployment</li>
<li><a
href="https://github.com/zzzprojects/html-agility-pack/commit/8d6212dc2757ac9279e2a84c2db229b4d74d94f1"><code>8d6212d</code></a>
Fix Inconsistent comment rendering <a
href="https://redirect.github.com/zzzprojects/html-agility-pack/issues/525">#525</a></li>
<li><a
href="https://github.com/zzzprojects/html-agility-pack/commit/91974d83ce7d886fa31ae2adc3b84469dd1dc377"><code>91974d8</code></a>
Update depencendies for <a
href="https://github.com/zzzprojects/html-agility-pack/issu">https://github.com/zzzprojects/html-agility-pack/issu</a>...</li>
<li><a
href="https://github.com/zzzprojects/html-agility-pack/commit/39839730087de42f79776e23a3e1c1470269f014"><code>3983973</code></a>
Update copyright &amp; url &amp; trademark</li>
<li><a
href="https://github.com/zzzprojects/html-agility-pack/commit/6fc77b64a8b5355b102ee1ab750f0b89d5a288c2"><code>6fc77b6</code></a>
Synchronize assembly version with old source</li>
<li><a
href="https://github.com/zzzprojects/html-agility-pack/commit/902741b41a17ca94103cc7011f2c91b8b7cddc7a"><code>902741b</code></a>
Update test project with latest source</li>
<li><a
href="https://github.com/zzzprojects/html-agility-pack/commit/7df32d96b03fd73c3333ebd69acaa8d7431e347e"><code>7df32d9</code></a>
Add signing key to 3.5 solution</li>
<li><a
href="https://github.com/zzzprojects/html-agility-pack/commit/f938a13aff48340fae81de45085a0de80e8f154b"><code>f938a13</code></a>
Merge pull request <a
href="https://redirect.github.com/zzzprojects/html-agility-pack/issues/526">#526</a>
from n-ski/fix-copyright-char-encoding</li>
<li><a
href="https://github.com/zzzprojects/html-agility-pack/commit/63950a168fed8710972095749a1d3e61492529f2"><code>63950a1</code></a>
Force UTF-8-BOM encoding for C# code files</li>
<li><a
href="https://github.com/zzzprojects/html-agility-pack/commit/5664b8b5bda48742a2d9ed9eb5bd9e31fc19a54d"><code>5664b8b</code></a>
Fix the copyright symbol encoding</li>
<li>See full diff in <a
href="https://github.com/zzzprojects/html-agility-pack/compare/v1.11.54...v1.11.55">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=HtmlAgilityPack&package-manager=nuget&previous-version=1.11.54&new-version=1.11.55)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`@dependabot rebase`.

[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@dependabot show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop
Dependabot creating any more for this major version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the
PR or upgrade to it yourself)


</details>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Dec 14, 2023
1 parent de7ce76 commit 0516def
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion EssentialCSharp.Web/EssentialCSharp.Web.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<PackageReference Include="ContentFeedNuget" Version="1.1.0-3366" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="HtmlAgilityPack" Version="1.11.54" />
<PackageReference Include="HtmlAgilityPack" Version="1.11.55" />
<PackageReference Include="IntelliTect.Multitool" Version="1.5.0" />
<PackageReference Include="Microsoft.VisualStudio.Web.CodeGeneration.Design" Version="7.0.11" />
<PackageReference Include="Microsoft.AspNetCore.Mvc.Razor.RuntimeCompilation" Version="7.0.14" />
Expand Down

0 comments on commit 0516def

Please sign in to comment.