From c03a0f8cc49573e3db357126f68dcc7992fc7185 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 15 Oct 2025 20:45:51 +0000 Subject: [PATCH] Bump happy-dom from 18.0.1 to 20.0.2 in /cloudproxy-ui Bumps [happy-dom](https://github.com/capricorn86/happy-dom) from 18.0.1 to 20.0.2. - [Release notes](https://github.com/capricorn86/happy-dom/releases) - [Commits](https://github.com/capricorn86/happy-dom/compare/v18.0.1...v20.0.2) --- updated-dependencies: - dependency-name: happy-dom dependency-version: 20.0.2 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- cloudproxy-ui/package-lock.json | 8 ++++---- cloudproxy-ui/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/cloudproxy-ui/package-lock.json b/cloudproxy-ui/package-lock.json index 3f78113..b8c1f3c 100644 --- a/cloudproxy-ui/package-lock.json +++ b/cloudproxy-ui/package-lock.json @@ -31,7 +31,7 @@ "cypress": "^14.5.4", "eslint": "^8.57.0", "eslint-plugin-vue": "^9.22.0", - "happy-dom": "^18.0.1", + "happy-dom": "^20.0.2", "msw": "^2.10.5", "vitest": "^3.2.4", "wait-on": "^8.0.4" @@ -9420,9 +9420,9 @@ "license": "MIT" }, "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.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/cloudproxy-ui/package.json b/cloudproxy-ui/package.json index 0d70f80..c70c38b 100644 --- a/cloudproxy-ui/package.json +++ b/cloudproxy-ui/package.json @@ -39,7 +39,7 @@ "cypress": "^14.5.4", "eslint": "^8.57.0", "eslint-plugin-vue": "^9.22.0", - "happy-dom": "^18.0.1", + "happy-dom": "^20.0.2", "msw": "^2.10.5", "vitest": "^3.2.4", "wait-on": "^8.0.4"