From 5e4ed2f5ccdd6dcc2f1819d7bdb3c5b869aebd0c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 15 Oct 2025 20:49:10 +0000 Subject: [PATCH] build(deps-dev): bump happy-dom from 18.0.1 to 20.0.2 Bumps [happy-dom](https://github.com/capricorn86/happy-dom) from 18.0.1 to 20.0.2. - [Release notes](https://github.com/capricorn86/happy-dom/releases) - [Commits](https://github.com/capricorn86/happy-dom/compare/v18.0.1...v20.0.2) --- updated-dependencies: - dependency-name: happy-dom dependency-version: 20.0.2 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index f4761701..c1187df2 100644 --- a/package.json +++ b/package.json @@ -49,7 +49,7 @@ "devDependencies": { "@aptre/common": "^0.22.10", "depcheck": "^1.4.7", - "happy-dom": "^18.0.0", + "happy-dom": "^20.0.2", "prettier": "^3.5.3", "rimraf": "^6.0.1", "typescript": "^5.8.3", diff --git a/yarn.lock b/yarn.lock index 1721bb12..2c4ff113 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1588,10 +1588,10 @@ graphemer@^1.4.0: resolved "https://registry.yarnpkg.com/graphemer/-/graphemer-1.4.0.tgz#fb2f1d55e0e3a1849aeffc90c4fa0dd53a0e66c6" integrity sha512-EtKwoO6kxCL9WO5xipiHTZlSzBm7WLT627TqC/uVRd0HKmq8NXyebnNYxDoBi7wt8eTWrUrKXCOVaFq9x1kgag== -happy-dom@^18.0.0: - version "18.0.1" - resolved "https://registry.yarnpkg.com/happy-dom/-/happy-dom-18.0.1.tgz#8f8a2199462842deb675f54e405af55f3b674540" - integrity sha512-qn+rKOW7KWpVTtgIUi6RVmTBZJSe2k0Db0vh1f7CWrWclkkc7/Q+FrOfkZIb2eiErLyqu5AXEzE7XthO9JVxRA== +happy-dom@^20.0.2: + version "20.0.2" + resolved "https://registry.yarnpkg.com/happy-dom/-/happy-dom-20.0.2.tgz#da676a1e3d0742aff8ba4789db90445842538808" + integrity sha512-pYOyu624+6HDbY+qkjILpQGnpvZOusItCk+rvF5/V+6NkcgTKnbOldpIy22tBnxoaLtlM9nXgoqAcW29/B7CIw== dependencies: "@types/node" "^20.0.0" "@types/whatwg-mimetype" "^3.0.2"