From fa29e9d618eb08387e75fce4d6a6bef0e409b9eb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 22 Mar 2024 06:41:20 +0000 Subject: [PATCH] npm: bump happy-dom from 14.2.0 to 14.3.1 Bumps [happy-dom](https://github.com/capricorn86/happy-dom) from 14.2.0 to 14.3.1. - [Release notes](https://github.com/capricorn86/happy-dom/releases) - [Commits](https://github.com/capricorn86/happy-dom/compare/v14.2.0...v14.3.1) --- updated-dependencies: - dependency-name: happy-dom dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 203d7622..e9d6d522 100644 --- a/package-lock.json +++ b/package-lock.json @@ -31,7 +31,7 @@ "eslint-plugin-react-hooks": "^4.6.0", "eslint-plugin-react-refresh": "^0.4.6", "gh-pages": "^6.1.1", - "happy-dom": "^14.2.0", + "happy-dom": "^14.3.1", "jsdom": "^24.0.0", "prettier": "^3.2.5", "react": "^18.2.0", @@ -8171,9 +8171,9 @@ "integrity": "sha512-EtKwoO6kxCL9WO5xipiHTZlSzBm7WLT627TqC/uVRd0HKmq8NXyebnNYxDoBi7wt8eTWrUrKXCOVaFq9x1kgag==" }, "node_modules/happy-dom": { - "version": "14.2.0", - "resolved": "https://registry.npmjs.org/happy-dom/-/happy-dom-14.2.0.tgz", - "integrity": "sha512-vTqF/9MEkRKgYy5eKq9W0uiNmkgnVAmJhRwn8x8fQBR7lc4C84859jLhgZ1lR4Gi/t70oSdgvtLpxlHjgdJrAw==", + "version": "14.3.1", + "resolved": "https://registry.npmjs.org/happy-dom/-/happy-dom-14.3.1.tgz", + "integrity": "sha512-uv2mE7jUH0S3cTnDPqNQj+J+Z5wOevqzopc7e8URXtcCH2STubCjPFVyEJ1ONGSv/aL/uvNwo5WWjsinpWpADQ==", "dependencies": { "entities": "^4.5.0", "webidl-conversions": "^7.0.0", diff --git a/package.json b/package.json index ad73c2c7..31a73df6 100644 --- a/package.json +++ b/package.json @@ -55,7 +55,7 @@ "eslint-plugin-react-hooks": "^4.6.0", "eslint-plugin-react-refresh": "^0.4.6", "gh-pages": "^6.1.1", - "happy-dom": "^14.2.0", + "happy-dom": "^14.3.1", "jsdom": "^24.0.0", "prettier": "^3.2.5", "react": "^18.2.0",