From 6a23ad015682c86f7c9f0fd17f8b65d8d7bbd87d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 4 Jun 2020 12:04:58 +0200 Subject: [PATCH] Update dependency sanitize-html to ^1.26.0 (#11254) Co-authored-by: Renovate Bot --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index baccbab5c2f..e2edc83e513 100644 --- a/package.json +++ b/package.json @@ -295,7 +295,7 @@ "reactstrap": "^8.4.1", "recharts": "^1.8.5", "rxjs": "^6.5.5", - "sanitize-html": "^1.25.0", + "sanitize-html": "^1.26.0", "semver": "^7.3.2", "slugify": "^1.4.0", "sourcegraph": "link:packages/sourcegraph-extension-api", diff --git a/yarn.lock b/yarn.lock index b597a152543..e93a8afc7b7 100644 --- a/yarn.lock +++ b/yarn.lock @@ -18807,10 +18807,10 @@ sane@^4.0.3: minimist "^1.1.1" walker "~1.0.5" -sanitize-html@^1.25.0: - version "1.25.0" - resolved "https://registry.npmjs.org/sanitize-html/-/sanitize-html-1.25.0.tgz#e55ceac80ac6ea979f0a88400af4b9f67f938179" - integrity sha512-SyXESgCXWsclj/SyG53C1bmcOpmdcDYTCgr9nPE/Z9mUhTgj6d/wXDN1HS+U7ahf4DALgUPXSnm7d9koYimMdw== +sanitize-html@^1.26.0: + version "1.26.0" + resolved "https://registry.npmjs.org/sanitize-html/-/sanitize-html-1.26.0.tgz#ab38d671526b9b7c08aa7af7f9ad5a73fcc1bbe4" + integrity sha512-xriDBT2FbfN0ZKCcX6H6svkh1bZpO2e5ny05RQGZY6vFOMAU13La2L5YYf3XpcjXSksCYXzPj7YPvyGp5wbaUA== dependencies: chalk "^2.4.1" htmlparser2 "^4.1.0"