diff --git a/package.json b/package.json index 5eb22ebdb4..aebf3bc12d 100644 --- a/package.json +++ b/package.json @@ -154,7 +154,7 @@ "path-match": "1.2.4", "probe-image-size": "5.0.0", "rss": "1.2.2", - "sanitize-html": "2.5.0", + "sanitize-html": "2.5.1", "semver": "7.3.5", "stoppable": "1.1.0", "tough-cookie": "4.0.0", diff --git a/yarn.lock b/yarn.lock index 04b715d82b..d00ea37acc 100644 --- a/yarn.lock +++ b/yarn.lock @@ -8860,10 +8860,10 @@ safe-timers@^1.1.0: resolved "https://registry.yarnpkg.com/safer-buffer/-/safer-buffer-2.1.2.tgz#44fa161b0187b9549dd84bb91802f9bd8385cd6a" integrity sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg== -sanitize-html@2.5.0: - version "2.5.0" - resolved "https://registry.yarnpkg.com/sanitize-html/-/sanitize-html-2.5.0.tgz#142f43524bc6dc8a5e3fb565528aa0d9679c56dd" - integrity sha512-smU67ODza8E0rJF7oY37qQqMF5srxwEkqsgV17PFfdYAtIxnicH8LIyDEGINJIso8bPaxRZS7zGhCjg6BeDoqQ== +sanitize-html@2.5.1: + version "2.5.1" + resolved "https://registry.yarnpkg.com/sanitize-html/-/sanitize-html-2.5.1.tgz#f49998dc54c8180153940440d3a7294b09e4258a" + integrity sha512-hUITPitQk+eFNLtr4dEkaaiAJndG2YE87IOpcfBSL1XdklWgwcNDJdr9Ppe8QKL/C3jFt1xH/Mbj20e0GZQOfg== dependencies: deepmerge "^4.2.2" escape-string-regexp "^4.0.0"