From 07b9dab6ba09b89c207b664aab6dfe442e070504 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 26 Jun 2026 11:46:00 +0000 Subject: [PATCH] build(deps): bump dompurify in the npm_and_yarn group across 1 directory Bumps the npm_and_yarn group with 1 update in the / directory: [dompurify](https://github.com/cure53/DOMPurify). Updates `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 ff4b487b..0b8c6dd8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -28,7 +28,7 @@ "clsx": "^2.1.1", "codemirror": "^6.0.2", "convert-units": "^2.3.4", - "dompurify": "^3.4.0", + "dompurify": "^3.4.11", "eslint-config-next": "^16.1.0", "file-saver": "^2.0.5", "framer-motion": "^12.16.0", @@ -7111,9 +7111,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==", "license": "(MPL-2.0 OR Apache-2.0)", "optionalDependencies": { "@types/trusted-types": "^2.0.7" diff --git a/package.json b/package.json index 90513119..7fed9d64 100644 --- a/package.json +++ b/package.json @@ -37,7 +37,7 @@ "clsx": "^2.1.1", "codemirror": "^6.0.2", "convert-units": "^2.3.4", - "dompurify": "^3.4.0", + "dompurify": "^3.4.11", "eslint-config-next": "^16.1.0", "file-saver": "^2.0.5", "framer-motion": "^12.16.0",