diff --git a/package-lock.json b/package-lock.json index 5221aafba..ee546dfc4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -44,7 +44,7 @@ "cypress-wait-until": "^3.0.2", "dockerode": "^4.0.2", "eslint-plugin-cypress": "^3.5.0", - "happy-dom": "^15.7.0", + "happy-dom": "^15.7.4", "typescript": "^5.4.5", "vite": "^5.4.2", "vitest": "^2.0.5", @@ -7828,9 +7828,9 @@ "peer": true }, "node_modules/happy-dom": { - "version": "15.7.0", - "resolved": "https://registry.npmjs.org/happy-dom/-/happy-dom-15.7.0.tgz", - "integrity": "sha512-tH48xarc37FLrtpNWuA89xw4IS1dxNrfzI8ehiafkj3kM3JSCMknuigKv2unDPRzd2C9Hv7ZDPkqPiBCvIz2Dg==", + "version": "15.7.4", + "resolved": "https://registry.npmjs.org/happy-dom/-/happy-dom-15.7.4.tgz", + "integrity": "sha512-r1vadDYGMtsHAAsqhDuk4IpPvr6N8MGKy5ntBo7tSdim+pWDxus2PNqOcOt8LuDZ4t3KJHE+gCuzupcx/GKnyQ==", "dev": true, "dependencies": { "entities": "^4.5.0", @@ -20442,9 +20442,9 @@ "peer": true }, "happy-dom": { - "version": "15.7.0", - "resolved": "https://registry.npmjs.org/happy-dom/-/happy-dom-15.7.0.tgz", - "integrity": "sha512-tH48xarc37FLrtpNWuA89xw4IS1dxNrfzI8ehiafkj3kM3JSCMknuigKv2unDPRzd2C9Hv7ZDPkqPiBCvIz2Dg==", + "version": "15.7.4", + "resolved": "https://registry.npmjs.org/happy-dom/-/happy-dom-15.7.4.tgz", + "integrity": "sha512-r1vadDYGMtsHAAsqhDuk4IpPvr6N8MGKy5ntBo7tSdim+pWDxus2PNqOcOt8LuDZ4t3KJHE+gCuzupcx/GKnyQ==", "dev": true, "requires": { "entities": "^4.5.0", diff --git a/package.json b/package.json index dab1e646d..c9070312b 100644 --- a/package.json +++ b/package.json @@ -74,7 +74,7 @@ "cypress-wait-until": "^3.0.2", "dockerode": "^4.0.2", "eslint-plugin-cypress": "^3.5.0", - "happy-dom": "^15.7.0", + "happy-dom": "^15.7.4", "typescript": "^5.4.5", "vite": "^5.4.2", "vitest": "^2.0.5",