build(deps-dev): bump happy-dom from 20.5.0 to 20.7.0

Bumps [happy-dom](https://github.com/capricorn86/happy-dom) from 20.5.0 to 20.7.0.
- [Release notes](https://github.com/capricorn86/happy-dom/releases)
- [Commits](https://github.com/capricorn86/happy-dom/compare/v20.5.0...v20.7.0)

---
updated-dependencies:
- dependency-name: happy-dom
  dependency-version: 20.7.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2026-02-25 02:04:32 +00:00 committed by GitHub
parent 298560c02e
commit 73ef17d69f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 19 additions and 6 deletions

View File

@ -74,7 +74,7 @@
"eslint-plugin-react-refresh": "^0.5.0",
"eslint-plugin-security": "^3.0.1",
"globals": "^17.3.0",
"happy-dom": "^20.5.0",
"happy-dom": "^20.7.0",
"postcss": "^8.4.21",
"prettier": "^3.8.1",
"react": "^18.3.1",

23
package-lock.json generated
View File

@ -195,7 +195,7 @@
"eslint-plugin-react-refresh": "^0.5.0",
"eslint-plugin-security": "^3.0.1",
"globals": "^17.3.0",
"happy-dom": "^20.5.0",
"happy-dom": "^20.7.0",
"postcss": "^8.4.21",
"prettier": "^3.8.1",
"react": "^18.3.1",
@ -8839,16 +8839,16 @@
"license": "MIT"
},
"node_modules/happy-dom": {
"version": "20.5.0",
"resolved": "https://registry.npmjs.org/happy-dom/-/happy-dom-20.5.0.tgz",
"integrity": "sha512-VQe+Q5CYiGOgcCERXhcfNsbnrN92FDEKciMH/x6LppU9dd0j4aTjCTlqONFOIMcAm/5JxS3+utowbXV1OoFr+g==",
"version": "20.7.0",
"resolved": "https://registry.npmjs.org/happy-dom/-/happy-dom-20.7.0.tgz",
"integrity": "sha512-hR/uLYQdngTyEfxnOoa+e6KTcfBFyc1hgFj/Cc144A5JJUuHFYqIEBDcD4FeGqUeKLRZqJ9eN9u7/GDjYEgS1g==",
"dev": true,
"license": "MIT",
"dependencies": {
"@types/node": ">=20.0.0",
"@types/whatwg-mimetype": "^3.0.2",
"@types/ws": "^8.18.1",
"entities": "^4.5.0",
"entities": "^7.0.1",
"whatwg-mimetype": "^3.0.0",
"ws": "^8.18.3"
},
@ -8856,6 +8856,19 @@
"node": ">=20.0.0"
}
},
"node_modules/happy-dom/node_modules/entities": {
"version": "7.0.1",
"resolved": "https://registry.npmjs.org/entities/-/entities-7.0.1.tgz",
"integrity": "sha512-TWrgLOFUQTH994YUyl1yT4uyavY5nNB5muff+RtWaqNVCAK408b5ZnnbNAUEWLTCpum9w6arT70i1XdQ4UeOPA==",
"dev": true,
"license": "BSD-2-Clause",
"engines": {
"node": ">=0.12"
},
"funding": {
"url": "https://github.com/fb55/entities?sponsor=1"
}
},
"node_modules/has-bigints": {
"version": "1.1.0",
"resolved": "https://registry.npmjs.org/has-bigints/-/has-bigints-1.1.0.tgz",