diff --git a/package-lock.json b/package-lock.json index c186b46..ee2420f 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.13", "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.13", + "resolved": "https://registry.npmjs.org/dompurify/-/dompurify-3.4.13.tgz", + "integrity": "sha512-2vmYIoqjze2d+kakP8S/nS5shfsl587kzwEjcGlTdiksUVgFHnFCsLYDVj/JNqJVOQZGSYBTmuycv0PodwmnMQ==", + "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..5583e02 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.13", "exceljs": "^4.4.0", "firebase": "^12.2.1", "firebase-admin": "^13.6.0",