From e70bdc47546ac53cf66604afa5f155db8cd3b4b6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Tue, 30 Apr 2019 21:03:09 +0000 Subject: [PATCH] Bump sanitize-html from 1.20.0 to 1.20.1 in /backend Bumps [sanitize-html](https://github.com/punkave/sanitize-html) from 1.20.0 to 1.20.1. - [Release notes](https://github.com/punkave/sanitize-html/releases) - [Changelog](https://github.com/punkave/sanitize-html/blob/master/CHANGELOG.md) - [Commits](https://github.com/punkave/sanitize-html/commits) Signed-off-by: dependabot[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 6284b7ec0..7e972d0e6 100644 --- a/backend/package.json +++ b/backend/package.json @@ -63,7 +63,7 @@ "node-fetch": "~2.4.1", "npm-run-all": "~4.1.5", "request": "~2.88.0", - "sanitize-html": "~1.20.0", + "sanitize-html": "~1.20.1", "slug": "~1.1.0", "trunc-html": "~1.1.2", "uuid": "~3.3.2", diff --git a/backend/yarn.lock b/backend/yarn.lock index fccf2b8f2..fab84f08e 100644 --- a/backend/yarn.lock +++ b/backend/yarn.lock @@ -6779,10 +6779,10 @@ sane@^4.0.3: minimist "^1.1.1" walker "~1.0.5" -sanitize-html@~1.20.0: - version "1.20.0" - resolved "https://registry.yarnpkg.com/sanitize-html/-/sanitize-html-1.20.0.tgz#9a602beb1c9faf960fb31f9890f61911cc4d9156" - integrity sha512-BpxXkBoAG+uKCHjoXFmox6kCSYpnulABoGcZ/R3QyY9ndXbIM5S94eOr1IqnzTG8TnbmXaxWoDDzKC5eJv7fEQ== +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== dependencies: chalk "^2.4.1" htmlparser2 "^3.10.0"