From 34570b728dcd8d54c349df6f29598d307cc0c4d4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 23 Jul 2026 10:56:20 +0000 Subject: [PATCH] Bump dompurify from 3.4.11 to 3.4.12 Bumps [dompurify](https://github.com/cure53/DOMPurify) from 3.4.11 to 3.4.12. - [Release notes](https://github.com/cure53/DOMPurify/releases) - [Commits](https://github.com/cure53/DOMPurify/compare/3.4.11...3.4.12) --- updated-dependencies: - dependency-name: dompurify dependency-version: 3.4.12 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 9db971755..85ddb53fa 100644 --- a/package.json +++ b/package.json @@ -43,7 +43,7 @@ "cookies": "^0.8.0", "dgram": "^1.0.1", "docx": "^9.5.1", - "dompurify": "^3.4.11", + "dompurify": "^3.4.12", "dotenv": "^8.2.0", "eslint-config-next": "13", "exifr": "^7.1.3", diff --git a/yarn.lock b/yarn.lock index 94fa9344b..5e74bcd40 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4241,10 +4241,10 @@ domhandler@^4.2.0, domhandler@^4.3.1: dependencies: domelementtype "^2.2.0" -dompurify@^3.3.1, dompurify@^3.4.11: - version "3.4.11" - resolved "https://registry.yarnpkg.com/dompurify/-/dompurify-3.4.11.tgz#29c8ba496475f279ef4015784068452fb14a0680" - integrity sha512-zhlUV12GsaRzMsf9q5M254YhA4+VuF0fG+QFqu6aYpoGlKtz+w8//jBcGVYBgQkR5GHjUomejY84AV+/uPbWdw== +dompurify@^3.3.1, dompurify@^3.4.12: + version "3.4.12" + resolved "https://registry.yarnpkg.com/dompurify/-/dompurify-3.4.12.tgz#6fa2265e9bbdce882c4ace4107626051b448ffa8" + integrity sha512-zQvGet8Z2sWbQhCmfFz/T5QWH2oBmjnqK3qvOjaqaNLrLEF912WamU+ohnTp0TCep/MFVHpdJuCZEdFOdTnEFg== optionalDependencies: "@types/trusted-types" "^2.0.7"