diff --git a/ghost/core/package.json b/ghost/core/package.json index 3ff52bcb5f..237dfca8f7 100644 --- a/ghost/core/package.json +++ b/ghost/core/package.json @@ -213,7 +213,7 @@ "path-match": "1.2.4", "probe-image-size": "7.2.3", "rss": "1.2.2", - "sanitize-html": "2.10.0", + "sanitize-html": "2.11.0", "semver": "7.5.4", "socket.io": "4.6.2", "stoppable": "1.1.0", diff --git a/yarn.lock b/yarn.lock index b7125ce74d..43868e3d8e 100644 --- a/yarn.lock +++ b/yarn.lock @@ -29325,10 +29325,10 @@ sane@^4.0.0, sane@^4.1.0: minimist "^1.1.1" walker "~1.0.5" -sanitize-html@2.10.0: - version "2.10.0" - resolved "https://registry.yarnpkg.com/sanitize-html/-/sanitize-html-2.10.0.tgz#74d28848dfcf72c39693139131895c78900ab452" - integrity sha512-JqdovUd81dG4k87vZt6uA6YhDfWkUGruUu/aPmXLxXi45gZExnt9Bnw/qeQU8oGf82vPyaE0vO4aH0PbobB9JQ== +sanitize-html@2.11.0: + version "2.11.0" + resolved "https://registry.yarnpkg.com/sanitize-html/-/sanitize-html-2.11.0.tgz#9a6434ee8fcaeddc740d8ae7cd5dd71d3981f8f6" + integrity sha512-BG68EDHRaGKqlsNjJ2xUB7gpInPA8gVx/mvjO743hZaeMCZ2DwzW7xvsqZ+KNU4QKwj86HJ3uu2liISf2qBBUA== dependencies: deepmerge "^4.2.2" escape-string-regexp "^4.0.0"