From ffa4e337bf8307eb1e23813b17d4b5f7028bf4b7 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 21 Jan 2020 04:20:35 +0000 Subject: [PATCH] build(deps): bump sanitize-html from 1.20.1 to 1.21.1 in /backend Bumps [sanitize-html](https://github.com/punkave/sanitize-html) from 1.20.1 to 1.21.1. - [Release notes](https://github.com/punkave/sanitize-html/releases) - [Changelog](https://github.com/apostrophecms/sanitize-html/blob/master/CHANGELOG.md) - [Commits](https://github.com/punkave/sanitize-html/commits/1.21.1) Signed-off-by: dependabot-preview[bot] --- backend/package.json | 2 +- backend/yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/backend/package.json b/backend/package.json index d76d0d6b6..66ad94b4b 100644 --- a/backend/package.json +++ b/backend/package.json @@ -88,7 +88,7 @@ "nodemailer-html-to-text": "^3.1.0", "npm-run-all": "~4.1.5", "request": "~2.88.0", - "sanitize-html": "~1.20.1", + "sanitize-html": "~1.21.1", "slug": "~2.1.0", "trunc-html": "~1.1.2", "uuid": "~3.4.0", diff --git a/backend/yarn.lock b/backend/yarn.lock index bb27b8922..00d18478c 100644 --- a/backend/yarn.lock +++ b/backend/yarn.lock @@ -7618,10 +7618,10 @@ sane@^4.0.3: minimist "^1.1.1" walker "~1.0.5" -sanitize-html@~1.20.1: - version "1.20.1" - resolved "https://registry.yarnpkg.com/sanitize-html/-/sanitize-html-1.20.1.tgz#f6effdf55dd398807171215a62bfc21811bacf85" - integrity sha512-txnH8TQjaQvg2Q0HY06G6CDJLVYCpbnxrdO0WN8gjCKaU5J0KbyGYhZxx5QJg3WLZ1lB7XU9kDkfrCXUozqptA== +sanitize-html@~1.21.1: + version "1.21.1" + resolved "https://registry.yarnpkg.com/sanitize-html/-/sanitize-html-1.21.1.tgz#1647d15c0c672901aa41eac1b86d0c38146d30ce" + integrity sha512-W6enXSVphVaVbmVbzVngBthR5f5sMmhq3EfPfBlzBzp2WnX8Rnk7NGpP7KmHUc0Y3MVk9tv/+CbpdHchX9ai7g== dependencies: chalk "^2.4.1" htmlparser2 "^3.10.0"