0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-06 22:40:14 -05:00

Update dependency sanitize-html to v1.21.1

This commit is contained in:
Renovate Bot 2020-02-18 20:47:18 +00:00 committed by Daniel Lockyer
parent 9519e4be6b
commit 4cfdd33347
2 changed files with 5 additions and 5 deletions

View file

@ -122,7 +122,7 @@
"path-match": "1.2.4", "path-match": "1.2.4",
"probe-image-size": "5.0.0", "probe-image-size": "5.0.0",
"rss": "1.2.2", "rss": "1.2.2",
"sanitize-html": "1.20.1", "sanitize-html": "1.21.1",
"semver": "6.3.0", "semver": "6.3.0",
"simple-dom": "0.3.2", "simple-dom": "0.3.2",
"simple-html-tokenizer": "0.5.9", "simple-html-tokenizer": "0.5.9",

View file

@ -8001,10 +8001,10 @@ safe-regex@^1.1.0:
resolved "https://registry.yarnpkg.com/safer-buffer/-/safer-buffer-2.1.2.tgz#44fa161b0187b9549dd84bb91802f9bd8385cd6a" resolved "https://registry.yarnpkg.com/safer-buffer/-/safer-buffer-2.1.2.tgz#44fa161b0187b9549dd84bb91802f9bd8385cd6a"
integrity sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg== integrity sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg==
sanitize-html@1.20.1: sanitize-html@1.21.1:
version "1.20.1" version "1.21.1"
resolved "https://registry.yarnpkg.com/sanitize-html/-/sanitize-html-1.20.1.tgz#f6effdf55dd398807171215a62bfc21811bacf85" resolved "https://registry.yarnpkg.com/sanitize-html/-/sanitize-html-1.21.1.tgz#1647d15c0c672901aa41eac1b86d0c38146d30ce"
integrity sha512-txnH8TQjaQvg2Q0HY06G6CDJLVYCpbnxrdO0WN8gjCKaU5J0KbyGYhZxx5QJg3WLZ1lB7XU9kDkfrCXUozqptA== integrity sha512-W6enXSVphVaVbmVbzVngBthR5f5sMmhq3EfPfBlzBzp2WnX8Rnk7NGpP7KmHUc0Y3MVk9tv/+CbpdHchX9ai7g==
dependencies: dependencies:
chalk "^2.4.1" chalk "^2.4.1"
htmlparser2 "^3.10.0" htmlparser2 "^3.10.0"