1
0
mirror of https://github.com/matrix-org/matrix-authentication-service.git synced 2025-11-20 12:02:22 +03:00

build(deps-dev): bump happy-dom from 11.0.6 to 11.2.0 in /frontend

Bumps [happy-dom](https://github.com/capricorn86/happy-dom) from 11.0.6 to 11.2.0.
- [Release notes](https://github.com/capricorn86/happy-dom/releases)
- [Commits](https://github.com/capricorn86/happy-dom/compare/v11.0.6...v11.2.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-09-14 19:24:02 +00:00
committed by Quentin Gliech
parent 674a57fd6d
commit ac3dcccc09
2 changed files with 5 additions and 5 deletions

View File

@@ -53,7 +53,7 @@
"eslint-plugin-import": "^2.28.1", "eslint-plugin-import": "^2.28.1",
"eslint-plugin-matrix-org": "^1.2.1", "eslint-plugin-matrix-org": "^1.2.1",
"eslint-plugin-prettier": "^5.0.0", "eslint-plugin-prettier": "^5.0.0",
"happy-dom": "^11.0.6", "happy-dom": "^11.2.0",
"postcss": "^8.4.29", "postcss": "^8.4.29",
"prettier": "3.0.3", "prettier": "3.0.3",
"react-test-renderer": "^18.2.0", "react-test-renderer": "^18.2.0",
@@ -14446,9 +14446,9 @@
} }
}, },
"node_modules/happy-dom": { "node_modules/happy-dom": {
"version": "11.0.6", "version": "11.2.0",
"resolved": "https://registry.npmjs.org/happy-dom/-/happy-dom-11.0.6.tgz", "resolved": "https://registry.npmjs.org/happy-dom/-/happy-dom-11.2.0.tgz",
"integrity": "sha512-GiNIoNhc/ZAvB2r3tc1DRvRSUaMt4A4Ub0IVpxURxsIqks1Q1UnNsdY9uwVjAT4B6DGHVmSOdqL5S5BNim8o+g==", "integrity": "sha512-z4PshcYIIH6SkymSNRcDFwYUJOENe+FOQDx5BbHgg/wQUgxF5p9I9/BN45Jff34bbhXV8yJgkC5N99eyOzXK3w==",
"dev": true, "dev": true,
"dependencies": { "dependencies": {
"css.escape": "^1.5.1", "css.escape": "^1.5.1",

View File

@@ -60,7 +60,7 @@
"eslint-plugin-import": "^2.28.1", "eslint-plugin-import": "^2.28.1",
"eslint-plugin-matrix-org": "^1.2.1", "eslint-plugin-matrix-org": "^1.2.1",
"eslint-plugin-prettier": "^5.0.0", "eslint-plugin-prettier": "^5.0.0",
"happy-dom": "^11.0.6", "happy-dom": "^11.2.0",
"postcss": "^8.4.29", "postcss": "^8.4.29",
"prettier": "3.0.3", "prettier": "3.0.3",
"react-test-renderer": "^18.2.0", "react-test-renderer": "^18.2.0",