From bdccdaad3eb15aed709189ba898c2cc151593d89 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 6 Nov 2024 15:48:05 +0000 Subject: [PATCH] build(deps-dev): 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 | 16 ++++++++-------- package.json | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/package-lock.json b/package-lock.json index 34f1dd2..37b31ba 100644 --- a/package-lock.json +++ b/package-lock.json @@ -19,7 +19,7 @@ "@types/react-dom": "^18.3.0", "@vitejs/plugin-react": "^4.3.1", "@vitest/coverage-v8": "^1.6.0", - "happy-dom": "^14.12.0", + "happy-dom": "^15.10.1", "isomorphic-fetch": "^3.0.0", "react": "^18.3.1", "react-dom": "^18.3.1", @@ -2769,9 +2769,9 @@ "dev": true }, "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", @@ -2779,7 +2779,7 @@ "whatwg-mimetype": "^3.0.0" }, "engines": { - "node": ">=16.0.0" + "node": ">=18.0.0" } }, "node_modules/has-flag": { @@ -6623,9 +6623,9 @@ "dev": true }, "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, "requires": { "entities": "^4.5.0", diff --git a/package.json b/package.json index 18cdf5f..177c37c 100644 --- a/package.json +++ b/package.json @@ -43,7 +43,7 @@ "@types/react-dom": "^18.3.0", "@vitejs/plugin-react": "^4.3.1", "@vitest/coverage-v8": "^1.6.0", - "happy-dom": "^14.12.0", + "happy-dom": "^15.10.1", "isomorphic-fetch": "^3.0.0", "react": "^18.3.1", "react-dom": "^18.3.1",