From cff6d90359113549ad668451e62616d10f82a30c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 20 Jun 2026 15:58:24 +0000 Subject: [PATCH] Bump dompurify from 3.4.1 to 3.4.11 in /extensions/copilot Bumps [dompurify](https://github.com/cure53/DOMPurify) from 3.4.1 to 3.4.11. - [Release notes](https://github.com/cure53/DOMPurify/releases) - [Commits](https://github.com/cure53/DOMPurify/compare/3.4.1...3.4.11) --- updated-dependencies: - dependency-name: dompurify dependency-version: 3.4.11 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- extensions/copilot/package-lock.json | 8 ++++---- extensions/copilot/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/extensions/copilot/package-lock.json b/extensions/copilot/package-lock.json index df5570d9811512..62f5e160702157 100644 --- a/extensions/copilot/package-lock.json +++ b/extensions/copilot/package-lock.json @@ -43,7 +43,7 @@ "applicationinsights": "^2.9.7", "best-effort-json-parser": "^1.2.1", "diff": "^8.0.3", - "dompurify": "^3.4.1", + "dompurify": "^3.4.11", "express": "^5.2.1", "ignore": "^7.0.5", "isbinaryfile": "^5.0.4", @@ -9478,9 +9478,9 @@ } }, "node_modules/dompurify": { - "version": "3.4.1", - "resolved": "https://registry.npmjs.org/dompurify/-/dompurify-3.4.1.tgz", - "integrity": "sha512-JahakDAIg1gyOm7dlgWSDjV4n7Ip2PKR55NIT6jrMfIgLFgWo81vdr1/QGqWtFNRqXP9UV71oVePtjqS2ebnPw==", + "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/extensions/copilot/package.json b/extensions/copilot/package.json index a12de99ce35eb1..2e89b273e0dd96 100644 --- a/extensions/copilot/package.json +++ b/extensions/copilot/package.json @@ -6738,7 +6738,7 @@ "applicationinsights": "^2.9.7", "best-effort-json-parser": "^1.2.1", "diff": "^8.0.3", - "dompurify": "^3.4.1", + "dompurify": "^3.4.11", "express": "^5.2.1", "ignore": "^7.0.5", "isbinaryfile": "^5.0.4",