From 1f92011f99eda79f42fe305fb1abb9136cb978cc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 3 Sep 2026 16:43:44 -0700 Subject: [PATCH] chore(deps): bump dompurify from 3.4.13 to 3.4.14 (#12266) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bumps [dompurify](https://github.com/cure53/DOMPurify) from 3.4.13 to 3.4.14.
Release notes

Sourced from dompurify's releases.

DOMPurify 3.4.14

Commits

Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- pnpm-lock.yaml | 11 ++--------- server/package.json | 2 +- 2 files changed, 3 insertions(+), 10 deletions(-) diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 9c08f0a122..c0b3627855 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -915,8 +915,8 @@ importers: specifier: ^2.1.0 version: 2.1.0 dompurify: - specifier: ^3.4.13 - version: 3.4.13 + specifier: ^3.4.14 + version: 3.4.14 dotenv: specifier: ^17.4.2 version: 17.4.2 @@ -5885,9 +5885,6 @@ packages: dom-accessibility-api@0.6.3: resolution: {integrity: sha512-7ZgogeTnjuHbo+ct10G9Ffp0mif17idi0IyWNVA/wcwcm7NPOD/WEHVP3n7n3MhXqxoIYm8d6MuZohYWIZ4T3w==} - dompurify@3.4.13: - resolution: {integrity: sha512-2vmYIoqjze2d+kakP8S/nS5shfsl587kzwEjcGlTdiksUVgFHnFCsLYDVj/JNqJVOQZGSYBTmuycv0PodwmnMQ==} - dompurify@3.4.14: resolution: {integrity: sha512-dVoH9z+MY+C9IilgGCk3YfFqjLi3fChm2OiKJMzh6axrJ5qwxqWaZamgmHrpv22CN/KdbZJuGEGgfQoL00LTdg==} @@ -13008,10 +13005,6 @@ snapshots: dom-accessibility-api@0.6.3: {} - dompurify@3.4.13: - optionalDependencies: - '@types/trusted-types': 2.0.7 - dompurify@3.4.14: optionalDependencies: '@types/trusted-types': 2.0.7 diff --git a/server/package.json b/server/package.json index 13a9b007a0..fdeaf13f13 100644 --- a/server/package.json +++ b/server/package.json @@ -69,7 +69,7 @@ "better-auth": "1.7.2", "chokidar": "^5.0.0", "detect-port": "^2.1.0", - "dompurify": "^3.4.13", + "dompurify": "^3.4.14", "dotenv": "^17.4.2", "drizzle-orm": "^0.45.2", "embedded-postgres": "^18.1.0-beta.16",