From 7a686e7f907dc4fcf7d22a4c4ec686a0d91e0563 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 6 Nov 2024 15:50:21 +0000 Subject: [PATCH] Bump happy-dom from 14.7.1 to 15.10.1 Bumps [happy-dom](https://github.com/capricorn86/happy-dom) from 14.7.1 to 15.10.1. - [Release notes](https://github.com/capricorn86/happy-dom/releases) - [Commits](https://github.com/capricorn86/happy-dom/compare/v14.7.1...v15.10.1) --- updated-dependencies: - dependency-name: happy-dom dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- package-lock.json | 16 ++++++++-------- package.json | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/package-lock.json b/package-lock.json index 42f10d5f63..1a55873a76 100644 --- a/package-lock.json +++ b/package-lock.json @@ -85,7 +85,7 @@ "ethereumjs-util": "^7.0.7", "events": "^3.3.0", "feather-icons": "^4.28.0", - "happy-dom": "14.7.1", + "happy-dom": "15.10.1", "husky": "^8.0.0", "jest-extended": "^3.2.4", "json-to-graphql-query": "^2.0.0", @@ -15371,9 +15371,9 @@ } }, "node_modules/happy-dom": { - "version": "14.7.1", - "resolved": "https://registry.npmjs.org/happy-dom/-/happy-dom-14.7.1.tgz", - "integrity": "sha512-v60Q0evZ4clvMcrAh5/F8EdxDdfHdFrtffz/CNe10jKD+nFweZVxM91tW+UyY2L4AtpgIaXdZ7TQmiO1pfcwbg==", + "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", @@ -15381,7 +15381,7 @@ "whatwg-mimetype": "^3.0.0" }, "engines": { - "node": ">=16.0.0" + "node": ">=18.0.0" } }, "node_modules/hard-rejection": { @@ -39878,9 +39878,9 @@ } }, "happy-dom": { - "version": "14.7.1", - "resolved": "https://registry.npmjs.org/happy-dom/-/happy-dom-14.7.1.tgz", - "integrity": "sha512-v60Q0evZ4clvMcrAh5/F8EdxDdfHdFrtffz/CNe10jKD+nFweZVxM91tW+UyY2L4AtpgIaXdZ7TQmiO1pfcwbg==", + "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, "requires": { "entities": "^4.5.0", diff --git a/package.json b/package.json index 7208403d71..8d1ea05d15 100644 --- a/package.json +++ b/package.json @@ -116,7 +116,7 @@ "ethereumjs-util": "^7.0.7", "events": "^3.3.0", "feather-icons": "^4.28.0", - "happy-dom": "14.7.1", + "happy-dom": "15.10.1", "husky": "^8.0.0", "jest-extended": "^3.2.4", "json-to-graphql-query": "^2.0.0",