From ff3c83c64ac92d4b1ff8d4a28ab122e0cdfb5fef Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 11 Oct 2025 00:12:39 +0000 Subject: [PATCH] Bump happy-dom from 18.0.1 to 20.0.0 in /cloudproxy-ui Bumps [happy-dom](https://github.com/capricorn86/happy-dom) from 18.0.1 to 20.0.0. - [Release notes](https://github.com/capricorn86/happy-dom/releases) - [Commits](https://github.com/capricorn86/happy-dom/compare/v18.0.1...v20.0.0) --- updated-dependencies: - dependency-name: happy-dom dependency-version: 20.0.0 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..d6e166a 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.0", "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.0", + "resolved": "https://registry.npmjs.org/happy-dom/-/happy-dom-20.0.0.tgz", + "integrity": "sha512-GkWnwIFxVGCf2raNrxImLo397RdGhLapj5cT3R2PT7FwL62Ze1DROhzmYW7+J3p9105DYMVenEejEbnq5wA37w==", "dev": true, "license": "MIT", "dependencies": { diff --git a/cloudproxy-ui/package.json b/cloudproxy-ui/package.json index 0d70f80..637fb35 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.0", "msw": "^2.10.5", "vitest": "^3.2.4", "wait-on": "^8.0.4"