diff --git a/package-lock.json b/package-lock.json index 7b23baa..db5f2d6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -36,7 +36,7 @@ "eslint": "^9.17.0", "eslint-plugin-cypress": "^4.1.0", "eslint-plugin-prettier": "^5.2.1", - "happy-dom": "^15.11.7", + "happy-dom": "^16.0.0", "rimraf": "^6.0.1", "rollup-plugin-visualizer": "^5.12.0", "sass": "^1.83.0", @@ -3238,13 +3238,11 @@ } }, "node_modules/happy-dom": { - "version": "15.11.7", - "resolved": "https://registry.npmjs.org/happy-dom/-/happy-dom-15.11.7.tgz", - "integrity": "sha512-KyrFvnl+J9US63TEzwoiJOQzZBJY7KgBushJA8X61DMbNsH+2ONkDuLDnCnwUiPTF42tLoEmrPyoqbenVA5zrg==", + "version": "16.0.0", + "resolved": "https://registry.npmjs.org/happy-dom/-/happy-dom-16.0.0.tgz", + "integrity": "sha512-Br2gCVyasiuBFSunZpgkKJ84ruoM/a1e6OnJj3MU1O2pz9+HDBc03WD00/DNQ2xnQpLlpGwU37TaubonvlZWIQ==", "dev": true, - "license": "MIT", "dependencies": { - "entities": "^4.5.0", "webidl-conversions": "^7.0.0", "whatwg-mimetype": "^3.0.0" }, diff --git a/package.json b/package.json index 7b06595..202cf79 100644 --- a/package.json +++ b/package.json @@ -90,7 +90,7 @@ "eslint": "^9.17.0", "eslint-plugin-cypress": "^4.1.0", "eslint-plugin-prettier": "^5.2.1", - "happy-dom": "^15.11.7", + "happy-dom": "^16.0.0", "rimraf": "^6.0.1", "rollup-plugin-visualizer": "^5.12.0", "sass": "^1.83.0",