From 249a72d309233f15e3c959c2bfe7f60daca005d6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 24 Jul 2026 00:07:53 +0000 Subject: [PATCH] chore: bump happy-dom from 20.11.0 to 20.11.1 Bumps [happy-dom](https://github.com/capricorn86/happy-dom) from 20.11.0 to 20.11.1. - [Release notes](https://github.com/capricorn86/happy-dom/releases) - [Commits](https://github.com/capricorn86/happy-dom/compare/v20.11.0...v20.11.1) --- updated-dependencies: - dependency-name: happy-dom dependency-version: 20.11.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pnpm-lock.yaml | 16 ++++++++-------- test/package.json | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 5cb5ef7..9da38dd 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -74,8 +74,8 @@ importers: specifier: ^16.3.2 version: 16.3.2(@testing-library/dom@10.4.1)(@types/react-dom@18.3.7(@types/react@18.3.31))(@types/react@18.3.31)(react-dom@18.0.0(react@18.0.0))(react@18.0.0) happy-dom: - specifier: ^20.11.0 - version: 20.11.0 + specifier: ^20.11.1 + version: 20.11.1 react: specifier: catalog:dev version: 18.0.0 @@ -84,7 +84,7 @@ importers: version: link:../package vitest: specifier: ^4.1.10 - version: 4.1.10(@types/node@26.1.1)(happy-dom@20.11.0) + version: 4.1.10(@types/node@26.1.1)(happy-dom@20.11.1) devDependencies: '@types/react': specifier: catalog:dev @@ -742,8 +742,8 @@ packages: globrex@0.1.2: resolution: {integrity: sha512-uHJgbwAMwNFf5mLst7IWLNg14x1CkeqglJb/K3doi4dw6q2IvAAmM/Y81kevy83wP+Sst+nutFTYOGg3d1lsxg==} - happy-dom@20.11.0: - resolution: {integrity: sha512-XogN4asPd1a56di9prVG6bZxteNcXsZxxKmAvcEfc5Px5Ca2hMyMgk8wvqK2K1V8zXg40j9VANXsDaJYh9DeNA==} + happy-dom@20.11.1: + resolution: {integrity: sha512-XSt8tMzbW9ymE7687xztkO1ckR7qJNQ3LywY9vlYGhGi3zXrGBHuUo2Cl1ztZaICW+1eAGdkLbj6iwVqDT33kg==} engines: {node: '>=20.0.0'} hookable@6.1.1: @@ -1584,7 +1584,7 @@ snapshots: globrex@0.1.2: {} - happy-dom@20.11.0: + happy-dom@20.11.1: dependencies: '@types/node': 26.1.1 '@types/whatwg-mimetype': 3.0.2 @@ -1849,7 +1849,7 @@ snapshots: '@types/node': 26.1.1 fsevents: 2.3.3 - vitest@4.1.10(@types/node@26.1.1)(happy-dom@20.11.0): + vitest@4.1.10(@types/node@26.1.1)(happy-dom@20.11.1): dependencies: '@vitest/expect': 4.1.10 '@vitest/mocker': 4.1.10(vite@8.1.3(@types/node@26.1.1)) @@ -1873,7 +1873,7 @@ snapshots: why-is-node-running: 2.3.0 optionalDependencies: '@types/node': 26.1.1 - happy-dom: 20.11.0 + happy-dom: 20.11.1 transitivePeerDependencies: - '@vitejs/devtools' - esbuild diff --git a/test/package.json b/test/package.json index 8c757ab..c2e2965 100644 --- a/test/package.json +++ b/test/package.json @@ -3,7 +3,7 @@ "dependencies": { "@testing-library/dom": "^10.4.1", "@testing-library/react": "^16.3.2", - "happy-dom": "^20.11.0", + "happy-dom": "^20.11.1", "react": "catalog:dev", "react-compose-context-providers": "workspace:*", "vitest": "^4.1.10"