From fe7e17e95a1f64680748b4f42b63ec92032f61ae Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 13 Sep 2023 17:13:23 +0000 Subject: [PATCH] Update dependency happy-dom to v11 --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index d8a44fc3..c236f33d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -27,7 +27,7 @@ "eslint": "8.49.0", "eslint-plugin-react-hooks": "4.6.0", "eslint-plugin-react-refresh": "0.4.3", - "happy-dom": "10.11.2", + "happy-dom": "11.0.6", "react": "17.0.2", "react-dom": "17.0.2", "react-syntax-highlighter": "15.5.0", @@ -3721,9 +3721,9 @@ "dev": true }, "node_modules/happy-dom": { - "version": "10.11.2", - "resolved": "https://registry.npmjs.org/happy-dom/-/happy-dom-10.11.2.tgz", - "integrity": "sha512-rzgmLjLkhyaOdFEyU8CWXzbgyCyM7wJHLqhaoeEVSTyur1fjcUaiNTHx+D4CPaLvx16tGy+SBPd9TVnP/kzL3w==", + "version": "11.0.6", + "resolved": "https://registry.npmjs.org/happy-dom/-/happy-dom-11.0.6.tgz", + "integrity": "sha512-GiNIoNhc/ZAvB2r3tc1DRvRSUaMt4A4Ub0IVpxURxsIqks1Q1UnNsdY9uwVjAT4B6DGHVmSOdqL5S5BNim8o+g==", "dev": true, "dependencies": { "css.escape": "^1.5.1", @@ -10139,9 +10139,9 @@ "dev": true }, "happy-dom": { - "version": "10.11.2", - "resolved": "https://registry.npmjs.org/happy-dom/-/happy-dom-10.11.2.tgz", - "integrity": "sha512-rzgmLjLkhyaOdFEyU8CWXzbgyCyM7wJHLqhaoeEVSTyur1fjcUaiNTHx+D4CPaLvx16tGy+SBPd9TVnP/kzL3w==", + "version": "11.0.6", + "resolved": "https://registry.npmjs.org/happy-dom/-/happy-dom-11.0.6.tgz", + "integrity": "sha512-GiNIoNhc/ZAvB2r3tc1DRvRSUaMt4A4Ub0IVpxURxsIqks1Q1UnNsdY9uwVjAT4B6DGHVmSOdqL5S5BNim8o+g==", "dev": true, "requires": { "css.escape": "^1.5.1", diff --git a/package.json b/package.json index d10cfceb..b3e905ac 100644 --- a/package.json +++ b/package.json @@ -64,7 +64,7 @@ "eslint": "8.49.0", "eslint-plugin-react-hooks": "4.6.0", "eslint-plugin-react-refresh": "0.4.3", - "happy-dom": "10.11.2", + "happy-dom": "11.0.6", "react": "17.0.2", "react-dom": "17.0.2", "react-syntax-highlighter": "15.5.0",