From 18bc0a935d8cec45cd210198c3d8959911178055 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 29 Apr 2026 03:11:36 +0000 Subject: [PATCH] chore(deps): bump dompurify from 3.4.0 to 3.4.1 in /apps/dashboard Bumps [dompurify](https://github.com/cure53/DOMPurify) from 3.4.0 to 3.4.1. - [Release notes](https://github.com/cure53/DOMPurify/releases) - [Commits](https://github.com/cure53/DOMPurify/compare/3.4.0...3.4.1) --- updated-dependencies: - dependency-name: dompurify dependency-version: 3.4.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- apps/dashboard/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/dashboard/package.json b/apps/dashboard/package.json index 5143e74..e75de66 100644 --- a/apps/dashboard/package.json +++ b/apps/dashboard/package.json @@ -21,7 +21,7 @@ "axe-core": "4.11.3", "class-variance-authority": "0.7.1", "diff2html": "3.4.56", - "dompurify": "3.4.0", + "dompurify": "3.4.1", "is-wsl": "2.2.0", "next": "16.2.3", "playwright": "1.59.1",