From f0b47f80b3dfba6fd6641038e150ed586a77b46a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 16 Apr 2026 02:55:33 +0000 Subject: [PATCH] Bump dompurify in /ej2-angular/code-snippet/chat-ui/messages/markdown Bumps [dompurify](https://github.com/cure53/DOMPurify) from 3.2.6 to 3.4.0. - [Release notes](https://github.com/cure53/DOMPurify/releases) - [Commits](https://github.com/cure53/DOMPurify/compare/3.2.6...3.4.0) --- updated-dependencies: - dependency-name: dompurify dependency-version: 3.4.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- ej2-angular/code-snippet/chat-ui/messages/markdown/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ej2-angular/code-snippet/chat-ui/messages/markdown/package.json b/ej2-angular/code-snippet/chat-ui/messages/markdown/package.json index 755c688738f..90751893293 100644 --- a/ej2-angular/code-snippet/chat-ui/messages/markdown/package.json +++ b/ej2-angular/code-snippet/chat-ui/messages/markdown/package.json @@ -31,7 +31,7 @@ "@angular/compiler": "17.1.2", "@angular/router": "17.1.2", "marked": "16.1.1", - "dompurify": "3.2.6", + "dompurify": "3.4.0", "moment": "2.29.4", "rxjs": "7.8.0", "tslib": "2.3.0",