From 768a2f681e8ba2cade5d1a4f3f9495b03ee0b8c2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 18 Jun 2026 01:23:58 +0000 Subject: [PATCH] chore(deps): Bump dompurify from 3.4.0 to 3.4.11 Bumps [dompurify](https://github.com/cure53/DOMPurify) from 3.4.0 to 3.4.11. - [Release notes](https://github.com/cure53/DOMPurify/releases) - [Commits](https://github.com/cure53/DOMPurify/compare/3.4.0...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 cb0efc81..23c28cc8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -20,7 +20,7 @@ "@nextcloud/password-confirmation": "^6.0.2", "@nextcloud/router": "^3.0.1", "@nextcloud/vue": "^9.2.0", - "dompurify": "^3.4.0", + "dompurify": "^3.4.11", "marked": "^17.0.0", "p-limit": "^7.2.0", "vue": "^3.5.24", @@ -7833,9 +7833,9 @@ } }, "node_modules/dompurify": { - "version": "3.4.0", - "resolved": "https://registry.npmjs.org/dompurify/-/dompurify-3.4.0.tgz", - "integrity": "sha512-nolgK9JcaUXMSmW+j1yaSvaEaoXYHwWyGJlkoCTghc97KgGDDSnpoU/PlEnw63Ah+TGKFOyY+X5LnxaWbCSfXg==", + "version": "3.4.11", + "resolved": "https://registry.npmjs.org/dompurify/-/dompurify-3.4.11.tgz", + "integrity": "sha512-zhlUV12GsaRzMsf9q5M254YhA4+VuF0fG+QFqu6aYpoGlKtz+w8//jBcGVYBgQkR5GHjUomejY84AV+/uPbWdw==", "optionalDependencies": { "@types/trusted-types": "^2.0.7" } diff --git a/package.json b/package.json index 34a016ad..70524a84 100644 --- a/package.json +++ b/package.json @@ -51,7 +51,7 @@ "@nextcloud/password-confirmation": "^6.0.2", "@nextcloud/router": "^3.0.1", "@nextcloud/vue": "^9.2.0", - "dompurify": "^3.4.0", + "dompurify": "^3.4.11", "marked": "^17.0.0", "p-limit": "^7.2.0", "vue": "^3.5.24",