diff --git a/package-lock.json b/package-lock.json index 9546ac54d..0cc5fc9c7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -23,7 +23,7 @@ "@vueuse/components": "^14.4.0", "color-convert": "^3.1.3", "debounce": "^3.0.0", - "dompurify": "^3.4.11", + "dompurify": "^3.4.13", "ical.js": "^2.2.0", "markdown-it": "^15.0.0", "markdown-it-emoji": "^3.1.0", @@ -7177,9 +7177,9 @@ } }, "node_modules/dompurify": { - "version": "3.4.12", - "resolved": "https://registry.npmjs.org/dompurify/-/dompurify-3.4.12.tgz", - "integrity": "sha512-zQvGet8Z2sWbQhCmfFz/T5QWH2oBmjnqK3qvOjaqaNLrLEF912WamU+ohnTp0TCep/MFVHpdJuCZEdFOdTnEFg==", + "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 01a15c774..8d3aa3997 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.11", + "dompurify": "^3.4.13", "markdown-it": "^15.0.0", "markdown-it-emoji": "^3.1.0", "markdown-it-link-attributes": "^4.0.1",