From 7ad7ea523a3dd4353c62419c27d0fa479326b57f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 13 Sep 2026 13:59:00 +0000 Subject: [PATCH] Update dependency dompurify to v3.4.15 --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 8fe8f78b..b5063daf 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9834,9 +9834,9 @@ } }, "node_modules/dompurify": { - "version": "3.4.14", - "resolved": "https://registry.npmjs.org/dompurify/-/dompurify-3.4.14.tgz", - "integrity": "sha512-dVoH9z+MY+C9IilgGCk3YfFqjLi3fChm2OiKJMzh6axrJ5qwxqWaZamgmHrpv22CN/KdbZJuGEGgfQoL00LTdg==", + "version": "3.4.15", + "resolved": "https://registry.npmjs.org/dompurify/-/dompurify-3.4.15.tgz", + "integrity": "sha512-EUBjM+B+lkDE41iE82DDSCfkoPGfXx8IxFxPMjNzm/Uk4xDet77rTN9wqlxlVg71kK7XGuUMv6wUxJUwwv+Xyw==", "license": "(MPL-2.0 OR Apache-2.0)", "peer": true, "optionalDependencies": { diff --git a/package.json b/package.json index a142ae68..d9611472 100644 --- a/package.json +++ b/package.json @@ -91,7 +91,7 @@ "uuid": "14.0.2", "nodemailer": "9.1.1", "lodash": "4.18.1", - "dompurify": "3.4.14", + "dompurify": "3.4.15", "undici": "8.10.1", "yaml": "2.9.0", "@esbuild-kit/core-utils": {