From 4080fbed4c953c4451fcde4851afeb738eec370c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 24 Jul 2026 21:29:24 +0000 Subject: [PATCH] chore(deps): bump dompurify from 3.4.11 to 3.4.12 in /ui 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] --- ui/package-lock.json | 8 ++++---- ui/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/ui/package-lock.json b/ui/package-lock.json index d7fe89b2..c1d3553e 100644 --- a/ui/package-lock.json +++ b/ui/package-lock.json @@ -22,7 +22,7 @@ "@types/semver": "^7.5.8", "clsx": "^1.2.1", "diff2html": "^3.4.51", - "dompurify": "^3.4.11", + "dompurify": "^3.4.12", "framer-motion": "^12.38.0", "is-url": "^1.2.4", "lodash.isequal": "^4.5.0", @@ -4391,9 +4391,9 @@ "peer": true }, "node_modules/dompurify": { - "version": "3.4.11", - "resolved": "https://registry.npmjs.org/dompurify/-/dompurify-3.4.11.tgz", - "integrity": "sha512-zhlUV12GsaRzMsf9q5M254YhA4+VuF0fG+QFqu6aYpoGlKtz+w8//jBcGVYBgQkR5GHjUomejY84AV+/uPbWdw==", + "version": "3.4.12", + "resolved": "https://registry.npmjs.org/dompurify/-/dompurify-3.4.12.tgz", + "integrity": "sha512-zQvGet8Z2sWbQhCmfFz/T5QWH2oBmjnqK3qvOjaqaNLrLEF912WamU+ohnTp0TCep/MFVHpdJuCZEdFOdTnEFg==", "license": "(MPL-2.0 OR Apache-2.0)", "optionalDependencies": { "@types/trusted-types": "^2.0.7" diff --git a/ui/package.json b/ui/package.json index b5ce4a24..9257e7f8 100644 --- a/ui/package.json +++ b/ui/package.json @@ -28,7 +28,7 @@ "@types/semver": "^7.5.8", "clsx": "^1.2.1", "diff2html": "^3.4.51", - "dompurify": "^3.4.11", + "dompurify": "^3.4.12", "framer-motion": "^12.38.0", "is-url": "^1.2.4", "lodash.isequal": "^4.5.0",