diff --git a/package-lock.json b/package-lock.json index 94e7c25..8a82354 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.7", "exceljs": "^4.4.0", "firebase": "^12.2.1", "firebase-admin": "^13.6.0", @@ -2813,9 +2813,6 @@ "cpu": [ "arm64" ], - "libc": [ - "glibc" - ], "license": "MIT", "optional": true, "os": [ @@ -2832,9 +2829,6 @@ "cpu": [ "arm64" ], - "libc": [ - "musl" - ], "license": "MIT", "optional": true, "os": [ @@ -2851,9 +2845,6 @@ "cpu": [ "riscv64" ], - "libc": [ - "glibc" - ], "license": "MIT", "optional": true, "os": [ @@ -2870,9 +2861,6 @@ "cpu": [ "x64" ], - "libc": [ - "glibc" - ], "license": "MIT", "optional": true, "os": [ @@ -2889,9 +2877,6 @@ "cpu": [ "x64" ], - "libc": [ - "musl" - ], "license": "MIT", "optional": true, "os": [ @@ -7875,9 +7860,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.7", + "resolved": "https://registry.npmjs.org/dompurify/-/dompurify-3.4.7.tgz", + "integrity": "sha512-2jBxDJY4RR06tQNy4w5FlFH7kfxsQZlufd0sbv+chfHCxeJwrFw2baUDsSwvBISD4K4RDbd0PTfy3uNXsR6siA==", + "license": "(MPL-2.0 OR Apache-2.0)", "optionalDependencies": { "@types/trusted-types": "^2.0.7" } diff --git a/package.json b/package.json index 2153982..5ffa52f 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.7", "exceljs": "^4.4.0", "firebase": "^12.2.1", "firebase-admin": "^13.6.0",