From 72a08f4901c25e798abb13c99b3491ee1d99412a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 15 Sep 2022 20:21:58 +0000 Subject: [PATCH] Update dependency sanitize-html to v2.7.2 --- ghost/core/package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/ghost/core/package.json b/ghost/core/package.json index bbfc742fca..ed8c0d04f4 100644 --- a/ghost/core/package.json +++ b/ghost/core/package.json @@ -176,7 +176,7 @@ "path-match": "1.2.4", "probe-image-size": "7.2.3", "rss": "1.2.2", - "sanitize-html": "2.7.1", + "sanitize-html": "2.7.2", "semver": "7.3.7", "stoppable": "1.1.0", "uuid": "9.0.0", diff --git a/yarn.lock b/yarn.lock index 5b8eac333b..46653e8f20 100644 --- a/yarn.lock +++ b/yarn.lock @@ -20432,10 +20432,10 @@ sane@^4.0.0, sane@^4.1.0: minimist "^1.1.1" walker "~1.0.5" -sanitize-html@2.7.1: - version "2.7.1" - resolved "https://registry.yarnpkg.com/sanitize-html/-/sanitize-html-2.7.1.tgz#a6c2c1a88054a79eeacfac9b0a43f1b393476901" - integrity sha512-oOpe8l4J8CaBk++2haoN5yNI5beekjuHv3JRPKUx/7h40Rdr85pemn4NkvUB3TcBP7yjat574sPlcMAyv4UQig== +sanitize-html@2.7.2: + version "2.7.2" + resolved "https://registry.yarnpkg.com/sanitize-html/-/sanitize-html-2.7.2.tgz#54c5189af75e3237d996e4b9a5e3eaad12c7f7fc" + integrity sha512-DggSTe7MviO+K4YTCwprG6W1vsG+IIX67yp/QY55yQqKCJYSWzCA1rZbaXzkjoKeL9+jqwm56wD6srYLtUNivg== dependencies: deepmerge "^4.2.2" escape-string-regexp "^4.0.0"