fix(deps): switch from twemoji-parser to @twemoji/parser (#1355) [skip ci]

This commit is contained in:
Simon Lecoq
2023-01-16 20:12:56 -05:00
committed by GitHub
parent 8fd714d79c
commit d418264c77
3 changed files with 13 additions and 13 deletions

View File

@@ -27,7 +27,7 @@ import htmlsanitize from "sanitize-html"
import sharp from "sharp"
import git from "simple-git"
import SVGO from "svgo"
import twemojis from "twemoji-parser"
import twemojis from "@twemoji/parser"
import url from "url"
import util from "util"
import xmlformat from "xml-formatter"