From 99d81660eeb091ab3243ec2037d4e2b9456844c0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 2 Nov 2024 03:28:02 +0000 Subject: [PATCH] chore: bump happy-dom from 15.7.4 to 15.8.0 Bumps [happy-dom](https://github.com/capricorn86/happy-dom) from 15.7.4 to 15.8.0. - [Release notes](https://github.com/capricorn86/happy-dom/releases) - [Commits](https://github.com/capricorn86/happy-dom/compare/v15.7.4...v15.8.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 | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 7743b3d30..65e2b1767 100644 --- a/package-lock.json +++ b/package-lock.json @@ -44,7 +44,7 @@ "cypress-wait-until": "^3.0.2", "dockerode": "^4.0.2", "eslint-plugin-cypress": "^3.5.0", - "happy-dom": "^15.7.4", + "happy-dom": "^15.8.0", "typescript": "^5.6.3", "vite": "^5.4.2", "vitest": "^2.0.5", @@ -7736,9 +7736,9 @@ "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": "15.8.0", + "resolved": "https://registry.npmjs.org/happy-dom/-/happy-dom-15.8.0.tgz", + "integrity": "sha512-LwBvPvR4MQ1xfrf4gbWRJzeL2xQqWiEiHvZF5uA1AwlCCgjH9ht0fGVXciRGQCghdHAIXw1zGX1mJ6a3O0fpeA==", "dev": true, "dependencies": { "entities": "^4.5.0", @@ -20514,9 +20514,9 @@ "peer": true }, "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": "15.8.0", + "resolved": "https://registry.npmjs.org/happy-dom/-/happy-dom-15.8.0.tgz", + "integrity": "sha512-LwBvPvR4MQ1xfrf4gbWRJzeL2xQqWiEiHvZF5uA1AwlCCgjH9ht0fGVXciRGQCghdHAIXw1zGX1mJ6a3O0fpeA==", "dev": true, "requires": { "entities": "^4.5.0", diff --git a/package.json b/package.json index 61419e727..f1a73b6b5 100644 --- a/package.json +++ b/package.json @@ -74,7 +74,7 @@ "cypress-wait-until": "^3.0.2", "dockerode": "^4.0.2", "eslint-plugin-cypress": "^3.5.0", - "happy-dom": "^15.7.4", + "happy-dom": "^15.8.0", "typescript": "^5.6.3", "vite": "^5.4.2", "vitest": "^2.0.5",