Bump happy-dom in /widget in the npm_and_yarn group across 1 directory (#203)

Bumps the npm_and_yarn group with 1 update in the /widget directory: [happy-dom](https://github.com/capricorn86/happy-dom).


Updates `happy-dom` from 20.0.0 to 20.0.2
- [Release notes](https://github.com/capricorn86/happy-dom/releases)
- [Commits](https://github.com/capricorn86/happy-dom/compare/v20.0.0...v20.0.2)

---
updated-dependencies:
- dependency-name: happy-dom
  dependency-version: 20.0.2
  dependency-type: direct:development
  dependency-group: npm_and_yarn
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2025-10-16 09:56:58 +03:00
committed by GitHub
parent 77f20ea9b3
commit d07f488c9f
2 changed files with 8 additions and 8 deletions
+7 -7
View File
@@ -16,7 +16,7 @@
"esbuild": "^0.25.0",
"esbuild-plugin-inline-worker": "^0.1.1",
"eslint": "^9.23.0",
"happy-dom": "^20.0.0"
"happy-dom": "^20.0.2"
}
},
"node_modules/@esbuild/aix-ppc64": {
@@ -1222,9 +1222,9 @@
}
},
"node_modules/happy-dom": {
"version": "20.0.0",
"resolved": "https://registry.npmjs.org/happy-dom/-/happy-dom-20.0.0.tgz",
"integrity": "sha512-GkWnwIFxVGCf2raNrxImLo397RdGhLapj5cT3R2PT7FwL62Ze1DROhzmYW7+J3p9105DYMVenEejEbnq5wA37w==",
"version": "20.0.2",
"resolved": "https://registry.npmjs.org/happy-dom/-/happy-dom-20.0.2.tgz",
"integrity": "sha512-pYOyu624+6HDbY+qkjILpQGnpvZOusItCk+rvF5/V+6NkcgTKnbOldpIy22tBnxoaLtlM9nXgoqAcW29/B7CIw==",
"dev": true,
"dependencies": {
"@types/node": "^20.0.0",
@@ -2420,9 +2420,9 @@
"dev": true
},
"happy-dom": {
"version": "20.0.0",
"resolved": "https://registry.npmjs.org/happy-dom/-/happy-dom-20.0.0.tgz",
"integrity": "sha512-GkWnwIFxVGCf2raNrxImLo397RdGhLapj5cT3R2PT7FwL62Ze1DROhzmYW7+J3p9105DYMVenEejEbnq5wA37w==",
"version": "20.0.2",
"resolved": "https://registry.npmjs.org/happy-dom/-/happy-dom-20.0.2.tgz",
"integrity": "sha512-pYOyu624+6HDbY+qkjILpQGnpvZOusItCk+rvF5/V+6NkcgTKnbOldpIy22tBnxoaLtlM9nXgoqAcW29/B7CIw==",
"dev": true,
"requires": {
"@types/node": "^20.0.0",
+1 -1
View File
@@ -7,7 +7,7 @@
"esbuild": "^0.25.0",
"esbuild-plugin-inline-worker": "^0.1.1",
"eslint": "^9.23.0",
"happy-dom": "^20.0.0"
"happy-dom": "^20.0.2"
},
"scripts": {
"build": "node esbuild.config.mjs",