diff --git a/package.json b/package.json index 7c87b51..5ed476f 100644 --- a/package.json +++ b/package.json @@ -75,7 +75,7 @@ "@types/node-fetch": "2.5.10", "@types/react": "17.0.3", "@types/react-select": "4.0.15", - "@types/sanitize-html": "2.3.0", + "@types/sanitize-html": "2.3.1", "@types/twemoji": "12.1.1", "@types/url-regex-safe": "1.0.0", "@typescript-eslint/eslint-plugin": "4.22.0", diff --git a/yarn.lock b/yarn.lock index 489eded..114a0d7 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1098,10 +1098,10 @@ "@types/scheduler" "*" csstype "^3.0.2" -"@types/sanitize-html@2.3.0": - version "2.3.0" - resolved "https://registry.yarnpkg.com/@types/sanitize-html/-/sanitize-html-2.3.0.tgz#bf6555bf233b8325e2068d83a75903f4c5e6d465" - integrity sha512-q+Xg5t8Yn0KeomXMyVMoxtKyvh2u1ywkPqFlMy/5luF8D+DN+HhFN9pesJ6BsuoLuDCukR8p922KkCZnkTHOpg== +"@types/sanitize-html@2.3.1": + version "2.3.1" + resolved "https://registry.yarnpkg.com/@types/sanitize-html/-/sanitize-html-2.3.1.tgz#094d696b83b7394b016e96342bbffa6a028795ce" + integrity sha512-+UT/XRluJuCunRftwO6OzG6WOBgJ+J3sROIoSJWX+7PB2FtTJTEJLrHCcNwzCQc0r60bej3WAbaigK+VZtZCGw== dependencies: htmlparser2 "^6.0.0"