From e74a06db68eb9d6991ca5ec0f9c2f18e491d5933 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 28 Mar 2026 09:21:15 +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.3.2. - [Release notes](https://github.com/cure53/DOMPurify/releases) - [Commits](https://github.com/cure53/DOMPurify/compare/3.2.6...3.3.2) --- updated-dependencies: - dependency-name: dompurify dependency-version: 3.3.2 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..b3e570c3849 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.3.2", "moment": "2.29.4", "rxjs": "7.8.0", "tslib": "2.3.0",