From f8cf22b34a18dbc466f7ff0cda21957c767d7066 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 11 Oct 2025 06:41:10 +0000 Subject: [PATCH] chore(deps-dev): Bump happy-dom from 14.12.3 to 15.10.2 Bumps [happy-dom](https://github.com/capricorn86/happy-dom) from 14.12.3 to 15.10.2. - [Release notes](https://github.com/capricorn86/happy-dom/releases) - [Commits](https://github.com/capricorn86/happy-dom/compare/v14.12.3...v15.10.2) --- updated-dependencies: - dependency-name: happy-dom dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- package-lock.json | 9 ++++----- package.json | 2 +- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index 2b436ed1..b945840d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -19,7 +19,7 @@ "@types/node": "^20.14.12", "@vitest/coverage-v8": "^1.6.0", "eslint": "^8.57.1", - "happy-dom": "^18.0.1", + "happy-dom": "^20.0.0", "typedoc": "^0.28.5", "typescript": "^5.8.3", "vite": "^5.4.20", @@ -5090,11 +5090,10 @@ "dev": true }, "node_modules/happy-dom": { - "version": "18.0.1", - "resolved": "https://registry.npmjs.org/happy-dom/-/happy-dom-18.0.1.tgz", - "integrity": "sha512-qn+rKOW7KWpVTtgIUi6RVmTBZJSe2k0Db0vh1f7CWrWclkkc7/Q+FrOfkZIb2eiErLyqu5AXEzE7XthO9JVxRA==", + "version": "20.0.0", + "resolved": "https://registry.npmjs.org/happy-dom/-/happy-dom-20.0.0.tgz", + "integrity": "sha512-GkWnwIFxVGCf2raNrxImLo397RdGhLapj5cT3R2PT7FwL62Ze1DROhzmYW7+J3p9105DYMVenEejEbnq5wA37w==", "dev": true, - "license": "MIT", "dependencies": { "@types/node": "^20.0.0", "@types/whatwg-mimetype": "^3.0.2", diff --git a/package.json b/package.json index 36d06f87..8138518c 100644 --- a/package.json +++ b/package.json @@ -45,7 +45,7 @@ "@types/node": "^20.14.12", "@vitest/coverage-v8": "^1.6.0", "eslint": "^8.57.1", - "happy-dom": "^18.0.1", + "happy-dom": "^20.0.0", "typedoc": "^0.28.5", "typescript": "^5.8.3", "vite": "^5.4.20",