From e3b2d88f6320374ef7d58b9e2490fe0bcd968fe8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 11 Jan 2025 02:24:23 +0000 Subject: [PATCH] chore(deps-dev): Bump happy-dom from 15.7.4 to 16.5.3 Bumps [happy-dom](https://github.com/capricorn86/happy-dom) from 15.7.4 to 16.5.3. - [Release notes](https://github.com/capricorn86/happy-dom/releases) - [Commits](https://github.com/capricorn86/happy-dom/compare/v15.7.4...v16.5.3) --- updated-dependencies: - dependency-name: happy-dom dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package-lock.json | 21 ++++----------------- package.json | 2 +- 2 files changed, 5 insertions(+), 18 deletions(-) diff --git a/package-lock.json b/package-lock.json index fb3af56..b2b0514 100644 --- a/package-lock.json +++ b/package-lock.json @@ -19,7 +19,7 @@ "@nextcloud/event-bus": "^3.3.1", "@nextcloud/vite-config": "^2.2.2", "@vitest/coverage-v8": "^2.1.3", - "happy-dom": "^15.7.4", + "happy-dom": "^16.5.3", "typescript": "^5.5.4", "vite": "^5.4.10", "vitest": "^2.0.2" @@ -3652,18 +3652,6 @@ "node": ">=10.13.0" } }, - "node_modules/entities": { - "version": "4.5.0", - "resolved": "https://registry.npmjs.org/entities/-/entities-4.5.0.tgz", - "integrity": "sha512-V0hjH4dGPh9Ao5p0MoRY6BVqtwCjhz6vI5LT8AJ55H+4g9/4vbHx1I54fS0XuclLhDHArPQCiMjDxjaL8fPxhw==", - "dev": true, - "engines": { - "node": ">=0.12" - }, - "funding": { - "url": "https://github.com/fb55/entities?sponsor=1" - } - }, "node_modules/es-abstract": { "version": "1.21.2", "resolved": "https://registry.npmjs.org/es-abstract/-/es-abstract-1.21.2.tgz", @@ -5070,12 +5058,11 @@ "peer": true }, "node_modules/happy-dom": { - "version": "15.7.4", - "resolved": "https://registry.npmjs.org/happy-dom/-/happy-dom-15.7.4.tgz", - "integrity": "sha512-r1vadDYGMtsHAAsqhDuk4IpPvr6N8MGKy5ntBo7tSdim+pWDxus2PNqOcOt8LuDZ4t3KJHE+gCuzupcx/GKnyQ==", + "version": "16.5.3", + "resolved": "https://registry.npmjs.org/happy-dom/-/happy-dom-16.5.3.tgz", + "integrity": "sha512-7zGnyROZuntn+5X84MQ535qiQ3ccm45uHl+Q7EFAcPP0NhkbrfPitqprz0GgszX91/QqsZKQ7nTYkyObCTDUjg==", "dev": true, "dependencies": { - "entities": "^4.5.0", "webidl-conversions": "^7.0.0", "whatwg-mimetype": "^3.0.0" }, diff --git a/package.json b/package.json index 2a09d4f..c99f0be 100644 --- a/package.json +++ b/package.json @@ -55,7 +55,7 @@ "@nextcloud/event-bus": "^3.3.1", "@nextcloud/vite-config": "^2.2.2", "@vitest/coverage-v8": "^2.1.3", - "happy-dom": "^15.7.4", + "happy-dom": "^16.5.3", "typescript": "^5.5.4", "vite": "^5.4.10", "vitest": "^2.0.2"