1
0
mirror of https://github.com/matrix-org/matrix-authentication-service.git synced 2025-11-19 00:26:27 +03:00

build(deps-dev): bump happy-dom from 12.1.2 to 12.1.5 in /frontend (#1828)

Bumps [happy-dom](https://github.com/capricorn86/happy-dom) from 12.1.2 to 12.1.5.
- [Release notes](https://github.com/capricorn86/happy-dom/releases)
- [Commits](https://github.com/capricorn86/happy-dom/compare/v12.1.2...v12.1.5)

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

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]
2023-09-22 10:03:36 +12:00
committed by GitHub
parent 449d7cb9bf
commit 6d5ca781ac
2 changed files with 5 additions and 5 deletions

View File

@@ -53,7 +53,7 @@
"eslint-plugin-import": "^2.28.1",
"eslint-plugin-matrix-org": "^1.2.1",
"eslint-plugin-prettier": "^5.0.0",
"happy-dom": "^12.1.2",
"happy-dom": "^12.1.5",
"postcss": "^8.4.30",
"prettier": "3.0.3",
"react-test-renderer": "^18.2.0",
@@ -14446,9 +14446,9 @@
}
},
"node_modules/happy-dom": {
"version": "12.1.2",
"resolved": "https://registry.npmjs.org/happy-dom/-/happy-dom-12.1.2.tgz",
"integrity": "sha512-Ee0MdMXAMzfmZ4gLe33iKt8Rza5Fkyr+DxtHzCiBihTkI8JoX2XOfPdSsKDr0JAoMNYdMrFqIDYBoHq5DJqDXg==",
"version": "12.1.5",
"resolved": "https://registry.npmjs.org/happy-dom/-/happy-dom-12.1.5.tgz",
"integrity": "sha512-JpeqFplyl4QymbIzMlbFyPmBgVuQsplHi98GX0s2Kmks0d946KgPtsHgqbkP+Tu1vNYAIrppIPOiCQgNY8CT+Q==",
"dev": true,
"dependencies": {
"css.escape": "^1.5.1",

View File

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