From 4443ad659afeda22506d736ca7133f7c70365463 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 8 Feb 2025 02:44:14 +0000 Subject: [PATCH] chore(deps-dev): bump happy-dom from 16.8.1 to 17.0.0 Bumps [happy-dom](https://github.com/capricorn86/happy-dom) from 16.8.1 to 17.0.0. - [Release notes](https://github.com/capricorn86/happy-dom/releases) - [Commits](https://github.com/capricorn86/happy-dom/compare/v16.8.1...v17.0.0) --- updated-dependencies: - dependency-name: happy-dom 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 8d0739e8..a9d572a0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -39,7 +39,7 @@ "@nextcloud/stylelint-config": "3.0.1", "@nextcloud/vite-config": "2.3.1", "@vue/test-utils": "^2.4.6", - "happy-dom": "^16.8.1", + "happy-dom": "^17.0.0", "vite-plugin-static-copy": "^2.2.0", "vitest": "^3.0.4" }, @@ -8159,9 +8159,9 @@ "peer": true }, "node_modules/happy-dom": { - "version": "16.8.1", - "resolved": "https://registry.npmjs.org/happy-dom/-/happy-dom-16.8.1.tgz", - "integrity": "sha512-n0QrmT9lD81rbpKsyhnlz3DgnMZlaOkJPpgi746doA+HvaMC79bdWkwjrNnGJRvDrWTI8iOcJiVTJ5CdT/AZRw==", + "version": "17.0.0", + "resolved": "https://registry.npmjs.org/happy-dom/-/happy-dom-17.0.0.tgz", + "integrity": "sha512-jGuUr3UrgMzt1Mopyof3RzD49/GudAp1suP5KFU+EvNXmqUAMXpxux2zEJbabE1YXs0APrY61iRZ0BKMMWCGTg==", "dev": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index 0365ca30..9e4ea6ce 100644 --- a/package.json +++ b/package.json @@ -55,7 +55,7 @@ "@nextcloud/stylelint-config": "3.0.1", "@nextcloud/vite-config": "2.3.1", "@vue/test-utils": "^2.4.6", - "happy-dom": "^16.8.1", + "happy-dom": "^17.0.0", "vite-plugin-static-copy": "^2.2.0", "vitest": "^3.0.4" },