diff --git a/package-lock.json b/package-lock.json index 2d6876f5..3bd15196 100644 --- a/package-lock.json +++ b/package-lock.json @@ -20,7 +20,7 @@ "@nextcloud/password-confirmation": "^6.0.2", "@nextcloud/router": "^3.0.1", "@nextcloud/vue": "^9.2.0", - "dompurify": "^3.1.6", + "dompurify": "^3.3.2", "marked": "^17.0.0", "p-limit": "^7.2.0", "vue": "^3.5.24", @@ -8136,9 +8136,12 @@ } }, "node_modules/dompurify": { - "version": "3.3.1", - "resolved": "https://registry.npmjs.org/dompurify/-/dompurify-3.3.1.tgz", - "integrity": "sha512-qkdCKzLNtrgPFP1Vo+98FRzJnBRGe4ffyCea9IwHB1fyxPOeNTHpLKYGd4Uk9xvNoH0ZoOjwZxNptyMwqrId1Q==", + "version": "3.3.2", + "resolved": "https://registry.npmjs.org/dompurify/-/dompurify-3.3.2.tgz", + "integrity": "sha512-6obghkliLdmKa56xdbLOpUZ43pAR6xFy1uOrxBaIDjT+yaRuuybLjGS9eVBoSR/UPU5fq3OXClEHLJNGvbxKpQ==", + "engines": { + "node": ">=20" + }, "optionalDependencies": { "@types/trusted-types": "^2.0.7" } diff --git a/package.json b/package.json index 7cbb5153..9884e569 100644 --- a/package.json +++ b/package.json @@ -51,7 +51,7 @@ "@nextcloud/password-confirmation": "^6.0.2", "@nextcloud/router": "^3.0.1", "@nextcloud/vue": "^9.2.0", - "dompurify": "^3.1.6", + "dompurify": "^3.3.2", "marked": "^17.0.0", "p-limit": "^7.2.0", "vue": "^3.5.24",