From 33c8c3b31853c4b7bd57a2d64c8e31feb027862f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 6 Nov 2024 15:38:36 +0000 Subject: [PATCH] chore: bump happy-dom from 13.10.1 to 15.10.1 Bumps [happy-dom](https://github.com/capricorn86/happy-dom) from 13.10.1 to 15.10.1. - [Release notes](https://github.com/capricorn86/happy-dom/releases) - [Commits](https://github.com/capricorn86/happy-dom/compare/v13.10.1...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 f082a52..936e36e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -25,7 +25,7 @@ "eslint-plugin-import": "^2.29.1", "eslint-plugin-n": "^16.6.2", "eslint-plugin-promise": "^6.1.1", - "happy-dom": "^13.3.8", + "happy-dom": "^15.10.1", "husky": "^9.0.11", "js-cookie": "^3.0.5", "prettier": "3.2.5", @@ -5407,9 +5407,9 @@ } }, "node_modules/happy-dom": { - "version": "13.10.1", - "resolved": "https://registry.npmjs.org/happy-dom/-/happy-dom-13.10.1.tgz", - "integrity": "sha512-9GZLEFvQL5EgfJX2zcBgu1nsPUn98JF/EiJnSfQbdxI6YEQGqpd09lXXxOmYonRBIEFz9JlGCOiPflDzgS1p8w==", + "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", @@ -5417,7 +5417,7 @@ "whatwg-mimetype": "^3.0.0" }, "engines": { - "node": ">=16.0.0" + "node": ">=18.0.0" } }, "node_modules/has-bigints": { diff --git a/package.json b/package.json index 17e9acd..36b8a8f 100644 --- a/package.json +++ b/package.json @@ -62,7 +62,7 @@ "eslint-plugin-import": "^2.29.1", "eslint-plugin-n": "^16.6.2", "eslint-plugin-promise": "^6.1.1", - "happy-dom": "^13.3.8", + "happy-dom": "^15.10.1", "husky": "^9.0.11", "js-cookie": "^3.0.5", "prettier": "3.2.5",