From ab62958882f331c2e876c558b9e7d5314aea6abd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Jun 2024 01:06:04 +0000 Subject: [PATCH] Chore(deps-dev): Bump happy-dom from 14.11.0 to 14.12.0 Bumps [happy-dom](https://github.com/capricorn86/happy-dom) from 14.11.0 to 14.12.0. - [Release notes](https://github.com/capricorn86/happy-dom/releases) - [Commits](https://github.com/capricorn86/happy-dom/compare/v14.11.0...v14.12.0) --- 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 be14b46d..2c590b76 100644 --- a/package-lock.json +++ b/package-lock.json @@ -47,7 +47,7 @@ "@nextcloud/stylelint-config": "^3.0.1", "@nextcloud/vite-config": "github:nextcloud-libraries/nextcloud-vite-config#vue3", "@vue/test-utils": "^2.4.6", - "happy-dom": "^14.11.0", + "happy-dom": "^14.12.0", "mockdate": "^3.0.5", "vitest": "^1.6.0" }, @@ -9310,9 +9310,9 @@ "peer": true }, "node_modules/happy-dom": { - "version": "14.11.0", - "resolved": "https://registry.npmjs.org/happy-dom/-/happy-dom-14.11.0.tgz", - "integrity": "sha512-vu25dY7YJqLuTG/3ADC0FZRRF0yNBp3q2K0YTN08opXdZi8V/YzIJDNJWFiCnDIuyc+RrCIE093+H5fa9Trlxg==", + "version": "14.12.0", + "resolved": "https://registry.npmjs.org/happy-dom/-/happy-dom-14.12.0.tgz", + "integrity": "sha512-dHcnlGFY2o2CdxfuYpqwSrBrpj/Kuzv4u4f3TU5yHW1GL24dKij4pv1BRjXnXc3uWo8qsCbToF9weaDsm/He8A==", "dev": true, "dependencies": { "entities": "^4.5.0", diff --git a/package.json b/package.json index 3dc7ef97..b1527a1f 100644 --- a/package.json +++ b/package.json @@ -65,7 +65,7 @@ "@nextcloud/stylelint-config": "^3.0.1", "@nextcloud/vite-config": "github:nextcloud-libraries/nextcloud-vite-config#vue3", "@vue/test-utils": "^2.4.6", - "happy-dom": "^14.11.0", + "happy-dom": "^14.12.0", "mockdate": "^3.0.5", "vitest": "^1.6.0" },