diff --git a/lib/package.json b/lib/package.json index c5b6a9fc..0de59a0b 100644 --- a/lib/package.json +++ b/lib/package.json @@ -74,7 +74,7 @@ "eslint-plugin-react-refresh": "^0.5.0", "eslint-plugin-security": "^3.0.1", "globals": "^17.3.0", - "happy-dom": "^20.5.0", + "happy-dom": "^20.7.0", "postcss": "^8.4.21", "prettier": "^3.8.1", "react": "^18.3.1", diff --git a/package-lock.json b/package-lock.json index 1f61ba53..c37a82a3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -195,7 +195,7 @@ "eslint-plugin-react-refresh": "^0.5.0", "eslint-plugin-security": "^3.0.1", "globals": "^17.3.0", - "happy-dom": "^20.5.0", + "happy-dom": "^20.7.0", "postcss": "^8.4.21", "prettier": "^3.8.1", "react": "^18.3.1", @@ -8839,16 +8839,16 @@ "license": "MIT" }, "node_modules/happy-dom": { - "version": "20.5.0", - "resolved": "https://registry.npmjs.org/happy-dom/-/happy-dom-20.5.0.tgz", - "integrity": "sha512-VQe+Q5CYiGOgcCERXhcfNsbnrN92FDEKciMH/x6LppU9dd0j4aTjCTlqONFOIMcAm/5JxS3+utowbXV1OoFr+g==", + "version": "20.7.0", + "resolved": "https://registry.npmjs.org/happy-dom/-/happy-dom-20.7.0.tgz", + "integrity": "sha512-hR/uLYQdngTyEfxnOoa+e6KTcfBFyc1hgFj/Cc144A5JJUuHFYqIEBDcD4FeGqUeKLRZqJ9eN9u7/GDjYEgS1g==", "dev": true, "license": "MIT", "dependencies": { "@types/node": ">=20.0.0", "@types/whatwg-mimetype": "^3.0.2", "@types/ws": "^8.18.1", - "entities": "^4.5.0", + "entities": "^7.0.1", "whatwg-mimetype": "^3.0.0", "ws": "^8.18.3" }, @@ -8856,6 +8856,19 @@ "node": ">=20.0.0" } }, + "node_modules/happy-dom/node_modules/entities": { + "version": "7.0.1", + "resolved": "https://registry.npmjs.org/entities/-/entities-7.0.1.tgz", + "integrity": "sha512-TWrgLOFUQTH994YUyl1yT4uyavY5nNB5muff+RtWaqNVCAK408b5ZnnbNAUEWLTCpum9w6arT70i1XdQ4UeOPA==", + "dev": true, + "license": "BSD-2-Clause", + "engines": { + "node": ">=0.12" + }, + "funding": { + "url": "https://github.com/fb55/entities?sponsor=1" + } + }, "node_modules/has-bigints": { "version": "1.1.0", "resolved": "https://registry.npmjs.org/has-bigints/-/has-bigints-1.1.0.tgz",