From 316f0a0efde0cd0f49de26fdbdff2eda94abd52f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Feb 2024 19:54:13 +0000 Subject: [PATCH] build(deps-dev): bump happy-dom from 13.3.8 to 13.6.2 in /frontend Bumps [happy-dom](https://github.com/capricorn86/happy-dom) from 13.3.8 to 13.6.2. - [Release notes](https://github.com/capricorn86/happy-dom/releases) - [Commits](https://github.com/capricorn86/happy-dom/compare/v13.3.8...v13.6.2) --- updated-dependencies: - dependency-name: happy-dom dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- frontend/package-lock.json | 8 ++++---- frontend/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/frontend/package-lock.json b/frontend/package-lock.json index b194ab64c..8644acd15 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -63,7 +63,7 @@ "eslint-plugin-import": "^2.29.1", "eslint-plugin-matrix-org": "^1.2.1", "eslint-plugin-prettier": "^5.1.3", - "happy-dom": "^13.3.8", + "happy-dom": "^13.6.2", "i18next-parser": "^8.12.0", "postcss": "^8.4.35", "postcss-modules": "^6.0.0", @@ -15378,9 +15378,9 @@ } }, "node_modules/happy-dom": { - "version": "13.3.8", - "resolved": "https://registry.npmjs.org/happy-dom/-/happy-dom-13.3.8.tgz", - "integrity": "sha512-RAbq4oYfJNkVan1m1F3jfA4YEyRY0/ASoNvZsNJbuX85jIypidmsz9jQZD7Tqz0VXA2MhAGfcsh5oshwmwNYSg==", + "version": "13.6.2", + "resolved": "https://registry.npmjs.org/happy-dom/-/happy-dom-13.6.2.tgz", + "integrity": "sha512-Ku+wDqcF/KwFA0dI+xIMZd9Jn020RXjuSil/Vz7gu2yhDC3FsDYZ55qqV9k+SGC4opwb4acisXqVSRxUJMlPbQ==", "dev": true, "dependencies": { "entities": "^4.5.0", diff --git a/frontend/package.json b/frontend/package.json index 245deb6ba..54b1812ba 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -71,7 +71,7 @@ "eslint-plugin-import": "^2.29.1", "eslint-plugin-matrix-org": "^1.2.1", "eslint-plugin-prettier": "^5.1.3", - "happy-dom": "^13.3.8", + "happy-dom": "^13.6.2", "i18next-parser": "^8.12.0", "postcss": "^8.4.35", "postcss-modules": "^6.0.0",