From 293ec730ed736504eae67b3a6b5a365d4bb82a2e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 15 Oct 2025 20:58:02 +0000 Subject: [PATCH] Chore(deps-dev): Bump happy-dom from 20.0.0 to 20.0.2 Bumps [happy-dom](https://github.com/capricorn86/happy-dom) from 20.0.0 to 20.0.2. - [Release notes](https://github.com/capricorn86/happy-dom/releases) - [Commits](https://github.com/capricorn86/happy-dom/compare/v20.0.0...v20.0.2) --- updated-dependencies: - dependency-name: happy-dom dependency-version: 20.0.2 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index d3d5725ab..d25dfbc90 100644 --- a/package-lock.json +++ b/package-lock.json @@ -41,7 +41,7 @@ "@nextcloud/stylelint-config": "^3.1.1", "@nextcloud/vite-config": "2.5.1", "@vue/test-utils": "^2.4.6", - "happy-dom": "^20.0.0", + "happy-dom": "^20.0.2", "mockdate": "^3.0.5", "vitest": "^3.2.4" }, @@ -8343,9 +8343,9 @@ "peer": true }, "node_modules/happy-dom": { - "version": "20.0.0", - "resolved": "https://registry.npmjs.org/happy-dom/-/happy-dom-20.0.0.tgz", - "integrity": "sha512-GkWnwIFxVGCf2raNrxImLo397RdGhLapj5cT3R2PT7FwL62Ze1DROhzmYW7+J3p9105DYMVenEejEbnq5wA37w==", + "version": "20.0.2", + "resolved": "https://registry.npmjs.org/happy-dom/-/happy-dom-20.0.2.tgz", + "integrity": "sha512-pYOyu624+6HDbY+qkjILpQGnpvZOusItCk+rvF5/V+6NkcgTKnbOldpIy22tBnxoaLtlM9nXgoqAcW29/B7CIw==", "dev": true, "dependencies": { "@types/node": "^20.0.0", diff --git a/package.json b/package.json index 819c61288..0503332ce 100644 --- a/package.json +++ b/package.json @@ -59,7 +59,7 @@ "@nextcloud/stylelint-config": "^3.1.1", "@nextcloud/vite-config": "2.5.1", "@vue/test-utils": "^2.4.6", - "happy-dom": "^20.0.0", + "happy-dom": "^20.0.2", "mockdate": "^3.0.5", "vitest": "^3.2.4" },