0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-20 22:42:53 -05:00

Update dependency sanitize-html to v2.13.1

This commit is contained in:
renovate[bot] 2024-10-03 14:32:15 +00:00
parent 0729c76b95
commit 0bbb29fbf8
2 changed files with 5 additions and 5 deletions

View file

@ -212,7 +212,7 @@
"path-match": "1.2.4",
"probe-image-size": "7.2.3",
"rss": "1.2.2",
"sanitize-html": "2.13.0",
"sanitize-html": "2.13.1",
"semver": "7.6.3",
"stoppable": "1.1.0",
"superagent": "5.1.0",

View file

@ -27812,10 +27812,10 @@ sane@^4.0.0, sane@^4.1.0:
minimist "^1.1.1"
walker "~1.0.5"
sanitize-html@2.13.0:
version "2.13.0"
resolved "https://registry.yarnpkg.com/sanitize-html/-/sanitize-html-2.13.0.tgz#71aedcdb777897985a4ea1877bf4f895a1170dae"
integrity sha512-Xff91Z+4Mz5QiNSLdLWwjgBDm5b1RU6xBT0+12rapjiaR7SwfRdjw8f+6Rir2MXKLrDicRFHdb51hGOAxmsUIA==
sanitize-html@2.13.1:
version "2.13.1"
resolved "https://registry.yarnpkg.com/sanitize-html/-/sanitize-html-2.13.1.tgz#b4639b0a09574ab62b1b353cb99b1b87af742834"
integrity sha512-ZXtKq89oue4RP7abL9wp/9URJcqQNABB5GGJ2acW1sdO8JTVl92f4ygD7Yc9Ze09VAZhnt2zegeU0tbNsdcLYg==
dependencies:
deepmerge "^4.2.2"
escape-string-regexp "^4.0.0"