diff --git a/package-lock.json b/package-lock.json index c186b46..0a853c2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -48,7 +48,7 @@ "date-fns": "^4.1.0", "dedent": "^1.7.1", "docx": "^9.6.1", - "dompurify": "^3.3.1", + "dompurify": "^3.4.11", "exceljs": "^4.4.0", "firebase": "^12.2.1", "firebase-admin": "^13.6.0", @@ -7875,9 +7875,10 @@ } }, "node_modules/dompurify": { - "version": "3.3.1", - "resolved": "https://registry.npmjs.org/dompurify/-/dompurify-3.3.1.tgz", - "integrity": "sha512-qkdCKzLNtrgPFP1Vo+98FRzJnBRGe4ffyCea9IwHB1fyxPOeNTHpLKYGd4Uk9xvNoH0ZoOjwZxNptyMwqrId1Q==", + "version": "3.4.11", + "resolved": "https://registry.npmjs.org/dompurify/-/dompurify-3.4.11.tgz", + "integrity": "sha512-zhlUV12GsaRzMsf9q5M254YhA4+VuF0fG+QFqu6aYpoGlKtz+w8//jBcGVYBgQkR5GHjUomejY84AV+/uPbWdw==", + "license": "(MPL-2.0 OR Apache-2.0)", "optionalDependencies": { "@types/trusted-types": "^2.0.7" } diff --git a/package.json b/package.json index 5bb40ac..f146c18 100644 --- a/package.json +++ b/package.json @@ -63,7 +63,7 @@ "date-fns": "^4.1.0", "dedent": "^1.7.1", "docx": "^9.6.1", - "dompurify": "^3.3.1", + "dompurify": "^3.4.11", "exceljs": "^4.4.0", "firebase": "^12.2.1", "firebase-admin": "^13.6.0",