From e9d480c9a6b432f3d13f1ad06e7e37e1c9d202ed Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 4 Mar 2026 23:02:06 +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.1. - [Release notes](https://github.com/cure53/DOMPurify/releases) - [Commits](https://github.com/cure53/DOMPurify/compare/3.2.6...3.3.1) --- updated-dependencies: - dependency-name: dompurify dependency-version: 3.3.1 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..a6c044668e9 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.1", "moment": "2.29.4", "rxjs": "7.8.0", "tslib": "2.3.0",