diff --git a/package-lock.json b/package-lock.json index 5116cbcf4..c828fe031 100644 --- a/package-lock.json +++ b/package-lock.json @@ -35,7 +35,7 @@ "@vue/test-utils": "^1.3.6", "@vue/tsconfig": "^0.5.1", "eslint-plugin-chai-friendly": "^1.0.1", - "happy-dom": "^15.7.4", + "happy-dom": "^15.10.1", "typescript": "^5.6.3", "vite": "^5.4.2", "vitest": "^2.0.3" @@ -6411,9 +6411,9 @@ "peer": true }, "node_modules/happy-dom": { - "version": "15.7.4", - "resolved": "https://registry.npmjs.org/happy-dom/-/happy-dom-15.7.4.tgz", - "integrity": "sha512-r1vadDYGMtsHAAsqhDuk4IpPvr6N8MGKy5ntBo7tSdim+pWDxus2PNqOcOt8LuDZ4t3KJHE+gCuzupcx/GKnyQ==", + "version": "15.10.1", + "resolved": "https://registry.npmjs.org/happy-dom/-/happy-dom-15.10.1.tgz", + "integrity": "sha512-FuGnj/qIB4QnBL6fWmD7Wnh6STxevLgOVWB6+nopDGgWG1+t9CXkNB2ldZ+iqwD2UKxD2D0SU8el8A6AX6Q1+g==", "dev": true, "dependencies": { "entities": "^4.5.0", diff --git a/package.json b/package.json index 64268a48e..d47aaae5c 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,7 @@ "@vue/test-utils": "^1.3.6", "@vue/tsconfig": "^0.5.1", "eslint-plugin-chai-friendly": "^1.0.1", - "happy-dom": "^15.7.4", + "happy-dom": "^15.10.1", "typescript": "^5.6.3", "vite": "^5.4.2", "vitest": "^2.0.3"