From cc2409e49a04e97573fec6eec54de7fe8c97fb5a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 6 Apr 2024 01:43:42 +0000 Subject: [PATCH] Build(deps-dev): Bump happy-dom from 14.3.9 to 14.6.1 Bumps [happy-dom](https://github.com/capricorn86/happy-dom) from 14.3.9 to 14.6.1. - [Release notes](https://github.com/capricorn86/happy-dom/releases) - [Commits](https://github.com/capricorn86/happy-dom/compare/v14.3.9...v14.6.1) --- updated-dependencies: - dependency-name: happy-dom dependency-type: direct:development update-type: version-update:semver-minor ... 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 0cb6efb31..4e740e390 100644 --- a/package-lock.json +++ b/package-lock.json @@ -47,7 +47,7 @@ "@nextcloud/stylelint-config": "^2.4.0", "@nextcloud/vite-config": "github:nextcloud-libraries/nextcloud-vite-config#vue3", "@vue/test-utils": "^2.4.4", - "happy-dom": "^14.3.9", + "happy-dom": "^14.6.1", "mockdate": "^3.0.5", "vitest": "^1.4.0" }, @@ -9223,9 +9223,9 @@ "peer": true }, "node_modules/happy-dom": { - "version": "14.3.9", - "resolved": "https://registry.npmjs.org/happy-dom/-/happy-dom-14.3.9.tgz", - "integrity": "sha512-0kPQchwthekcYpYN8CvCiq+/z5bqFYDLbTxZ+yDLwT8AFRVJDFadShHRxp3VAZRy7a5isOZ1j/LzsU1dtAIZMQ==", + "version": "14.6.1", + "resolved": "https://registry.npmjs.org/happy-dom/-/happy-dom-14.6.1.tgz", + "integrity": "sha512-nIid31b7esld4oWbUyu8PwhBZxxI+8VLp5NeDPSLucVqH/kwM0HCjWm/uSdCcEP1XJJZdzLFsNJm3Mm+2x7erg==", "dev": true, "dependencies": { "entities": "^4.5.0", diff --git a/package.json b/package.json index 8135f2bce..bd4faafed 100644 --- a/package.json +++ b/package.json @@ -65,7 +65,7 @@ "@nextcloud/stylelint-config": "^2.4.0", "@nextcloud/vite-config": "github:nextcloud-libraries/nextcloud-vite-config#vue3", "@vue/test-utils": "^2.4.4", - "happy-dom": "^14.3.9", + "happy-dom": "^14.6.1", "mockdate": "^3.0.5", "vitest": "^1.4.0" },