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 10.11.1 to 10.11.2 in /frontend

Bumps [happy-dom](https://github.com/capricorn86/happy-dom) from 10.11.1 to 10.11.2.
- [Release notes](https://github.com/capricorn86/happy-dom/releases)
- [Commits](https://github.com/capricorn86/happy-dom/compare/v10.11.1...v10.11.2)

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

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2023-08-29 19:36:28 +00:00
committed by Quentin Gliech
parent 7bc13ab536
commit bda4da98fa
2 changed files with 5 additions and 5 deletions

View File

@@ -58,7 +58,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": "^10.11.1", "happy-dom": "^10.11.2",
"postcss": "^8.4.28", "postcss": "^8.4.28",
"prettier": "3.0.2", "prettier": "3.0.2",
"react-test-renderer": "^18.2.0", "react-test-renderer": "^18.2.0",
@@ -14370,9 +14370,9 @@
} }
}, },
"node_modules/happy-dom": { "node_modules/happy-dom": {
"version": "10.11.1", "version": "10.11.2",
"resolved": "https://registry.npmjs.org/happy-dom/-/happy-dom-10.11.1.tgz", "resolved": "https://registry.npmjs.org/happy-dom/-/happy-dom-10.11.2.tgz",
"integrity": "sha512-5Aeg19sIaq5/+T6wH0skohsY223D9Mx32AsNOldd5VHqvQsE+xiqB54Q30RcyUxZSaUZF39WpmjF0SrDCBOi8g==", "integrity": "sha512-rzgmLjLkhyaOdFEyU8CWXzbgyCyM7wJHLqhaoeEVSTyur1fjcUaiNTHx+D4CPaLvx16tGy+SBPd9TVnP/kzL3w==",
"dev": true, "dev": true,
"dependencies": { "dependencies": {
"css.escape": "^1.5.1", "css.escape": "^1.5.1",

View File

@@ -65,7 +65,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": "^10.11.1", "happy-dom": "^10.11.2",
"postcss": "^8.4.28", "postcss": "^8.4.28",
"prettier": "3.0.2", "prettier": "3.0.2",
"react-test-renderer": "^18.2.0", "react-test-renderer": "^18.2.0",