From f5403ae5cbade33143d41311b462ebf9d077f25f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 6 Nov 2024 15:40:27 +0000 Subject: [PATCH] Bump happy-dom from 14.12.0 to 15.10.1 Bumps [happy-dom](https://github.com/capricorn86/happy-dom) from 14.12.0 to 15.10.1. - [Release notes](https://github.com/capricorn86/happy-dom/releases) - [Commits](https://github.com/capricorn86/happy-dom/compare/v14.12.0...v15.10.1) --- updated-dependencies: - dependency-name: happy-dom dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- package-lock.json | 10 +++++----- package.json | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index 14bced8..d4b27d2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -48,7 +48,7 @@ "eslint-plugin-tailwindcss": "3.17.4", "eslint-plugin-unicorn": "54.0.0", "glob": "^10.4.1", - "happy-dom": "14.12.0", + "happy-dom": "15.10.1", "husky": "9.0.11", "lint-staged": "15.2.7", "postcss": "^8.4.38", @@ -11283,9 +11283,9 @@ } }, "node_modules/happy-dom": { - "version": "14.12.0", - "resolved": "https://registry.npmjs.org/happy-dom/-/happy-dom-14.12.0.tgz", - "integrity": "sha512-dHcnlGFY2o2CdxfuYpqwSrBrpj/Kuzv4u4f3TU5yHW1GL24dKij4pv1BRjXnXc3uWo8qsCbToF9weaDsm/He8A==", + "version": "15.10.1", + "resolved": "https://registry.npmjs.org/happy-dom/-/happy-dom-15.10.1.tgz", + "integrity": "sha512-FuGnj/qIB4QnBL6fWmD7Wnh6STxevLgOVWB6+nopDGgWG1+t9CXkNB2ldZ+iqwD2UKxD2D0SU8el8A6AX6Q1+g==", "dev": true, "dependencies": { "entities": "^4.5.0", @@ -11293,7 +11293,7 @@ "whatwg-mimetype": "^3.0.0" }, "engines": { - "node": ">=16.0.0" + "node": ">=18.0.0" } }, "node_modules/has-flag": { diff --git a/package.json b/package.json index e6bad0c..954bcbb 100644 --- a/package.json +++ b/package.json @@ -61,7 +61,7 @@ "eslint-plugin-tailwindcss": "3.17.4", "eslint-plugin-unicorn": "54.0.0", "glob": "^10.4.1", - "happy-dom": "14.12.0", + "happy-dom": "15.10.1", "husky": "9.0.11", "lint-staged": "15.2.7", "postcss": "^8.4.38",