From da984d73a872acbfef2975c73b819fd2e1aa6443 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 14 Apr 2024 23:55:20 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-DOMPURIFY-6474511 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 4ea0370d161d..660b0c42e531 100644 --- a/package.json +++ b/package.json @@ -223,7 +223,7 @@ "css-vars-ponyfill": "^2.4.7", "csv-parse": "^4.16.3", "date-fns": "^2.28.0", - "dompurify": "^2.2.9", + "dompurify": "^2.4.9", "ejson": "^2.2.1", "emailreplyparser": "^0.0.5", "emojione": "^4.5.0",