diff --git a/package-lock.json b/package-lock.json index 3e45e0e3..19488a8d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -39,7 +39,7 @@ "@nextcloud/stylelint-config": "^3.1.1", "@nextcloud/vite-config": "^2.5.1", "@vue/test-utils": "^2.4.6", - "happy-dom": "^20.0.0", + "happy-dom": "^20.0.5", "vite-plugin-static-copy": "^3.1.3", "vitest": "^3.2.4" }, @@ -8396,9 +8396,9 @@ "peer": true }, "node_modules/happy-dom": { - "version": "20.0.0", - "resolved": "https://registry.npmjs.org/happy-dom/-/happy-dom-20.0.0.tgz", - "integrity": "sha512-GkWnwIFxVGCf2raNrxImLo397RdGhLapj5cT3R2PT7FwL62Ze1DROhzmYW7+J3p9105DYMVenEejEbnq5wA37w==", + "version": "20.0.5", + "resolved": "https://registry.npmjs.org/happy-dom/-/happy-dom-20.0.5.tgz", + "integrity": "sha512-AiqA0rfS7WR1kihXt9W9aA5LFLaOKzwiL+QoI7BkOQ0r21C7VHTOf4k8QNlnWYaHLhpI2tZzJPLV1lY1obDTmw==", "dev": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index 7d0b9927..0fd13229 100644 --- a/package.json +++ b/package.json @@ -55,7 +55,7 @@ "@nextcloud/stylelint-config": "^3.1.1", "@nextcloud/vite-config": "^2.5.1", "@vue/test-utils": "^2.4.6", - "happy-dom": "^20.0.0", + "happy-dom": "^20.0.5", "vite-plugin-static-copy": "^3.1.3", "vitest": "^3.2.4" },