diff --git a/package-lock.json b/package-lock.json index 98cd3377f..1e5112ca2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -42,7 +42,7 @@ "@nextcloud/stylelint-config": "^3.2.2", "@nextcloud/vite-config": "2.5.4", "@vue/test-utils": "^2.4.11", - "happy-dom": "^20.11.1", + "happy-dom": "^20.11.2", "mockdate": "^3.0.5", "vitest": "^4.1.11" }, @@ -8952,9 +8952,9 @@ "peer": true }, "node_modules/happy-dom": { - "version": "20.11.1", - "resolved": "https://registry.npmjs.org/happy-dom/-/happy-dom-20.11.1.tgz", - "integrity": "sha512-XSt8tMzbW9ymE7687xztkO1ckR7qJNQ3LywY9vlYGhGi3zXrGBHuUo2Cl1ztZaICW+1eAGdkLbj6iwVqDT33kg==", + "version": "20.11.2", + "resolved": "https://registry.npmjs.org/happy-dom/-/happy-dom-20.11.2.tgz", + "integrity": "sha512-7MB+bJLkxu3SowAfBJbjW+c55kNz5tkR45gu2qzrxznezhLeN5YIlJbwUgSzlGc+qWoZ8Ykg71H5ezz69xixrw==", "dev": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index 62fdf82e8..46b74efa6 100644 --- a/package.json +++ b/package.json @@ -60,7 +60,7 @@ "@nextcloud/stylelint-config": "^3.2.2", "@nextcloud/vite-config": "2.5.4", "@vue/test-utils": "^2.4.11", - "happy-dom": "^20.11.1", + "happy-dom": "^20.11.2", "mockdate": "^3.0.5", "vitest": "^4.1.11" },