mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-11-08 21:23:01 +08:00
build(deps-dev): bump happy-dom from 20.0.0 to 20.0.2 in /frontend (#7022)
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>👷♂️ 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>👷♂️ 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="f4bd4ebe3f"><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="f45d92e176"><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 /> [](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/monkeytypegame/monkeytype/network/alerts). </details> --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Miodec <jack@monkeytype.com>
This commit is contained in:
parent
c42217c37b
commit
c17abc9dc0
2 changed files with 24 additions and 24 deletions
|
|
@ -54,7 +54,7 @@
|
|||
"eslint-plugin-compat": "6.0.2",
|
||||
"firebase-tools": "13.15.1",
|
||||
"fontawesome-subset": "4.4.0",
|
||||
"happy-dom": "20.0.0",
|
||||
"happy-dom": "20.0.2",
|
||||
"madge": "8.0.0",
|
||||
"magic-string": "0.30.17",
|
||||
"normalize.css": "8.0.1",
|
||||
|
|
|
|||
46
pnpm-lock.yaml
generated
46
pnpm-lock.yaml
generated
|
|
@ -19,7 +19,7 @@ importers:
|
|||
version: link:packages/release
|
||||
'@vitest/coverage-v8':
|
||||
specifier: 3.2.4
|
||||
version: 3.2.4(vitest@3.2.4(@types/node@20.5.1)(happy-dom@20.0.0)(sass@1.70.0)(terser@5.44.0)(tsx@4.16.2)(yaml@2.5.0))
|
||||
version: 3.2.4(vitest@3.2.4(@types/node@20.5.1)(happy-dom@20.0.2)(sass@1.70.0)(terser@5.44.0)(tsx@4.16.2)(yaml@2.5.0))
|
||||
conventional-changelog:
|
||||
specifier: 6.0.0
|
||||
version: 6.0.0(conventional-commits-filter@5.0.0)
|
||||
|
|
@ -49,7 +49,7 @@ importers:
|
|||
version: 2.5.6
|
||||
vitest:
|
||||
specifier: 3.2.4
|
||||
version: 3.2.4(@types/node@20.5.1)(happy-dom@20.0.0)(sass@1.70.0)(terser@5.44.0)(tsx@4.16.2)(yaml@2.5.0)
|
||||
version: 3.2.4(@types/node@20.5.1)(happy-dom@20.0.2)(sass@1.70.0)(terser@5.44.0)(tsx@4.16.2)(yaml@2.5.0)
|
||||
|
||||
backend:
|
||||
dependencies:
|
||||
|
|
@ -230,7 +230,7 @@ importers:
|
|||
version: 10.0.0
|
||||
'@vitest/coverage-v8':
|
||||
specifier: 3.2.4
|
||||
version: 3.2.4(vitest@3.2.4(@types/node@20.14.11)(happy-dom@20.0.0)(sass@1.70.0)(terser@5.44.0)(tsx@4.16.2)(yaml@2.5.0))
|
||||
version: 3.2.4(vitest@3.2.4(@types/node@20.14.11)(happy-dom@20.0.2)(sass@1.70.0)(terser@5.44.0)(tsx@4.16.2)(yaml@2.5.0))
|
||||
concurrently:
|
||||
specifier: 8.2.2
|
||||
version: 8.2.2
|
||||
|
|
@ -263,7 +263,7 @@ importers:
|
|||
version: 5.5.4
|
||||
vitest:
|
||||
specifier: 3.2.4
|
||||
version: 3.2.4(@types/node@20.14.11)(happy-dom@20.0.0)(sass@1.70.0)(terser@5.44.0)(tsx@4.16.2)(yaml@2.5.0)
|
||||
version: 3.2.4(@types/node@20.14.11)(happy-dom@20.0.2)(sass@1.70.0)(terser@5.44.0)(tsx@4.16.2)(yaml@2.5.0)
|
||||
|
||||
frontend:
|
||||
dependencies:
|
||||
|
|
@ -411,7 +411,7 @@ importers:
|
|||
version: 5.0.2
|
||||
'@vitest/coverage-v8':
|
||||
specifier: 3.2.4
|
||||
version: 3.2.4(vitest@3.2.4(@types/node@20.14.11)(happy-dom@20.0.0)(sass@1.70.0)(terser@5.44.0)(tsx@4.16.2)(yaml@2.5.0))
|
||||
version: 3.2.4(vitest@3.2.4(@types/node@20.14.11)(happy-dom@20.0.2)(sass@1.70.0)(terser@5.44.0)(tsx@4.16.2)(yaml@2.5.0))
|
||||
autoprefixer:
|
||||
specifier: 10.4.20
|
||||
version: 10.4.20(postcss@8.4.31)
|
||||
|
|
@ -434,8 +434,8 @@ importers:
|
|||
specifier: 4.4.0
|
||||
version: 4.4.0(@fortawesome/fontawesome-free@5.15.4)
|
||||
happy-dom:
|
||||
specifier: 20.0.0
|
||||
version: 20.0.0
|
||||
specifier: 20.0.2
|
||||
version: 20.0.2
|
||||
madge:
|
||||
specifier: 8.0.0
|
||||
version: 8.0.0(typescript@5.5.4)
|
||||
|
|
@ -495,7 +495,7 @@ importers:
|
|||
version: 1.0.0(vite@6.3.6(@types/node@20.14.11)(sass@1.70.0)(terser@5.44.0)(tsx@4.16.2)(yaml@2.5.0))(workbox-build@7.1.1)(workbox-window@7.1.0)
|
||||
vitest:
|
||||
specifier: 3.2.4
|
||||
version: 3.2.4(@types/node@20.14.11)(happy-dom@20.0.0)(sass@1.70.0)(terser@5.44.0)(tsx@4.16.2)(yaml@2.5.0)
|
||||
version: 3.2.4(@types/node@20.14.11)(happy-dom@20.0.2)(sass@1.70.0)(terser@5.44.0)(tsx@4.16.2)(yaml@2.5.0)
|
||||
|
||||
packages/contracts:
|
||||
dependencies:
|
||||
|
|
@ -535,7 +535,7 @@ importers:
|
|||
version: 5.5.4
|
||||
vitest:
|
||||
specifier: 3.2.4
|
||||
version: 3.2.4(@types/node@20.14.11)(happy-dom@20.0.0)(sass@1.70.0)(terser@5.44.0)(tsx@4.16.2)(yaml@2.5.0)
|
||||
version: 3.2.4(@types/node@20.14.11)(happy-dom@20.0.2)(sass@1.70.0)(terser@5.44.0)(tsx@4.16.2)(yaml@2.5.0)
|
||||
|
||||
packages/eslint-config:
|
||||
devDependencies:
|
||||
|
|
@ -599,7 +599,7 @@ importers:
|
|||
version: 5.5.4
|
||||
vitest:
|
||||
specifier: 3.2.4
|
||||
version: 3.2.4(@types/node@20.14.11)(happy-dom@20.0.0)(sass@1.70.0)(terser@5.44.0)(tsx@4.16.2)(yaml@2.5.0)
|
||||
version: 3.2.4(@types/node@20.14.11)(happy-dom@20.0.2)(sass@1.70.0)(terser@5.44.0)(tsx@4.16.2)(yaml@2.5.0)
|
||||
|
||||
packages/oxlint-config: {}
|
||||
|
||||
|
|
@ -660,7 +660,7 @@ importers:
|
|||
version: 5.5.4
|
||||
vitest:
|
||||
specifier: 3.2.4
|
||||
version: 3.2.4(@types/node@20.14.11)(happy-dom@20.0.0)(sass@1.70.0)(terser@5.44.0)(tsx@4.16.2)(yaml@2.5.0)
|
||||
version: 3.2.4(@types/node@20.14.11)(happy-dom@20.0.2)(sass@1.70.0)(terser@5.44.0)(tsx@4.16.2)(yaml@2.5.0)
|
||||
|
||||
packages/tsup-config:
|
||||
dependencies:
|
||||
|
|
@ -711,7 +711,7 @@ importers:
|
|||
version: 5.5.4
|
||||
vitest:
|
||||
specifier: 3.2.4
|
||||
version: 3.2.4(@types/node@20.14.11)(happy-dom@20.0.0)(sass@1.70.0)(terser@5.44.0)(tsx@4.16.2)(yaml@2.5.0)
|
||||
version: 3.2.4(@types/node@20.14.11)(happy-dom@20.0.2)(sass@1.70.0)(terser@5.44.0)(tsx@4.16.2)(yaml@2.5.0)
|
||||
zod:
|
||||
specifier: 3.23.8
|
||||
version: 3.23.8
|
||||
|
|
@ -5517,8 +5517,8 @@ packages:
|
|||
hangul-js@0.2.6:
|
||||
resolution: {integrity: sha512-48axU8LgjCD30FEs66Xc04/8knxMwCMQw0f67l67rlttW7VXT3qRJgQeHmhiuGwWXGvSbk6YM0fhQlcjE1JFQA==}
|
||||
|
||||
happy-dom@20.0.0:
|
||||
resolution: {integrity: sha512-GkWnwIFxVGCf2raNrxImLo397RdGhLapj5cT3R2PT7FwL62Ze1DROhzmYW7+J3p9105DYMVenEejEbnq5wA37w==}
|
||||
happy-dom@20.0.2:
|
||||
resolution: {integrity: sha512-pYOyu624+6HDbY+qkjILpQGnpvZOusItCk+rvF5/V+6NkcgTKnbOldpIy22tBnxoaLtlM9nXgoqAcW29/B7CIw==}
|
||||
engines: {node: '>=20.0.0'}
|
||||
|
||||
hard-rejection@2.1.0:
|
||||
|
|
@ -12737,7 +12737,7 @@ snapshots:
|
|||
|
||||
'@ungap/structured-clone@1.2.0': {}
|
||||
|
||||
'@vitest/coverage-v8@3.2.4(vitest@3.2.4(@types/node@20.14.11)(happy-dom@20.0.0)(sass@1.70.0)(terser@5.44.0)(tsx@4.16.2)(yaml@2.5.0))':
|
||||
'@vitest/coverage-v8@3.2.4(vitest@3.2.4(@types/node@20.14.11)(happy-dom@20.0.2)(sass@1.70.0)(terser@5.44.0)(tsx@4.16.2)(yaml@2.5.0))':
|
||||
dependencies:
|
||||
'@ampproject/remapping': 2.3.0
|
||||
'@bcoe/v8-coverage': 1.0.2
|
||||
|
|
@ -12752,11 +12752,11 @@ snapshots:
|
|||
std-env: 3.9.0
|
||||
test-exclude: 7.0.1
|
||||
tinyrainbow: 2.0.0
|
||||
vitest: 3.2.4(@types/node@20.14.11)(happy-dom@20.0.0)(sass@1.70.0)(terser@5.44.0)(tsx@4.16.2)(yaml@2.5.0)
|
||||
vitest: 3.2.4(@types/node@20.14.11)(happy-dom@20.0.2)(sass@1.70.0)(terser@5.44.0)(tsx@4.16.2)(yaml@2.5.0)
|
||||
transitivePeerDependencies:
|
||||
- supports-color
|
||||
|
||||
'@vitest/coverage-v8@3.2.4(vitest@3.2.4(@types/node@20.5.1)(happy-dom@20.0.0)(sass@1.70.0)(terser@5.44.0)(tsx@4.16.2)(yaml@2.5.0))':
|
||||
'@vitest/coverage-v8@3.2.4(vitest@3.2.4(@types/node@20.5.1)(happy-dom@20.0.2)(sass@1.70.0)(terser@5.44.0)(tsx@4.16.2)(yaml@2.5.0))':
|
||||
dependencies:
|
||||
'@ampproject/remapping': 2.3.0
|
||||
'@bcoe/v8-coverage': 1.0.2
|
||||
|
|
@ -12771,7 +12771,7 @@ snapshots:
|
|||
std-env: 3.9.0
|
||||
test-exclude: 7.0.1
|
||||
tinyrainbow: 2.0.0
|
||||
vitest: 3.2.4(@types/node@20.5.1)(happy-dom@20.0.0)(sass@1.70.0)(terser@5.44.0)(tsx@4.16.2)(yaml@2.5.0)
|
||||
vitest: 3.2.4(@types/node@20.5.1)(happy-dom@20.0.2)(sass@1.70.0)(terser@5.44.0)(tsx@4.16.2)(yaml@2.5.0)
|
||||
transitivePeerDependencies:
|
||||
- supports-color
|
||||
|
||||
|
|
@ -15730,7 +15730,7 @@ snapshots:
|
|||
|
||||
hangul-js@0.2.6: {}
|
||||
|
||||
happy-dom@20.0.0:
|
||||
happy-dom@20.0.2:
|
||||
dependencies:
|
||||
'@types/node': 20.14.11
|
||||
'@types/whatwg-mimetype': 3.0.2
|
||||
|
|
@ -20165,7 +20165,7 @@ snapshots:
|
|||
tsx: 4.16.2
|
||||
yaml: 2.5.0
|
||||
|
||||
vitest@3.2.4(@types/node@20.14.11)(happy-dom@20.0.0)(sass@1.70.0)(terser@5.44.0)(tsx@4.16.2)(yaml@2.5.0):
|
||||
vitest@3.2.4(@types/node@20.14.11)(happy-dom@20.0.2)(sass@1.70.0)(terser@5.44.0)(tsx@4.16.2)(yaml@2.5.0):
|
||||
dependencies:
|
||||
'@types/chai': 5.2.2
|
||||
'@vitest/expect': 3.2.4
|
||||
|
|
@ -20192,7 +20192,7 @@ snapshots:
|
|||
why-is-node-running: 2.3.0
|
||||
optionalDependencies:
|
||||
'@types/node': 20.14.11
|
||||
happy-dom: 20.0.0
|
||||
happy-dom: 20.0.2
|
||||
transitivePeerDependencies:
|
||||
- jiti
|
||||
- less
|
||||
|
|
@ -20207,7 +20207,7 @@ snapshots:
|
|||
- tsx
|
||||
- yaml
|
||||
|
||||
vitest@3.2.4(@types/node@20.5.1)(happy-dom@20.0.0)(sass@1.70.0)(terser@5.44.0)(tsx@4.16.2)(yaml@2.5.0):
|
||||
vitest@3.2.4(@types/node@20.5.1)(happy-dom@20.0.2)(sass@1.70.0)(terser@5.44.0)(tsx@4.16.2)(yaml@2.5.0):
|
||||
dependencies:
|
||||
'@types/chai': 5.2.2
|
||||
'@vitest/expect': 3.2.4
|
||||
|
|
@ -20234,7 +20234,7 @@ snapshots:
|
|||
why-is-node-running: 2.3.0
|
||||
optionalDependencies:
|
||||
'@types/node': 20.5.1
|
||||
happy-dom: 20.0.0
|
||||
happy-dom: 20.0.2
|
||||
transitivePeerDependencies:
|
||||
- jiti
|
||||
- less
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue