diff --git a/package-lock.json b/package-lock.json index 18352ebb5..75a69efbd 100644 --- a/package-lock.json +++ b/package-lock.json @@ -23,7 +23,7 @@ "@vueuse/components": "^14.3.0", "color-convert": "^3.1.3", "debounce": "^3.0.0", - "dompurify": "^3.4.10", + "dompurify": "^3.4.11", "ical.js": "^2.2.0", "markdown-it": "^14.2.0", "markdown-it-emoji": "^3.0.0", @@ -7129,9 +7129,9 @@ } }, "node_modules/dompurify": { - "version": "3.4.10", - "resolved": "https://registry.npmjs.org/dompurify/-/dompurify-3.4.10.tgz", - "integrity": "sha512-0xzNv0e7oYC6yyuOGZIABPM4qtg3QxLFniDNPP4ZP90wR8Yq3zgwpRbrNiT4N3IKqDbbYFEJLV+JWEs19aZ//w==", + "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 d70374e12..53b563ed9 100644 --- a/package.json +++ b/package.json @@ -42,7 +42,7 @@ "color-convert": "^3.1.3", "debounce": "^3.0.0", "ical.js": "^2.2.0", - "dompurify": "^3.4.10", + "dompurify": "^3.4.11", "markdown-it": "^14.2.0", "markdown-it-emoji": "^3.0.0", "markdown-it-link-attributes": "^4.0.1",