From 02dbfaaf805bfed3c68160669471b52cef716379 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 15 Oct 2025 20:42:02 +0000 Subject: [PATCH] Bump happy-dom from 16.6.0 to 20.0.2 in /tests Bumps [happy-dom](https://github.com/capricorn86/happy-dom) from 16.6.0 to 20.0.2. - [Release notes](https://github.com/capricorn86/happy-dom/releases) - [Commits](https://github.com/capricorn86/happy-dom/compare/v16.6.0...v20.0.2) --- updated-dependencies: - dependency-name: happy-dom dependency-version: 20.0.2 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- tests/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/package.json b/tests/package.json index 1083747..b2d510c 100644 --- a/tests/package.json +++ b/tests/package.json @@ -16,7 +16,7 @@ "@types/react-dom": "19.0.3", "@vitest/coverage-v8": "3.0.2", "@vitest/ui": "3.0.2", - "happy-dom": "16.6.0", + "happy-dom": "20.0.2", "lodash.throttle": "4.1.1", "microdiff": "1.5.0", "react": "19.0.0",