@luscii-healthtech/web-ui 58.2.3 → 58.2.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -5485,7 +5485,18 @@ const MentionWithTooltip = extensionMention.Mention.extend({
5485
5485
  }
5486
5486
  });
5487
5487
  const sanitize = (html) => DOMPurify__default.default.sanitize(html, {
5488
- ALLOWED_TAGS: ["u", "a", "s", "ul", "ol", "li", "p", "strong", "em", "span"],
5488
+ ALLOWED_TAGS: [
5489
+ "u",
5490
+ "a",
5491
+ "s",
5492
+ "ul",
5493
+ "ol",
5494
+ "li",
5495
+ "p",
5496
+ "strong",
5497
+ "em",
5498
+ "span"
5499
+ ],
5489
5500
  ALLOWED_ATTR: [
5490
5501
  "href",
5491
5502
  "target",