From 2d553ae113241a23dfad2ab0247be7bbb02abcc6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 7 Oct 2025 13:04:47 +0000 Subject: [PATCH] chore(deps-dev): Bump happy-dom from 18.0.1 to 19.0.2 Bumps [happy-dom](https://github.com/capricorn86/happy-dom) from 18.0.1 to 19.0.2. - [Release notes](https://github.com/capricorn86/happy-dom/releases) - [Commits](https://github.com/capricorn86/happy-dom/compare/v18.0.1...v19.0.2) --- updated-dependencies: - dependency-name: happy-dom dependency-version: 19.0.2 dependency-type: direct:development update-type: version-update:semver-major ... 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 3d77bbd2..0266e8a6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -18,7 +18,7 @@ "@nextcloud/vite-config": "^2.5.1", "@vitest/coverage-v8": "^3.2.4", "eslint": "^9.37.0", - "happy-dom": "^18.0.1", + "happy-dom": "^19.0.2", "typedoc": "^0.28.13", "typescript": "^5.9.3", "vite": "^7.1.9", @@ -4852,9 +4852,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": "19.0.2", + "resolved": "https://registry.npmjs.org/happy-dom/-/happy-dom-19.0.2.tgz", + "integrity": "sha512-831CLbgDyjRbd2lApHZFsBDe56onuFcjsCBPodzWpzedTpeDr8CGZjs7iEIdNW1DVwSFRecfwzLpVyGBPamwGA==", "dev": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index 393c3407..ee6f0bb2 100644 --- a/package.json +++ b/package.json @@ -44,7 +44,7 @@ "@nextcloud/vite-config": "^2.5.1", "@vitest/coverage-v8": "^3.2.4", "eslint": "^9.37.0", - "happy-dom": "^18.0.1", + "happy-dom": "^19.0.2", "typedoc": "^0.28.13", "typescript": "^5.9.3", "vite": "^7.1.9",