From 5c6dff7217f90f9b2401206422c889e5690ed05c Mon Sep 17 00:00:00 2001 From: Benedikt Schniepp Date: Sun, 8 Dec 2024 15:51:49 +0000 Subject: [PATCH] Update happy-dom --- 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 6dbb329..4fa75cf 100644 --- a/package-lock.json +++ b/package-lock.json @@ -55,7 +55,7 @@ "eslint-plugin-react": "^7.37.2", "eslint-plugin-react-hooks": "^5.1.0", "globals": "^15.13.0", - "happy-dom": "^14.12.3", + "happy-dom": "^15.11.7", "msw": "^2.3.1", "npm-run-all": "^4.1.5", "postcss": "^8.4.39", @@ -8835,9 +8835,9 @@ } }, "node_modules/happy-dom": { - "version": "14.12.3", - "resolved": "https://registry.npmjs.org/happy-dom/-/happy-dom-14.12.3.tgz", - "integrity": "sha512-vsYlEs3E9gLwA1Hp+w3qzu+RUDFf4VTT8cyKqVICoZ2k7WM++Qyd2LwzyTi5bqMJFiIC/vNpTDYuxdreENRK/g==", + "version": "15.11.7", + "resolved": "https://registry.npmjs.org/happy-dom/-/happy-dom-15.11.7.tgz", + "integrity": "sha512-KyrFvnl+J9US63TEzwoiJOQzZBJY7KgBushJA8X61DMbNsH+2ONkDuLDnCnwUiPTF42tLoEmrPyoqbenVA5zrg==", "dev": true, "license": "MIT", "dependencies": { @@ -8846,7 +8846,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 0810eba..13ef50e 100644 --- a/package.json +++ b/package.json @@ -80,7 +80,7 @@ "eslint-plugin-react": "^7.37.2", "eslint-plugin-react-hooks": "^5.1.0", "globals": "^15.13.0", - "happy-dom": "^14.12.3", + "happy-dom": "^15.11.7", "msw": "^2.3.1", "npm-run-all": "^4.1.5", "postcss": "^8.4.39",