diff --git a/backend/src/middleware/helpers/cleanHtml.ts b/backend/src/middleware/helpers/cleanHtml.ts index 84497760d..cd97bb38e 100644 --- a/backend/src/middleware/helpers/cleanHtml.ts +++ b/backend/src/middleware/helpers/cleanHtml.ts @@ -1,5 +1,5 @@ import sanitizeHtml from 'sanitize-html' -import linkifyHtml from 'linkifyjs/html' +import linkifyHtml from 'linkifyjs-html' export const removeHtmlTags = (input) => { return sanitizeHtml(input, {