From 3dfdba5098179e8f08026380a3d36736e7c5eb1d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Aug 2023 12:03:06 +0000 Subject: [PATCH] Bump happy-dom from 9.20.3 to 10.8.0 Bumps [happy-dom](https://github.com/capricorn86/happy-dom) from 9.20.3 to 10.8.0. - [Release notes](https://github.com/capricorn86/happy-dom/releases) - [Commits](https://github.com/capricorn86/happy-dom/compare/v9.20.3...v10.8.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 | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 60ce09ea..2ead8444 100644 --- a/package-lock.json +++ b/package-lock.json @@ -67,7 +67,7 @@ "@yankeeinlondon/builder-api": "^1.4.1", "esbuild": "^0.18.10", "gray-matter": "^4.0.3", - "happy-dom": "^9.20.3", + "happy-dom": "^10.8.0", "inferred-types": "^0.37.6", "markdown-it-anchor": "^8.6.7", "markdown-it-prism": "^2.3.0", @@ -4967,9 +4967,9 @@ } }, "node_modules/happy-dom": { - "version": "9.20.3", - "resolved": "https://registry.npmjs.org/happy-dom/-/happy-dom-9.20.3.tgz", - "integrity": "sha512-eBsgauT435fXFvQDNcmm5QbGtYzxEzOaX35Ia+h6yP/wwa4xSWZh1CfP+mGby8Hk6Xu59mTkpyf72rUXHNxY7A==", + "version": "10.8.0", + "resolved": "https://registry.npmjs.org/happy-dom/-/happy-dom-10.8.0.tgz", + "integrity": "sha512-ux5UfhNA9ANGf4keV7FCd9GqeQr3Bz1u9qnoPtTL0NcO1MEOeUXIUwNTB9r84Z7Q8/bsgkwi6K114zjYvnCmag==", "dev": true, "dependencies": { "css.escape": "^1.5.1", @@ -12590,9 +12590,9 @@ } }, "happy-dom": { - "version": "9.20.3", - "resolved": "https://registry.npmjs.org/happy-dom/-/happy-dom-9.20.3.tgz", - "integrity": "sha512-eBsgauT435fXFvQDNcmm5QbGtYzxEzOaX35Ia+h6yP/wwa4xSWZh1CfP+mGby8Hk6Xu59mTkpyf72rUXHNxY7A==", + "version": "10.8.0", + "resolved": "https://registry.npmjs.org/happy-dom/-/happy-dom-10.8.0.tgz", + "integrity": "sha512-ux5UfhNA9ANGf4keV7FCd9GqeQr3Bz1u9qnoPtTL0NcO1MEOeUXIUwNTB9r84Z7Q8/bsgkwi6K114zjYvnCmag==", "dev": true, "requires": { "css.escape": "^1.5.1", diff --git a/package.json b/package.json index e687cf9f..bb3c39ec 100644 --- a/package.json +++ b/package.json @@ -74,7 +74,7 @@ "@yankeeinlondon/builder-api": "^1.4.1", "esbuild": "^0.18.10", "gray-matter": "^4.0.3", - "happy-dom": "^9.20.3", + "happy-dom": "^10.8.0", "inferred-types": "^0.37.6", "markdown-it-anchor": "^8.6.7", "markdown-it-prism": "^2.3.0",