From b6bafa785fd03923f107dd675bb68ca07433f889 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 3 Apr 2026 23:01:17 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-DOMPURIFY-15874903 - https://snyk.io/vuln/SNYK-JS-DOMPURIFY-15874905 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 1145632a0f..46b0a06061 100644 --- a/package.json +++ b/package.json @@ -90,7 +90,7 @@ "core-js": "^3.37.1", "dialog-polyfill": "^0.5.6", "dom-autoscroller": "^2.3.4", - "dompurify": "^3.2.4", + "dompurify": "^3.3.2", "downloadjs": "^1.4.7", "dragula": "^3.7.3", "eventemitter3": "^5.0.1",