diff --git a/package.json b/package.json index 3357d73..06ac821 100644 --- a/package.json +++ b/package.json @@ -57,7 +57,7 @@ "react-showdown": "2.3.0", "react-sortable-hoc": "2.0.0", "react-use-clipboard": "1.0.7", - "sanitize-html": "2.3.3", + "sanitize-html": "2.4.0", "tailwindcss": "2.1.2", "tlru": "1.0.2", "twemoji": "13.0.2", diff --git a/yarn.lock b/yarn.lock index 2dec8fd..ba5c5c6 100644 --- a/yarn.lock +++ b/yarn.lock @@ -8448,10 +8448,10 @@ sane@^4.0.3: minimist "^1.1.1" walker "~1.0.5" -sanitize-html@2.3.3: - version "2.3.3" - resolved "https://registry.yarnpkg.com/sanitize-html/-/sanitize-html-2.3.3.tgz#3db382c9a621cce4c46d90f10c64f1e9da9e8353" - integrity sha512-DCFXPt7Di0c6JUnlT90eIgrjs6TsJl/8HYU3KLdmrVclFN4O0heTcVbJiMa23OKVr6aR051XYtsgd8EWwEBwUA== +sanitize-html@2.4.0: + version "2.4.0" + resolved "https://registry.yarnpkg.com/sanitize-html/-/sanitize-html-2.4.0.tgz#8da7524332eb210d968971621b068b53f17ab5a3" + integrity sha512-Y1OgkUiTPMqwZNRLPERSEi39iOebn2XJLbeiGOBhaJD/yLqtLGu6GE5w7evx177LeGgSE+4p4e107LMiydOf6A== dependencies: deepmerge "^4.2.2" escape-string-regexp "^4.0.0"