diff --git a/package-lock.json b/package-lock.json index 9b01e7e9d..d58a1dd1e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -42,7 +42,7 @@ "cypress-wait-until": "^3.0.2", "dockerode": "^4.0.9", "eslint-plugin-cypress": "^5.2.1", - "happy-dom": "^20.3.1", + "happy-dom": "^20.3.9", "typescript": "^5.9.3", "vite": "^7.3.0", "vitest": "^4.0.13", @@ -6191,7 +6191,6 @@ "resolved": "https://registry.npmjs.org/entities/-/entities-4.5.0.tgz", "integrity": "sha512-V0hjH4dGPh9Ao5p0MoRY6BVqtwCjhz6vI5LT8AJ55H+4g9/4vbHx1I54fS0XuclLhDHArPQCiMjDxjaL8fPxhw==", "dev": true, - "peer": true, "engines": { "node": ">=0.12" }, @@ -7520,15 +7519,16 @@ "dev": true }, "node_modules/happy-dom": { - "version": "20.3.1", - "resolved": "https://registry.npmjs.org/happy-dom/-/happy-dom-20.3.1.tgz", - "integrity": "sha512-tLvsizNno05Hij0PoB0QN/S8xf0YU2AGvO11/JlJDw5McA/gzyn0Ni1RwbTI1/zteUbOekJH0t6q8HFvjbxsGg==", + "version": "20.3.9", + "resolved": "https://registry.npmjs.org/happy-dom/-/happy-dom-20.3.9.tgz", + "integrity": "sha512-OIoj0PcK2JaxQuANHxWkxFRSNXAuSgO1vCzCT66KItE0W/ieZLG+/iW8OetlxB+F9EaPB7DoFYKAubFG1f4Mvw==", "dev": true, "license": "MIT", "dependencies": { - "@types/node": "^20.0.0", + "@types/node": ">=20.0.0", "@types/whatwg-mimetype": "^3.0.2", "@types/ws": "^8.18.1", + "entities": "^4.5.0", "whatwg-mimetype": "^3.0.0", "ws": "^8.18.3" }, @@ -11215,6 +11215,21 @@ } } }, + "node_modules/rollup-plugin-license/node_modules/picomatch": { + "version": "4.0.3", + "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-4.0.3.tgz", + "integrity": "sha512-5gTmgEY/sqK6gFXLIsQNH19lWb4ebPDLA4SdLP7dsWkIXHWlG66oPuVvXSGFPppYZz8ZDZq0dYYrbHfBCVUb1Q==", + "dev": true, + "license": "MIT", + "optional": true, + "peer": true, + "engines": { + "node": ">=12" + }, + "funding": { + "url": "https://github.com/sponsors/jonschlinkert" + } + }, "node_modules/rollup-plugin-node-externals": { "version": "8.1.1", "resolved": "https://registry.npmjs.org/rollup-plugin-node-externals/-/rollup-plugin-node-externals-8.1.1.tgz", @@ -18649,8 +18664,7 @@ "version": "4.5.0", "resolved": "https://registry.npmjs.org/entities/-/entities-4.5.0.tgz", "integrity": "sha512-V0hjH4dGPh9Ao5p0MoRY6BVqtwCjhz6vI5LT8AJ55H+4g9/4vbHx1I54fS0XuclLhDHArPQCiMjDxjaL8fPxhw==", - "dev": true, - "peer": true + "dev": true }, "env-paths": { "version": "2.2.1", @@ -19574,14 +19588,15 @@ "dev": true }, "happy-dom": { - "version": "20.3.1", - "resolved": "https://registry.npmjs.org/happy-dom/-/happy-dom-20.3.1.tgz", - "integrity": "sha512-tLvsizNno05Hij0PoB0QN/S8xf0YU2AGvO11/JlJDw5McA/gzyn0Ni1RwbTI1/zteUbOekJH0t6q8HFvjbxsGg==", + "version": "20.3.9", + "resolved": "https://registry.npmjs.org/happy-dom/-/happy-dom-20.3.9.tgz", + "integrity": "sha512-OIoj0PcK2JaxQuANHxWkxFRSNXAuSgO1vCzCT66KItE0W/ieZLG+/iW8OetlxB+F9EaPB7DoFYKAubFG1f4Mvw==", "dev": true, "requires": { - "@types/node": "^20.0.0", + "@types/node": ">=20.0.0", "@types/whatwg-mimetype": "^3.0.2", "@types/ws": "^8.18.1", + "entities": "^4.5.0", "whatwg-mimetype": "^3.0.0", "ws": "^8.18.3" }, @@ -22148,6 +22163,14 @@ "integrity": "sha512-PMXmW2y1hDDfTSRc9gaXIuCCRpuoz3Kaz8cUelp3smouvfT632ozg2vrT6lJsHKKOF59YLbOGfAWGUcKEfRMQw==", "dev": true, "requires": {} + }, + "picomatch": { + "version": "4.0.3", + "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-4.0.3.tgz", + "integrity": "sha512-5gTmgEY/sqK6gFXLIsQNH19lWb4ebPDLA4SdLP7dsWkIXHWlG66oPuVvXSGFPppYZz8ZDZq0dYYrbHfBCVUb1Q==", + "dev": true, + "optional": true, + "peer": true } } }, diff --git a/package.json b/package.json index 7373b6ef3..1e6f6b5f4 100644 --- a/package.json +++ b/package.json @@ -73,7 +73,7 @@ "cypress-wait-until": "^3.0.2", "dockerode": "^4.0.9", "eslint-plugin-cypress": "^5.2.1", - "happy-dom": "^20.3.1", + "happy-dom": "^20.3.9", "typescript": "^5.9.3", "vite": "^7.3.0", "vitest": "^4.0.13",