From b1d0f666d0b9965d0aaead503aac7d6feeb5f872 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 20 Jun 2026 15:38:03 +0000 Subject: [PATCH] Bump dompurify from 3.4.2 to 3.4.11 in /trailblazers Bumps [dompurify](https://github.com/cure53/DOMPurify) from 3.4.2 to 3.4.11. - [Release notes](https://github.com/cure53/DOMPurify/releases) - [Commits](https://github.com/cure53/DOMPurify/compare/3.4.2...3.4.11) --- updated-dependencies: - dependency-name: dompurify dependency-version: 3.4.11 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- trailblazers/package-lock.json | 8 ++++---- trailblazers/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/trailblazers/package-lock.json b/trailblazers/package-lock.json index 2f589feed5..cd0ca05613 100644 --- a/trailblazers/package-lock.json +++ b/trailblazers/package-lock.json @@ -12,7 +12,7 @@ "@zachleat/heading-anchors": "^1.0.5", "browser-fs-access": "^0.38.0", "built-in-ai-task-apis-polyfills": "^1.11.0", - "dompurify": "^3.4.2", + "dompurify": "^3.4.11", "eleventy-plugin-i18n": "^0.1.3", "input-switch-polyfill": "^1.11.0", "jszip": "^3.10.1", @@ -2820,9 +2820,9 @@ } }, "node_modules/dompurify": { - "version": "3.4.2", - "resolved": "https://registry.npmjs.org/dompurify/-/dompurify-3.4.2.tgz", - "integrity": "sha512-lHeS9SA/IKeIFFyYciHBr2n0v1VMPlSj843HdLOwjb2OxNwdq9Xykxqhk+FE42MzAdHvInbAolSE4mhahPpjXA==", + "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/trailblazers/package.json b/trailblazers/package.json index a40eb2c492..23bda8232c 100644 --- a/trailblazers/package.json +++ b/trailblazers/package.json @@ -38,7 +38,7 @@ "@zachleat/heading-anchors": "^1.0.5", "browser-fs-access": "^0.38.0", "built-in-ai-task-apis-polyfills": "^1.11.0", - "dompurify": "^3.4.2", + "dompurify": "^3.4.11", "eleventy-plugin-i18n": "^0.1.3", "input-switch-polyfill": "^1.11.0", "jszip": "^3.10.1",