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] <support@github.com>
This commit is contained in:
dependabot[bot]
2021-02-01 05:09:52 +00:00
parent 86d2ebe729
commit 5396793179
2 changed files with 4 additions and 4 deletions

View File

@@ -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",

View File

@@ -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",