From 98c5e9f0acfda95b2ee4fd0e5ff555e612a773c7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 Mar 2024 06:05:56 +0000 Subject: [PATCH] npm: bump happy-dom from 13.6.2 to 13.7.8 Bumps [happy-dom](https://github.com/capricorn86/happy-dom) from 13.6.2 to 13.7.8. - [Release notes](https://github.com/capricorn86/happy-dom/releases) - [Commits](https://github.com/capricorn86/happy-dom/compare/v13.6.2...v13.7.8) --- updated-dependencies: - dependency-name: happy-dom dependency-type: direct:production update-type: version-update:semver-minor ... 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 e84bd279..bd9837fe 100644 --- a/package-lock.json +++ b/package-lock.json @@ -28,7 +28,7 @@ "eslint-plugin-react-hooks": "^4.6.0", "eslint-plugin-react-refresh": "^0.4.5", "gh-pages": "^6.1.1", - "happy-dom": "^13.6.2", + "happy-dom": "^13.7.8", "jsdom": "^24.0.0", "prettier": "^3.2.5", "react": "^18.2.0", @@ -4862,9 +4862,9 @@ "integrity": "sha512-EtKwoO6kxCL9WO5xipiHTZlSzBm7WLT627TqC/uVRd0HKmq8NXyebnNYxDoBi7wt8eTWrUrKXCOVaFq9x1kgag==" }, "node_modules/happy-dom": { - "version": "13.6.2", - "resolved": "https://registry.npmjs.org/happy-dom/-/happy-dom-13.6.2.tgz", - "integrity": "sha512-Ku+wDqcF/KwFA0dI+xIMZd9Jn020RXjuSil/Vz7gu2yhDC3FsDYZ55qqV9k+SGC4opwb4acisXqVSRxUJMlPbQ==", + "version": "13.7.8", + "resolved": "https://registry.npmjs.org/happy-dom/-/happy-dom-13.7.8.tgz", + "integrity": "sha512-dnvgCiPPfXXts+AW1DVAoDa9nPmI48YPHUv34L6pmjv2lwNZte8OwsK9SajEXENfibS8uo1zG7xJwlW/NXlDxQ==", "dependencies": { "entities": "^4.5.0", "webidl-conversions": "^7.0.0", @@ -13206,9 +13206,9 @@ "integrity": "sha512-EtKwoO6kxCL9WO5xipiHTZlSzBm7WLT627TqC/uVRd0HKmq8NXyebnNYxDoBi7wt8eTWrUrKXCOVaFq9x1kgag==" }, "happy-dom": { - "version": "13.6.2", - "resolved": "https://registry.npmjs.org/happy-dom/-/happy-dom-13.6.2.tgz", - "integrity": "sha512-Ku+wDqcF/KwFA0dI+xIMZd9Jn020RXjuSil/Vz7gu2yhDC3FsDYZ55qqV9k+SGC4opwb4acisXqVSRxUJMlPbQ==", + "version": "13.7.8", + "resolved": "https://registry.npmjs.org/happy-dom/-/happy-dom-13.7.8.tgz", + "integrity": "sha512-dnvgCiPPfXXts+AW1DVAoDa9nPmI48YPHUv34L6pmjv2lwNZte8OwsK9SajEXENfibS8uo1zG7xJwlW/NXlDxQ==", "requires": { "entities": "^4.5.0", "webidl-conversions": "^7.0.0", diff --git a/package.json b/package.json index 6ec34cb0..b6490b4f 100644 --- a/package.json +++ b/package.json @@ -55,7 +55,7 @@ "eslint-plugin-react-hooks": "^4.6.0", "eslint-plugin-react-refresh": "^0.4.5", "gh-pages": "^6.1.1", - "happy-dom": "^13.6.2", + "happy-dom": "^13.7.8", "jsdom": "^24.0.0", "prettier": "^3.2.5", "react": "^18.2.0",