build(deps-dev): bump happy-dom from 10.7.0 to 10.9.0 in /frontend

Bumps [happy-dom](https://github.com/capricorn86/happy-dom) from 10.7.0 to 10.9.0.
- [Release notes](https://github.com/capricorn86/happy-dom/releases)
- [Commits](https://github.com/capricorn86/happy-dom/compare/v10.7.0...v10.9.0)

---
updated-dependencies:
- dependency-name: happy-dom
  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]
2023-08-08 17:47:15 +00:00
committed by Quentin Gliech
parent 28ff86a303
commit 7059cb021e
2 changed files with 5 additions and 5 deletions

View File

@@ -58,7 +58,7 @@
"eslint-plugin-import": "^2.28.0",
"eslint-plugin-matrix-org": "^1.2.1",
"eslint-plugin-prettier": "^5.0.0",
"happy-dom": "^10.7.0",
"happy-dom": "^10.9.0",
"postcss": "^8.4.27",
"prettier": "3.0.1",
"react-test-renderer": "^18.2.0",
@@ -14978,9 +14978,9 @@
}
},
"node_modules/happy-dom": {
"version": "10.7.0",
"resolved": "https://registry.npmjs.org/happy-dom/-/happy-dom-10.7.0.tgz",
"integrity": "sha512-dJFPbA7KW4kkH3MFJBPTX73ywOfcrJcu6CAUw0CnCH0aEDcnPNG8QVmOAxsJSvTZFzLCnmSx/jMzAp00hdm0gw==",
"version": "10.9.0",
"resolved": "https://registry.npmjs.org/happy-dom/-/happy-dom-10.9.0.tgz",
"integrity": "sha512-SGZ8QqSNDVkWt5T7GNACKS+CpGvr58OKurqCR1iH371dMgpXyUI2tJA91cASG6fe2d5xYnVFOgOwx4MmOaXepw==",
"dev": true,
"dependencies": {
"css.escape": "^1.5.1",

View File

@@ -65,7 +65,7 @@
"eslint-plugin-import": "^2.28.0",
"eslint-plugin-matrix-org": "^1.2.1",
"eslint-plugin-prettier": "^5.0.0",
"happy-dom": "^10.7.0",
"happy-dom": "^10.9.0",
"postcss": "^8.4.27",
"prettier": "3.0.1",
"react-test-renderer": "^18.2.0",