From 2afacc709939ec240a6e71d1cdbf6d920e2e868c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Jan 2025 03:20:11 +0000 Subject: [PATCH] Bump happy-dom from 15.10.2 to 16.5.3 Bumps [happy-dom](https://github.com/capricorn86/happy-dom) from 15.10.2 to 16.5.3. - [Release notes](https://github.com/capricorn86/happy-dom/releases) - [Commits](https://github.com/capricorn86/happy-dom/compare/v15.10.2...v16.5.3) --- updated-dependencies: - dependency-name: happy-dom dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package-lock.json | 9 ++++----- package.json | 2 +- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index c25c32887..5b7602cc1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -31,7 +31,7 @@ "express-static-gzip": "^2.1.7", "fnv-plus": "^1.3.1", "govuk-frontend": "^5.2.0", - "happy-dom": "^15.10.2", + "happy-dom": "^16.5.3", "helmet": "^7.1.0", "html-entities": "^2.5.2", "jsdom": "^24.0.0", @@ -8652,11 +8652,10 @@ } }, "node_modules/happy-dom": { - "version": "15.10.2", - "resolved": "https://registry.npmjs.org/happy-dom/-/happy-dom-15.10.2.tgz", - "integrity": "sha512-NbA5XrSovenJIIcfixCREX3ZnV7yHP4phhbfuxxf4CPn+LZpz/jIM9EqJ2DrPwgVDSMoAKH3pZwQvkbsSiCrUw==", + "version": "16.5.3", + "resolved": "https://registry.npmjs.org/happy-dom/-/happy-dom-16.5.3.tgz", + "integrity": "sha512-7zGnyROZuntn+5X84MQ535qiQ3ccm45uHl+Q7EFAcPP0NhkbrfPitqprz0GgszX91/QqsZKQ7nTYkyObCTDUjg==", "dependencies": { - "entities": "^4.5.0", "webidl-conversions": "^7.0.0", "whatwg-mimetype": "^3.0.0" }, diff --git a/package.json b/package.json index d17be5ca8..237806187 100644 --- a/package.json +++ b/package.json @@ -117,7 +117,7 @@ "express-static-gzip": "^2.1.7", "fnv-plus": "^1.3.1", "govuk-frontend": "^5.2.0", - "happy-dom": "^15.10.2", + "happy-dom": "^16.5.3", "helmet": "^7.1.0", "html-entities": "^2.5.2", "jsdom": "^24.0.0",