Bump sanitize-html from 2.1.1 to 2.1.2
Bumps [sanitize-html](https://github.com/apostrophecms/sanitize-html) from 2.1.1 to 2.1.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.1.1...2.1.2) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
parent
1f49a57ba2
commit
98e55c801f
|
@ -188,7 +188,7 @@
|
|||
"object-assign-deep": "^0.4.0",
|
||||
"parse-link-header": "^1.0.1",
|
||||
"rc": "^1.2.7",
|
||||
"sanitize-html": "^2.1.1",
|
||||
"sanitize-html": "^2.1.2",
|
||||
"simplayer": "0.0.8",
|
||||
"system-font-families": "^0.4.1",
|
||||
"tunnel-agent": "^0.6.0",
|
||||
|
|
|
@ -11142,10 +11142,10 @@ sanitize-filename@^1.6.2, sanitize-filename@^1.6.3:
|
|||
dependencies:
|
||||
truncate-utf8-bytes "^1.0.0"
|
||||
|
||||
sanitize-html@^2.1.1:
|
||||
version "2.1.1"
|
||||
resolved "https://registry.yarnpkg.com/sanitize-html/-/sanitize-html-2.1.1.tgz#ad87355592bcb6c4659d45193db86098c7efe449"
|
||||
integrity sha512-yb+I+K25cn6PzsRJb+kGdlOBC3SkvEwJrr/Xl+6YR42oDZDeu61yWeEMSEi0hCKlRSYlWWE4tUnF2Ds+c/M1Vg==
|
||||
sanitize-html@^2.1.2:
|
||||
version "2.1.2"
|
||||
resolved "https://registry.yarnpkg.com/sanitize-html/-/sanitize-html-2.1.2.tgz#184fed43bb186e633c63a7769dfff29392b753a1"
|
||||
integrity sha512-i/h+fJal+609o6GlWFpQmAL7E5ZL4rrb0QwbDKQue2uift+4WKMe/HViRGawP4Q/UgswdDKxMqjDRrKPtCpBMg==
|
||||
dependencies:
|
||||
deepmerge "^4.2.2"
|
||||
escape-string-regexp "^4.0.0"
|
||||
|
|
Loading…
Reference in New Issue