From d68c91ab3a0946cd1f7a022eb705a437058c4d91 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 27 Jan 2021 16:12:38 +0900 Subject: [PATCH] chore(deps): bump sanitize-html from 2.3.0 to 2.3.2 (#178) Bumps [sanitize-html](https://github.com/apostrophecms/sanitize-html) from 2.3.0 to 2.3.2. - [Release notes](https://github.com/apostrophecms/sanitize-html/releases) - [Changelog](https://github.com/apostrophecms/sanitize-html/blob/main/CHANGELOG.md) - [Commits](https://github.com/apostrophecms/sanitize-html/compare/2.3.0...2.3.2) Signed-off-by: dependabot-preview[bot] Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index dc4ce0a..fd2dcb4 100644 --- a/package.json +++ b/package.json @@ -34,7 +34,7 @@ "react": "17.0.1", "react-dom": "17.0.1", "react-showdown": "^2.1.0", - "sanitize-html": "^2.3.0", + "sanitize-html": "^2.3.2", "stream-cache": "^0.0.2", "tailwindcss": "^2.0.2", "tlru": "^1.0.2", diff --git a/yarn.lock b/yarn.lock index ed7a646..376ec46 100644 --- a/yarn.lock +++ b/yarn.lock @@ -7340,10 +7340,10 @@ sane@^4.0.3: minimist "^1.1.1" walker "~1.0.5" -sanitize-html@^2.3.0: - version "2.3.0" - resolved "https://registry.yarnpkg.com/sanitize-html/-/sanitize-html-2.3.0.tgz#78c1a386a68369f27964e84526b7deb00f035d59" - integrity sha512-JAsbaKskfxR+ZhEnqO/T3c2dKalVDA6sXIgy/27TatIUzOPO/zWr1r8Ykzp1cwJx1j+DPMQF5ifvhniixRWYDA== +sanitize-html@^2.3.2: + version "2.3.2" + resolved "https://registry.yarnpkg.com/sanitize-html/-/sanitize-html-2.3.2.tgz#a1954aea877a096c408aca7b0c260bef6e4fc402" + integrity sha512-p7neuskvC8pSurUjdVmbWPXmc9A4+QpOXIL+4gwFC+av5h+lYCXFT8uEneqsFQg/wEA1IH+cKQA60AaQI6p3cg== dependencies: deepmerge "^4.2.2" escape-string-regexp "^4.0.0"