From aed2a0f319a3be49a2ab6c9504af497d11cef769 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Sep 2026 05:22:04 +0000 Subject: [PATCH] build(deps): bump dompurify Bumps the frontend-minor-patch group in /Main/frontend with 1 update: [dompurify](https://github.com/cure53/DOMPurify). Updates `dompurify` from 3.4.13 to 3.4.14 - [Release notes](https://github.com/cure53/DOMPurify/releases) - [Commits](https://github.com/cure53/DOMPurify/compare/3.4.13...3.4.14) --- updated-dependencies: - dependency-name: dompurify dependency-version: 3.4.14 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: frontend-minor-patch ... Signed-off-by: dependabot[bot] --- Main/frontend/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Main/frontend/package.json b/Main/frontend/package.json index 1d45d17..e762a43 100644 --- a/Main/frontend/package.json +++ b/Main/frontend/package.json @@ -15,7 +15,7 @@ "author": "", "license": "ISC", "dependencies": { - "dompurify": "3.4.13", + "dompurify": "3.4.14", "katex": "^0.18.1", "markdown-it": "^14.1.0", "markdown-it-texmath": "^1.0.0",