Skip to content

Commit 702f409

Browse files
chore(deps-dev): bump happy-dom from 20.0.0 to 20.0.2 (#1970)
Bumps [happy-dom](https://github.com/capricorn86/happy-dom) from 20.0.0 to 20.0.2. <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.0.2</h2> <h3>:construction_worker_man: Patch fixes</h3> <ul> <li>Adds frozen intrinsics flag to workers in <code>@happy-dom/server-renderer</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/1934">#1934</a></li> </ul> <h2>v20.0.1</h2> <h3>:construction_worker_man: Patch fixes</h3> <ul> <li>Adds warning for environment with unfrozen intrinsics (builtins) when JavaScript evaluation is enabled- 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/1932">#1932</a> <ul> <li>A security advisory has been reported showing that the recommended preventive measure of running Node.js with <code>--disallow-code-generation-from-strings</code> wasn't enough to protect against attackers escaping the VM context and accessing process-level functions. Big thanks to <a href="https://github.com/cristianstaicu"><code>@​cristianstaicu</code></a> for reporting this!</li> <li>The documentation for how to run Happy DOM with JavaScript evaluation enabled in a safer way has been updated. Read more about it in the <a href="https://github.com/capricorn86/happy-dom/wiki/JavaScript-Evaluation-Warning">Wiki</a></li> </ul> </li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/capricorn86/happy-dom/commit/f4bd4ebe3fe5abd2be2bcea1c07043c8b0b70eea"><code>f4bd4eb</code></a> fix: <a href="https://redirect.github.com/capricorn86/happy-dom/issues/0">#0</a> Adds frozen intrinsics flag to server-renderer workers (<a href="https://redirect.github.com/capricorn86/happy-dom/issues/1934">#1934</a>)</li> <li><a href="https://github.com/capricorn86/happy-dom/commit/f45d92e176acf0232aade63ee4ddac8747252a79"><code>f45d92e</code></a> fix: <a href="https://redirect.github.com/capricorn86/happy-dom/issues/0">#0</a> Adds warning for environemnt with unfrozen builtins (<a href="https://redirect.github.com/capricorn86/happy-dom/issues/1932">#1932</a>)</li> <li>See full diff in <a href="https://github.com/capricorn86/happy-dom/compare/v20.0.0...v20.0.2">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=happy-dom&package-manager=npm_and_yarn&previous-version=20.0.0&new-version=20.0.2)](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) You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/GetStream/stream-video-js/network/alerts). </details> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 5a213d2 commit 702f409

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

packages/client/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
"@types/ua-parser-js": "^0.7.39",
4848
"@vitest/coverage-v8": "^3.2.4",
4949
"dotenv": "^16.6.1",
50-
"happy-dom": "^20.0.0",
50+
"happy-dom": "^20.0.2",
5151
"prettier": "^3.6.2",
5252
"rimraf": "^6.0.1",
5353
"rollup": "^4.52.4",

yarn.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7331,7 +7331,7 @@ __metadata:
73317331
"@vitest/coverage-v8": "npm:^3.2.4"
73327332
axios: "npm:^1.12.2"
73337333
dotenv: "npm:^16.6.1"
7334-
happy-dom: "npm:^20.0.0"
7334+
happy-dom: "npm:^20.0.2"
73357335
prettier: "npm:^3.6.2"
73367336
rimraf: "npm:^6.0.1"
73377337
rollup: "npm:^4.52.4"
@@ -13842,14 +13842,14 @@ __metadata:
1384213842
languageName: node
1384313843
linkType: hard
1384413844

13845-
"happy-dom@npm:^20.0.0":
13846-
version: 20.0.0
13847-
resolution: "happy-dom@npm:20.0.0"
13845+
"happy-dom@npm:^20.0.2":
13846+
version: 20.0.8
13847+
resolution: "happy-dom@npm:20.0.8"
1384813848
dependencies:
1384913849
"@types/node": "npm:^20.0.0"
1385013850
"@types/whatwg-mimetype": "npm:^3.0.2"
1385113851
whatwg-mimetype: "npm:^3.0.0"
13852-
checksum: 10/0fa626e2051dfa5f1ea0da9e3776b5986d3700c261a8ba7c496e7ad89f4df0318920b7c286d3b310481712b378ffb7dee35ed782ff039e4166f4ba957a76b6df
13852+
checksum: 10/d16e9c2a04155ac666b892e382aba4bf48783937f6e877e8d7ede90b8e2148d76c5a6965757f928d35a2ebe51698fa3debd0ec110339c8eb395dc81d67dc5406
1385313853
languageName: node
1385413854
linkType: hard
1385513855

0 commit comments

Comments
 (0)