diff --git a/frontend/package-lock.json b/frontend/package-lock.json index 2f8759d..fe6189c 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -9,7 +9,7 @@ "version": "0.1.0", "dependencies": { "@element-plus/icons-vue": "^2.3.1", - "dompurify": "^3.4.2", + "dompurify": "^3.4.10", "element-plus": "^2.14.0", "highlight.js": "^11.11.1", "marked": "^18.0.3", @@ -1868,9 +1868,9 @@ } }, "node_modules/dompurify": { - "version": "3.4.2", - "resolved": "https://registry.npmmirror.com/dompurify/-/dompurify-3.4.2.tgz", - "integrity": "sha512-lHeS9SA/IKeIFFyYciHBr2n0v1VMPlSj843HdLOwjb2OxNwdq9Xykxqhk+FE42MzAdHvInbAolSE4mhahPpjXA==", + "version": "3.4.10", + "resolved": "https://registry.npmjs.org/dompurify/-/dompurify-3.4.10.tgz", + "integrity": "sha512-0xzNv0e7oYC6yyuOGZIABPM4qtg3QxLFniDNPP4ZP90wR8Yq3zgwpRbrNiT4N3IKqDbbYFEJLV+JWEs19aZ//w==", "license": "(MPL-2.0 OR Apache-2.0)", "optionalDependencies": { "@types/trusted-types": "^2.0.7" diff --git a/frontend/package.json b/frontend/package.json index 61bf705..acc24fa 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -17,7 +17,7 @@ }, "dependencies": { "@element-plus/icons-vue": "^2.3.1", - "dompurify": "^3.4.2", + "dompurify": "^3.4.10", "element-plus": "^2.14.0", "highlight.js": "^11.11.1", "marked": "^18.0.3",