From d853fa7dea3e58e6507249a72f8b4aa7300471f6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jun 2026 19:51:33 +0000 Subject: [PATCH] Chore(deps): Bump dompurify from 3.4.10 to 3.4.11 Bumps [dompurify](https://github.com/cure53/DOMPurify) from 3.4.10 to 3.4.11. - [Release notes](https://github.com/cure53/DOMPurify/releases) - [Commits](https://github.com/cure53/DOMPurify/compare/3.4.10...3.4.11) --- updated-dependencies: - dependency-name: dompurify dependency-version: 3.4.11 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) 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",