From 4fe6bd2bf13c5db43bb2495fb06f90d293791102 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 20 Jun 2026 16:20:34 +0000 Subject: [PATCH] chore(deps): bump dompurify from 3.4.9 to 3.4.11 in /agent-streaming Bumps [dompurify](https://github.com/cure53/DOMPurify) from 3.4.9 to 3.4.11. - [Release notes](https://github.com/cure53/DOMPurify/releases) - [Commits](https://github.com/cure53/DOMPurify/compare/3.4.9...3.4.11) --- updated-dependencies: - dependency-name: dompurify dependency-version: 3.4.11 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- agent-streaming/package-lock.json | 8 ++++---- agent-streaming/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/agent-streaming/package-lock.json b/agent-streaming/package-lock.json index 79b7b9e..3d2da82 100644 --- a/agent-streaming/package-lock.json +++ b/agent-streaming/package-lock.json @@ -10,7 +10,7 @@ "license": "Apache-2.0", "dependencies": { "@genkit-ai/google-genai": "^1.36.0", - "dompurify": "^3.4.9", + "dompurify": "^3.4.11", "express": "^5.2.1", "genkit": "^1.36.0", "helmet": "^8.2.0", @@ -4376,9 +4376,9 @@ } }, "node_modules/dompurify": { - "version": "3.4.9", - "resolved": "https://registry.npmjs.org/dompurify/-/dompurify-3.4.9.tgz", - "integrity": "sha512-4dPSRMRDqHvs0V4YDFCsaIZo4if5u0xM+llyxiM2fwuZFdKArUBAF3VtI2+n8NKg9P870WMdYk0UhqQNoWXbfQ==", + "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/agent-streaming/package.json b/agent-streaming/package.json index e048e2b..1f7816e 100644 --- a/agent-streaming/package.json +++ b/agent-streaming/package.json @@ -16,7 +16,7 @@ "type": "module", "dependencies": { "@genkit-ai/google-genai": "^1.36.0", - "dompurify": "^3.4.9", + "dompurify": "^3.4.11", "express": "^5.2.1", "genkit": "^1.36.0", "helmet": "^8.2.0",