From 21dea6cee30c99ff4fc636c1d6b711c2350a4cc1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Dec 2024 03:16:09 +0000 Subject: [PATCH] Bump happy-dom from 15.10.2 to 16.0.1 Bumps [happy-dom](https://github.com/capricorn86/happy-dom) from 15.10.2 to 16.0.1. - [Release notes](https://github.com/capricorn86/happy-dom/releases) - [Commits](https://github.com/capricorn86/happy-dom/compare/v15.10.2...v16.0.1) --- 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..65ae49102 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.0.1", "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.0.1", + "resolved": "https://registry.npmjs.org/happy-dom/-/happy-dom-16.0.1.tgz", + "integrity": "sha512-cqbqvutE6XAIMe4nM93TkbW5SDFtLkU/6nsQfJBJ2KSlaT+My2kmnYsCFXrvEzvmP7s1xGJ6Xt4D9LNJIJHMbA==", "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..94c85304c 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.0.1", "helmet": "^7.1.0", "html-entities": "^2.5.2", "jsdom": "^24.0.0",