[shexTest] Pull Request: Bump @xmldom/xmldom from 0.8.3 to 0.8.7

dependabot[bot] has just labeled a pull request from dependabot[bot] for https://github.com/shexSpec/shexTest as "dependencies":

== Bump @xmldom/xmldom from 0.8.3 to 0.8.7 ==
Bumps [@xmldom/xmldom](https://github.com/xmldom/xmldom) from 0.8.3 to 0.8.7.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/xmldom/xmldom/releases"><code>@​xmldom/xmldom</code>'s releases</a>.</em></p>
<blockquote>
<h2>0.8.7</h2>
<p><a href="https://github.com/xmldom/xmldom/compare/0.8.6...0.8.7">Commits</a></p>
<h3>Fixed</h3>
<ul>
<li>properly parse closing where the last attribute has no value <a href="https://redirect.github.com/xmldom/xmldom/pull/485"><code>[#485](https://github.com/xmldom/xmldom/issues/485)</code></a> / <a href="https://redirect.github.com/xmldom/xmldom/issues/486"><code>[#486](https://github.com/xmldom/xmldom/issues/486)</code></a></li>
</ul>
<p>Thank you, <a href="https://github.com/bulandent"><code>@​bulandent</code></a>, for your contributions</p>
<h2>0.8.6</h2>
<p><a href="https://github.com/xmldom/xmldom/compare/0.8.5...0.8.6">Commits</a></p>
<h3>Fixed</h3>
<ul>
<li>Properly check nodes before replacement <a href="https://redirect.github.com/xmldom/xmldom/pull/457"><code>[#457](https://github.com/xmldom/xmldom/issues/457)</code></a> / <a href="https://redirect.github.com/xmldom/xmldom/issues/455"><code>[#455](https://github.com/xmldom/xmldom/issues/455)</code></a> / <a href="https://redirect.github.com/xmldom/xmldom/issues/456"><code>[#456](https://github.com/xmldom/xmldom/issues/456)</code></a></li>
</ul>
<p>Thank you, <a href="https://github.com/edemaine"><code>@​edemaine</code></a>, <a href="https://github.com/pedro-l9"><code>@​pedro-l9</code></a>, for your contributions</p>
<h2>0.8.5</h2>
<p><a href="https://github.com/xmldom/xmldom/compare/0.8.4...0.8.5">Commits</a></p>
<h3>Fixed</h3>
<ul>
<li>fix: Restore ES5 compatibility <a href="https://redirect.github.com/xmldom/xmldom/pull/452"><code>[#452](https://github.com/xmldom/xmldom/issues/452)</code></a> / <a href="https://redirect.github.com/xmldom/xmldom/issues/453"><code>[#453](https://github.com/xmldom/xmldom/issues/453)</code></a></li>
</ul>
<p>Thank you, <a href="https://github.com/fengxinming"><code>@​fengxinming</code></a>, for your contributions</p>
<h2>0.8.4</h2>
<p><a href="https://github.com/xmldom/xmldom/compare/0.8.3...0.8.4">Commits</a></p>
<h3>Fixed</h3>
<ul>
<li>Security: Prevent inserting DOM nodes when they are not well-formed <a href="https://github.com/xmldom/xmldom/security/advisories/GHSA-crh6-fp67-6883"><code>CVE-2022-39353</code></a>
In case such a DOM would be created, the part that is not well-formed will be transformed into text nodes, in which xml specific characters like <code>&lt;</code> and <code>&gt;</code> are encoded accordingly.
In the upcoming version 0.9.0 those text nodes will no longer be added and an error will be thrown instead.
This change can break your code, if you relied on this behavior, e.g. multiple root elements in the past. We consider it more important to align with the specs that we want to be aligned with, considering the potential security issues that might derive from people not being aware of the difference in behavior.
Related Spec: <a href="https://dom.spec.whatwg.org/#concept-node-ensure-pre-insertion-validity">https://dom.spec.whatwg.org/#concept-node-ensure-pre-insertion-validity</a></li>
</ul>
<p>Thank you, <a href="https://github.com/frumioj"><code>@​frumioj</code></a>, <a href="https://github.com/cjbarth"><code>@​cjbarth</code></a>, <a href="https://github.com/markgollnick"><code>@​markgollnick</code></a> for your contributions</p>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a href="https://github.com/xmldom/xmldom/blob/master/CHANGELOG.md"><code>@​xmldom/xmldom</code>'s changelog</a>.</em></p>
<blockquote>
<h2><a href="https://github.com/xmldom/xmldom/compare/0.8.6...0.8.7">0.8.7</a></h2>
<h3>Fixed</h3>
<ul>
<li>properly parse closing where the last attribute has no value <a href="https://redirect.github.com/xmldom/xmldom/pull/485"><code>[#485](https://github.com/xmldom/xmldom/issues/485)</code></a> / <a href="https://redirect.github.com/xmldom/xmldom/issues/486"><code>[#486](https://github.com/xmldom/xmldom/issues/486)</code></a></li>
</ul>
<p>Thank you, <a href="https://github.com/bulandent"><code>@​bulandent</code></a>, for your contributions</p>
<h2><a href="https://github.com/xmldom/xmldom/compare/0.7.9...0.7.10">0.7.10</a></h2>
<h3>Fixed</h3>
<ul>
<li>properly parse closing where the last attribute has no value <a href="https://redirect.github.com/xmldom/xmldom/pull/485"><code>[#485](https://github.com/xmldom/xmldom/issues/485)</code></a> / <a href="https://redirect.github.com/xmldom/xmldom/issues/486"><code>[#486](https://github.com/xmldom/xmldom/issues/486)</code></a></li>
</ul>
<p>Thank you, <a href="https://github.com/bulandent"><code>@​bulandent</code></a>, for your contributions</p>
<h2><a href="https://github.com/xmldom/xmldom/compare/0.8.5...0.8.6">0.8.6</a></h2>
<h3>Fixed</h3>
<ul>
<li>Properly check nodes before replacement <a href="https://redirect.github.com/xmldom/xmldom/pull/457"><code>[#457](https://github.com/xmldom/xmldom/issues/457)</code></a> / <a href="https://redirect.github.com/xmldom/xmldom/issues/455"><code>[#455](https://github.com/xmldom/xmldom/issues/455)</code></a> / <a href="https://redirect.github.com/xmldom/xmldom/issues/456"><code>[#456](https://github.com/xmldom/xmldom/issues/456)</code></a></li>
</ul>
<p>Thank you, <a href="https://github.com/edemaine"><code>@​edemaine</code></a>, <a href="https://github.com/pedro-l9"><code>@​pedro-l9</code></a>, for your contributions</p>
<h2><a href="https://github.com/xmldom/xmldom/compare/0.7.8...0.7.9">0.7.9</a></h2>
<h3>Fixed</h3>
<ul>
<li>Properly check nodes before replacement <a href="https://redirect.github.com/xmldom/xmldom/pull/457"><code>[#457](https://github.com/xmldom/xmldom/issues/457)</code></a> / <a href="https://redirect.github.com/xmldom/xmldom/issues/455"><code>[#455](https://github.com/xmldom/xmldom/issues/455)</code></a> / <a href="https://redirect.github.com/xmldom/xmldom/issues/456"><code>[#456](https://github.com/xmldom/xmldom/issues/456)</code></a></li>
</ul>
<p>Thank you, <a href="https://github.com/edemaine"><code>@​edemaine</code></a>, <a href="https://github.com/pedro-l9"><code>@​pedro-l9</code></a>, for your contributions</p>
<h2><a href="https://github.com/xmldom/xmldom/compare/0.9.0-beta.5...0.9.0-beta.6">0.9.0-beta.6</a></h2>
<h3>Fixed</h3>
<ul>
<li>Properly check nodes before replacement <a href="https://redirect.github.com/xmldom/xmldom/pull/457"><code>[#457](https://github.com/xmldom/xmldom/issues/457)</code></a> / <a href="https://redirect.github.com/xmldom/xmldom/issues/455"><code>[#455](https://github.com/xmldom/xmldom/issues/455)</code></a> / <a href="https://redirect.github.com/xmldom/xmldom/issues/456"><code>[#456](https://github.com/xmldom/xmldom/issues/456)</code></a></li>
</ul>
<p>Thank you, <a href="https://github.com/edemaine"><code>@​edemaine</code></a>, <a href="https://github.com/pedro-l9"><code>@​pedro-l9</code></a>, for your contributions</p>
<h2><a href="https://github.com/xmldom/xmldom/compare/0.9.0-beta.4...0.9.0-beta.5">0.9.0-beta.5</a></h2>
<h3>Fixed</h3>
<ul>
<li>fix: Restore ES5 compatibility <a href="https://redirect.github.com/xmldom/xmldom/pull/452"><code>[#452](https://github.com/xmldom/xmldom/issues/452)</code></a> / <a href="https://redirect.github.com/xmldom/xmldom/issues/453"><code>[#453](https://github.com/xmldom/xmldom/issues/453)</code></a></li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/xmldom/xmldom/commit/b69bbbe278f81c63900959c38a8869f690482631"><code>b69bbbe</code></a> 0.8.7</li>
<li><a href="https://github.com/xmldom/xmldom/commit/eae888aa6b056ecea5ed69178a997b1c752b7581"><code>eae888a</code></a> fix: properly parse closing where the last attribute has no value (<a href="https://redirect.github.com/xmldom/xmldom/issues/485">#485</a>)</li>
<li><a href="https://github.com/xmldom/xmldom/commit/238b1ea8431fae8817812c68d55b4933248af07e"><code>238b1ea</code></a> 0.8.6</li>
<li><a href="https://github.com/xmldom/xmldom/commit/b6ad6e95f786f6994d41ab28dbcc45f5df71e194"><code>b6ad6e9</code></a> fix: Properly check nodes before replacement (<a href="https://redirect.github.com/xmldom/xmldom/issues/457">#457</a>)</li>
<li><a href="https://github.com/xmldom/xmldom/commit/d7cfa2b090039c13fc5b94ad279c94b02b341a91"><code>d7cfa2b</code></a> chore: Preconfigure branch and version in release script</li>
<li><a href="https://github.com/xmldom/xmldom/commit/afc57ec6f7348e96a5ca6aa59d4c21a106ca2cd8"><code>afc57ec</code></a> 0.8.5</li>
<li><a href="https://github.com/xmldom/xmldom/commit/1ab76c0fe2fba0af478c46766bccb499d6b5cfa0"><code>1ab76c0</code></a> style: Apply prettier to tests</li>
<li><a href="https://github.com/xmldom/xmldom/commit/2debbf396191f9d1dce8b34950287667236ad9f4"><code>2debbf3</code></a> fix: Restore ES5 compatibility (<a href="https://redirect.github.com/xmldom/xmldom/issues/452">#452</a>)</li>
<li><a href="https://github.com/xmldom/xmldom/commit/27fec1ff2fbc5a57ac3ab372d0a1efa230ece918"><code>27fec1f</code></a> 0.8.4</li>
<li><a href="https://github.com/xmldom/xmldom/commit/a14687a6d0c06e5fe68f77102a773414a40c83a7"><code>a14687a</code></a> docs: Prepare CHANGELOG for 0.8.4</li>
<li>Additional commits viewable in <a href="https://github.com/xmldom/xmldom/compare/0.8.3...0.8.7">compare view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@xmldom/xmldom&package-manager=npm_and_yarn&previous-version=0.8.3&new-version=0.8.7)](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 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)
You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/shexSpec/shexTest/network/alerts).

</details>

See https://github.com/shexSpec/shexTest/pull/62


-- 
Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config

Received on Sunday, 16 April 2023 17:06:18 UTC