From 3d8df49242f748ae5604cc29d02489925e65c1ff Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 6 Nov 2024 15:51:16 +0000 Subject: [PATCH] chore: bump happy-dom from 15.8.0 to 15.10.1 Bumps [happy-dom](https://github.com/capricorn86/happy-dom) from 15.8.0 to 15.10.1. - [Release notes](https://github.com/capricorn86/happy-dom/releases) - [Commits](https://github.com/capricorn86/happy-dom/compare/v15.8.0...v15.10.1) --- updated-dependencies: - dependency-name: happy-dom dependency-type: direct:development ... 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 65e2b1767..bbb5a5f89 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.8.0", + "happy-dom": "^15.10.1", "typescript": "^5.6.3", "vite": "^5.4.2", "vitest": "^2.0.5", @@ -7736,9 +7736,9 @@ "peer": true }, "node_modules/happy-dom": { - "version": "15.8.0", - "resolved": "https://registry.npmjs.org/happy-dom/-/happy-dom-15.8.0.tgz", - "integrity": "sha512-LwBvPvR4MQ1xfrf4gbWRJzeL2xQqWiEiHvZF5uA1AwlCCgjH9ht0fGVXciRGQCghdHAIXw1zGX1mJ6a3O0fpeA==", + "version": "15.10.1", + "resolved": "https://registry.npmjs.org/happy-dom/-/happy-dom-15.10.1.tgz", + "integrity": "sha512-FuGnj/qIB4QnBL6fWmD7Wnh6STxevLgOVWB6+nopDGgWG1+t9CXkNB2ldZ+iqwD2UKxD2D0SU8el8A6AX6Q1+g==", "dev": true, "dependencies": { "entities": "^4.5.0", @@ -20514,9 +20514,9 @@ "peer": true }, "happy-dom": { - "version": "15.8.0", - "resolved": "https://registry.npmjs.org/happy-dom/-/happy-dom-15.8.0.tgz", - "integrity": "sha512-LwBvPvR4MQ1xfrf4gbWRJzeL2xQqWiEiHvZF5uA1AwlCCgjH9ht0fGVXciRGQCghdHAIXw1zGX1mJ6a3O0fpeA==", + "version": "15.10.1", + "resolved": "https://registry.npmjs.org/happy-dom/-/happy-dom-15.10.1.tgz", + "integrity": "sha512-FuGnj/qIB4QnBL6fWmD7Wnh6STxevLgOVWB6+nopDGgWG1+t9CXkNB2ldZ+iqwD2UKxD2D0SU8el8A6AX6Q1+g==", "dev": true, "requires": { "entities": "^4.5.0", diff --git a/package.json b/package.json index f1a73b6b5..417edb2a2 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.8.0", + "happy-dom": "^15.10.1", "typescript": "^5.6.3", "vite": "^5.4.2", "vitest": "^2.0.5",