From 24cf2aae1cb9bff4e3a91d5a30e8eed3bd24ebbc Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 30 Mar 2026 16:27:04 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-DOMPURIFY-15810938 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 5ab4005bf7f..9bdb58dd75a 100644 --- a/package.json +++ b/package.json @@ -92,7 +92,7 @@ "dayjs": "1.11.18", "defu": "5.0.1", "diff2html": "3.4.24", - "dompurify": "3.2.5", + "dompurify": "3.3.2", "element-matches": "0.1.2", "event-target-shim": "5.0.1", "express": "4.17.1",