From 9c9e6f135ef3584300d9da115953a452936b0907 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 30 Jan 2024 03:19:03 +0000 Subject: [PATCH] Bump happy-dom from 13.3.1 to 13.3.5 Bumps [happy-dom](https://github.com/capricorn86/happy-dom) from 13.3.1 to 13.3.5. - [Release notes](https://github.com/capricorn86/happy-dom/releases) - [Commits](https://github.com/capricorn86/happy-dom/compare/v13.3.1...v13.3.5) --- updated-dependencies: - dependency-name: happy-dom dependency-type: direct:production update-type: version-update:semver-patch ... 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 5f16af21d..b62006642 100644 --- a/package-lock.json +++ b/package-lock.json @@ -34,7 +34,7 @@ "express-static-gzip": "^2.1.7", "fnv-plus": "^1.3.1", "govuk-frontend": "^5.0.0", - "happy-dom": "^13.3.1", + "happy-dom": "^13.3.5", "helmet": "^7.1.0", "html-entities": "^2.4.0", "jsonwebtoken": "^9.0.2", @@ -11076,9 +11076,9 @@ "dev": true }, "node_modules/happy-dom": { - "version": "13.3.1", - "resolved": "https://registry.npmjs.org/happy-dom/-/happy-dom-13.3.1.tgz", - "integrity": "sha512-KIlztn+nRWstprUyI3Wzy1UJrg72uOaoo4SaBLNrV6xrn2Rq86eQruKOL7ZyDhkfou3nEZX6rgRYtvsqwMInvQ==", + "version": "13.3.5", + "resolved": "https://registry.npmjs.org/happy-dom/-/happy-dom-13.3.5.tgz", + "integrity": "sha512-PBMhFNNBPGVa8oDP7mHv+kTWNtzIPTogS+V05s3ddsluDmTbcU7EaEMxZdYf2ka55MshloE9/opOHEC+YelzVQ==", "dependencies": { "entities": "^4.5.0", "webidl-conversions": "^7.0.0", @@ -28832,9 +28832,9 @@ "dev": true }, "happy-dom": { - "version": "13.3.1", - "resolved": "https://registry.npmjs.org/happy-dom/-/happy-dom-13.3.1.tgz", - "integrity": "sha512-KIlztn+nRWstprUyI3Wzy1UJrg72uOaoo4SaBLNrV6xrn2Rq86eQruKOL7ZyDhkfou3nEZX6rgRYtvsqwMInvQ==", + "version": "13.3.5", + "resolved": "https://registry.npmjs.org/happy-dom/-/happy-dom-13.3.5.tgz", + "integrity": "sha512-PBMhFNNBPGVa8oDP7mHv+kTWNtzIPTogS+V05s3ddsluDmTbcU7EaEMxZdYf2ka55MshloE9/opOHEC+YelzVQ==", "requires": { "entities": "^4.5.0", "webidl-conversions": "^7.0.0", diff --git a/package.json b/package.json index f9e870446..3769af30b 100644 --- a/package.json +++ b/package.json @@ -126,7 +126,7 @@ "express-static-gzip": "^2.1.7", "fnv-plus": "^1.3.1", "govuk-frontend": "^5.0.0", - "happy-dom": "^13.3.1", + "happy-dom": "^13.3.5", "helmet": "^7.1.0", "html-entities": "^2.4.0", "jsonwebtoken": "^9.0.2",