fix(deps): update dependency sanitize-html to v2.5.2

This commit is contained in:
Renovate Bot
2021-10-13 20:50:29 +00:00
committed by renovate[bot]
parent d4a49a1c1c
commit 528bae6a73
2 changed files with 4 additions and 4 deletions

View File

@ -18624,9 +18624,9 @@
"integrity": "sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg=="
},
"sanitize-html": {
"version": "2.5.1",
"resolved": "https://registry.npmjs.org/sanitize-html/-/sanitize-html-2.5.1.tgz",
"integrity": "sha512-hUITPitQk+eFNLtr4dEkaaiAJndG2YE87IOpcfBSL1XdklWgwcNDJdr9Ppe8QKL/C3jFt1xH/Mbj20e0GZQOfg==",
"version": "2.5.2",
"resolved": "https://registry.npmjs.org/sanitize-html/-/sanitize-html-2.5.2.tgz",
"integrity": "sha512-sJ1rO2YixFIqs2kIcEUb6PTrCjvz8DMq1XqWWuy0kjgjrn58GNLK1DKSIRybFZDO1WNgsEgD+WiEzTEYS8xEug==",
"requires": {
"deepmerge": "^4.2.2",
"escape-string-regexp": "^4.0.0",

View File

@ -117,7 +117,7 @@
"redux-saga": "1.1.3",
"reselect": "4.0.0",
"rxjs": "6.6.7",
"sanitize-html": "2.5.1",
"sanitize-html": "2.5.2",
"sass.js": "0.11.1",
"store": "2.0.12",
"stream-browserify": "3.0.0",