From 53967931799dbf13325bb3cd91f5805b9a824a70 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Feb 2021 05:09:52 +0000 Subject: [PATCH] chore(deps): bump sanitize-html from 2.3.1 to 2.3.2 in /client Bumps [sanitize-html](https://github.com/apostrophecms/sanitize-html) from 2.3.1 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.1...2.3.2) Signed-off-by: dependabot[bot] --- client/package-lock.json | 6 +++--- client/package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/client/package-lock.json b/client/package-lock.json index c11c036b5e..cb8cf31766 100644 --- a/client/package-lock.json +++ b/client/package-lock.json @@ -23164,9 +23164,9 @@ } }, "sanitize-html": { - "version": "2.3.1", - "resolved": "https://registry.npmjs.org/sanitize-html/-/sanitize-html-2.3.1.tgz", - "integrity": "sha512-JYziKrrtCEGhrsUAZK1mL0RdEcRxBGZ+ptgppv7ulAsan7MZVL+oVKRSPCIcYinfM1rVOMYh5dHLydMuHaQOUA==", + "version": "2.3.2", + "resolved": "https://registry.npmjs.org/sanitize-html/-/sanitize-html-2.3.2.tgz", + "integrity": "sha512-p7neuskvC8pSurUjdVmbWPXmc9A4+QpOXIL+4gwFC+av5h+lYCXFT8uEneqsFQg/wEA1IH+cKQA60AaQI6p3cg==", "requires": { "deepmerge": "^4.2.2", "escape-string-regexp": "^4.0.0", diff --git a/client/package.json b/client/package.json index 4444b1d23c..deccb30fbd 100644 --- a/client/package.json +++ b/client/package.json @@ -73,7 +73,7 @@ "redux-saga": "^1.1.1", "reselect": "^4.0.0", "rxjs": "^6.6.3", - "sanitize-html": "^2.3.1", + "sanitize-html": "^2.3.2", "sass.js": "^0.11.0", "store": "^2.0.12", "typescript": "^4.1.3",