From 6cf2e97868a1ddbd98ddd50171c808c17875e8b7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Aug 2026 10:21:41 +0200 Subject: [PATCH] chore(deps): bump dompurify from 3.4.12 to 3.4.13 in /core/http/react-ui in the npm_and_yarn group across 1 directory (#11425) chore(deps): bump dompurify Bumps the npm_and_yarn group with 1 update in the /core/http/react-ui directory: [dompurify](https://github.com/cure53/DOMPurify). Updates `dompurify` from 3.4.12 to 3.4.13 - [Release notes](https://github.com/cure53/DOMPurify/releases) - [Commits](https://github.com/cure53/DOMPurify/compare/3.4.12...3.4.13) --- updated-dependencies: - dependency-name: dompurify dependency-version: 3.4.13 dependency-type: direct:production dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- core/http/react-ui/package-lock.json | 8 ++++---- core/http/react-ui/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/core/http/react-ui/package-lock.json b/core/http/react-ui/package-lock.json index 10dbfd3eb..ccf8b576a 100644 --- a/core/http/react-ui/package-lock.json +++ b/core/http/react-ui/package-lock.json @@ -22,7 +22,7 @@ "@lezer/highlight": "^1.2.1", "@modelcontextprotocol/ext-apps": "^1.2.2", "@modelcontextprotocol/sdk": "^1.30.0", - "dompurify": "^3.4.12", + "dompurify": "^3.4.13", "highlight.js": "^11.11.1", "hono": "4.12.34", "i18next": "^26.0.8", @@ -2389,9 +2389,9 @@ } }, "node_modules/dompurify": { - "version": "3.4.12", - "resolved": "https://registry.npmjs.org/dompurify/-/dompurify-3.4.12.tgz", - "integrity": "sha512-zQvGet8Z2sWbQhCmfFz/T5QWH2oBmjnqK3qvOjaqaNLrLEF912WamU+ohnTp0TCep/MFVHpdJuCZEdFOdTnEFg==", + "version": "3.4.13", + "resolved": "https://registry.npmjs.org/dompurify/-/dompurify-3.4.13.tgz", + "integrity": "sha512-2vmYIoqjze2d+kakP8S/nS5shfsl587kzwEjcGlTdiksUVgFHnFCsLYDVj/JNqJVOQZGSYBTmuycv0PodwmnMQ==", "license": "(MPL-2.0 OR Apache-2.0)", "optionalDependencies": { "@types/trusted-types": "^2.0.7" diff --git a/core/http/react-ui/package.json b/core/http/react-ui/package.json index 649ba78cb..e217ed83d 100644 --- a/core/http/react-ui/package.json +++ b/core/http/react-ui/package.json @@ -36,7 +36,7 @@ "@lezer/highlight": "^1.2.1", "@modelcontextprotocol/ext-apps": "^1.2.2", "@modelcontextprotocol/sdk": "^1.30.0", - "dompurify": "^3.4.12", + "dompurify": "^3.4.13", "highlight.js": "^11.11.1", "hono": "4.12.34", "i18next": "^26.0.8",