Commit a0dc4a7
authored
Bump happy-dom from 20.8.3 to 20.8.9 in /src/vscode-bicep-ui (#19285)
Bumps [happy-dom](https://github.com/capricorn86/happy-dom) from 20.8.3
to 20.8.9.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/capricorn86/happy-dom/releases">happy-dom's
releases</a>.</em></p>
<blockquote>
<h2>v20.8.9</h2>
<h3>:construction_worker_man: Patch fixes</h3>
<ul>
<li>Fixes issue where cookies from the current origin was being
forwarded to the target origin in fetch requests - By <strong><a
href="https://github.com/capricorn86"><code>@capricorn86</code></a></strong>
in task <a
href="https://redirect.github.com/capricorn86/happy-dom/issues/2117">#2117</a>
<ul>
<li>A security advisory (<a
href="https://github.com/capricorn86/happy-dom/security/advisories/GHSA-w4gp-fjgq-3q4g">GHSA-w4gp-fjgq-3q4g</a>)
was reported for this security vulnerability. Big thanks to <a
href="https://github.com/r74tech"><code>@r74tech</code></a> for
reporting this!</li>
</ul>
</li>
</ul>
<h2>v20.8.8</h2>
<h3>:construction_worker_man: Patch fixes</h3>
<ul>
<li>Fixes issue where export names can be interpolated as executable
code in ESM - By <strong><a
href="https://github.com/capricorn86"><code>@capricorn86</code></a></strong>
in task <a
href="https://redirect.github.com/capricorn86/happy-dom/issues/2113">#2113</a>
<ul>
<li>A security advisory (<a
href="https://github.com/capricorn86/happy-dom/security/advisories/GHSA-6q6h-j7hj-3r64">GHSA-6q6h-j7hj-3r64</a>)
has been reported that shows a security vulnerability where it may be
possible to escape the VM context and get access to process level
functionality in unsafe environments using CommonJS. Big thanks to <a
href="https://github.com/tndud042713"><code>@tndud042713</code></a> for
reporting this!</li>
</ul>
</li>
</ul>
<h2>v20.8.7</h2>
<h3>:construction_worker_man: Patch fixes</h3>
<ul>
<li>Replace implementing Node.js <code>Console</code> with common
<code>IConsole</code> interface to support latest version of Bun - By
<strong><a
href="https://github.com/YevheniiKotyrlo"><code>@YevheniiKotyrlo</code></a></strong>
in task <a
href="https://redirect.github.com/capricorn86/happy-dom/issues/1845">#1845</a></li>
</ul>
<h2>v20.8.6</h2>
<h3>:construction_worker_man: Patch fixes</h3>
<ul>
<li><code>Request.formData()</code> should honor
"Content-Type" header - By <strong><a
href="https://github.com/brianhelba"><code>@brianhelba</code></a></strong>
in task <a
href="https://redirect.github.com/capricorn86/happy-dom/issues/2106">#2106</a></li>
</ul>
<h2>v20.8.5</h2>
<h3>:construction_worker_man: Patch fixes</h3>
<ul>
<li>Fixes error thrown when modifying DOM structure in
<code>connectedCallback()</code> - By <strong><a
href="https://github.com/capricorn86"><code>@capricorn86</code></a></strong>
in task <a
href="https://redirect.github.com/capricorn86/happy-dom/issues/2110">#2110</a></li>
</ul>
<h2>v20.8.4</h2>
<h3>:construction_worker_man: Patch fixes</h3>
<ul>
<li>Replace ConsoleConstructor import with indexed access type - By
<strong><a
href="https://github.com/YevheniiKotyrlo"><code>@YevheniiKotyrlo</code></a></strong>
in task <a
href="https://redirect.github.com/capricorn86/happy-dom/issues/1845">#1845</a></li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/capricorn86/happy-dom/commit/68324c21d7b98f53f7bb5a7b3e185bda7106e751"><code>68324c2</code></a>
fix: <a
href="https://redirect.github.com/capricorn86/happy-dom/issues/2117">#2117</a>
Fixes issue related to cookies from the current origin being for...</li>
<li><a
href="https://github.com/capricorn86/happy-dom/commit/5437fdf8f13adb9590f9f52616d9f69c3ee8db3c"><code>5437fdf</code></a>
fix: <a
href="https://redirect.github.com/capricorn86/happy-dom/issues/2113">#2113</a>
Fixes issue where export names can be interpolated as executable...</li>
<li><a
href="https://github.com/capricorn86/happy-dom/commit/7e97acbc0de9e9e8515b828bb1bb60f6c65eae44"><code>7e97acb</code></a>
fix: <a
href="https://redirect.github.com/capricorn86/happy-dom/issues/1845">#1845</a>
Replace implementing Node js Console with common IConsole interf...</li>
<li><a
href="https://github.com/capricorn86/happy-dom/commit/3373929819a55988218a32c06816c5754828f59d"><code>3373929</code></a>
fix: <a
href="https://redirect.github.com/capricorn86/happy-dom/issues/2106">#2106</a>
<code>Request.formData()</code> should honor <code>Content-Type</code>
header (<a
href="https://redirect.github.com/capricorn86/happy-dom/issues/2107">#2107</a>)</li>
<li><a
href="https://github.com/capricorn86/happy-dom/commit/55c17ba6d2883ce54010b041be165db8f6c5c974"><code>55c17ba</code></a>
fix: <a
href="https://redirect.github.com/capricorn86/happy-dom/issues/2110">#2110</a>
Fixes error thrown when modifying DOM structure in connectedCall...</li>
<li><a
href="https://github.com/capricorn86/happy-dom/commit/82a0888cb2c87a6123e05424b528f8e8c9b3e426"><code>82a0888</code></a>
fix: <a
href="https://redirect.github.com/capricorn86/happy-dom/issues/1845">#1845</a>
Replace ConsoleConstructor import with indexed access type (<a
href="https://redirect.github.com/capricorn86/happy-dom/issues/2095">#2095</a>)</li>
<li>See full diff in <a
href="https://github.com/capricorn86/happy-dom/compare/v20.8.3...v20.8.9">compare
view</a></li>
</ul>
</details>
<br />
[](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 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)
You can disable automated security fix PRs for this repo from the
[Security Alerts page](https://github.com/Azure/bicep/network/alerts).
</details>
###### Microsoft Reviewers: [Open in
CodeFlow](https://microsoft.github.io/open-pr/?codeflow=https://github.com/Azure/bicep/pull/19285)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>1 parent f69602a commit a0dc4a7
File tree
4 files changed
+9
-9
lines changed- src/vscode-bicep-ui
- apps/deploy-pane
- packages
- components
- messaging
4 files changed
+9
-9
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
26 | | - | |
| 26 | + | |
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
| |||
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
48 | 48 | | |
49 | 49 | | |
50 | 50 | | |
51 | | - | |
| 51 | + | |
52 | 52 | | |
53 | 53 | | |
54 | 54 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
28 | | - | |
| 28 | + | |
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
| |||
0 commit comments