diff --git a/lib/package.json b/lib/package.json index c5b6a9fc..2a7fa657 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.6.1", "postcss": "^8.4.21", "prettier": "^3.8.1", "react": "^18.3.1", diff --git a/package-lock.json b/package-lock.json index 1f61ba53..c7665c13 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.6.1", "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.6.1", + "resolved": "https://registry.npmjs.org/happy-dom/-/happy-dom-20.6.1.tgz", + "integrity": "sha512-+0vhESXXhFwkdjZnJ5DlmJIfUYGgIEEjzIjB+aKJbFuqlvvKyOi+XkI1fYbgYR9QCxG5T08koxsQ6HrQfa5gCQ==", "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": "^6.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": "6.0.1", + "resolved": "https://registry.npmjs.org/entities/-/entities-6.0.1.tgz", + "integrity": "sha512-aN97NXWF6AWBTahfVOIrB/NShkzi5H7F9r1s9mD3cDj4Ko5f2qhhVoYMibXF7GlLveb/D2ioWay8lxI97Ven3g==", + "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",