diff --git a/frontend/package-lock.json b/frontend/package-lock.json index e6f993c77..3b693f3e3 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -13,7 +13,7 @@ "axios": "^1.13.5", "clipboard": "^2.0.4", "css-vars-ponyfill": "^2.4.3", - "dompurify": "^3.2.4", + "dompurify": "^3.3.2", "epubjs": "^0.3.93", "file-loader": "^6.2.0", "glob": "^9.3.5", @@ -3149,10 +3149,13 @@ } }, "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==", "license": "(MPL-2.0 OR Apache-2.0)", + "engines": { + "node": ">=20" + }, "optionalDependencies": { "@types/trusted-types": "^2.0.7" } diff --git a/frontend/package.json b/frontend/package.json index 25bcdecbb..73f79a492 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -25,7 +25,7 @@ "axios": "^1.13.5", "clipboard": "^2.0.4", "css-vars-ponyfill": "^2.4.3", - "dompurify": "^3.2.4", + "dompurify": "^3.3.2", "epubjs": "^0.3.93", "file-loader": "^6.2.0", "glob": "^9.3.5",