From 3f444571ac86cb683bcf7fe690824fe60525dd8f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 15 Oct 2025 20:56:16 +0000 Subject: [PATCH] Bump happy-dom in /webapp in the npm_and_yarn group across 1 directory Bumps the npm_and_yarn group with 1 update in the /webapp directory: [happy-dom](https://github.com/capricorn86/happy-dom). Updates `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 dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] --- webapp/package-lock.json | 8 ++++---- webapp/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/webapp/package-lock.json b/webapp/package-lock.json index 7b84f5a1..4dc22a56 100644 --- a/webapp/package-lock.json +++ b/webapp/package-lock.json @@ -38,7 +38,7 @@ "@types/node": "^24.2.0", "@vitest/ui": "^3.2.4", "autoprefixer": "^10.4.16", - "happy-dom": "^20.0.0", + "happy-dom": "^20.0.2", "jsdom": "^26.1.0", "postcss": "^8.4.32", "svelte": "^5.38.0", @@ -3767,9 +3767,9 @@ "license": "ISC" }, "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, "license": "MIT", "dependencies": { diff --git a/webapp/package.json b/webapp/package.json index e7229f80..d2f4dc2f 100644 --- a/webapp/package.json +++ b/webapp/package.json @@ -26,7 +26,7 @@ "@types/node": "^24.2.0", "@vitest/ui": "^3.2.4", "autoprefixer": "^10.4.16", - "happy-dom": "^20.0.0", + "happy-dom": "^20.0.2", "jsdom": "^26.1.0", "postcss": "^8.4.32", "svelte": "^5.38.0",