From 61ff4990371c199169ff87705cb2eb42f7eefee6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 27 Oct 2022 22:42:54 +0000 Subject: [PATCH] Update dependency sanitize-html to v2.7.3 --- 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 c65f4d7b67..9adabb6af3 100644 --- a/ghost/core/package.json +++ b/ghost/core/package.json @@ -180,7 +180,7 @@ "path-match": "1.2.4", "probe-image-size": "7.2.3", "rss": "1.2.2", - "sanitize-html": "2.7.2", + "sanitize-html": "2.7.3", "semver": "7.3.8", "stoppable": "1.1.0", "uuid": "9.0.0", diff --git a/yarn.lock b/yarn.lock index 1747c9b1fe..1449fe4962 100644 --- a/yarn.lock +++ b/yarn.lock @@ -23350,10 +23350,10 @@ sane@^4.0.0, sane@^4.1.0: minimist "^1.1.1" walker "~1.0.5" -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== +sanitize-html@2.7.3: + version "2.7.3" + resolved "https://registry.yarnpkg.com/sanitize-html/-/sanitize-html-2.7.3.tgz#166c868444ee4f9fd7352ac8c63fa86c343fc2bd" + integrity sha512-jMaHG29ak4miiJ8wgqA1849iInqORgNv7SLfSw9LtfOhEUQ1C0YHKH73R+hgyufBW9ZFeJrb057k9hjlfBCVlw== dependencies: deepmerge "^4.2.2" escape-string-regexp "^4.0.0"