Update dependency sanitize-html to v2.12.1

This commit is contained in:
renovate[bot] 2024-02-22 19:07:28 +00:00
parent fd3192281a
commit 49fc876fe1
2 changed files with 5 additions and 5 deletions

View File

@ -213,7 +213,7 @@
"path-match": "1.2.4",
"probe-image-size": "7.2.3",
"rss": "1.2.2",
"sanitize-html": "2.12.0",
"sanitize-html": "2.12.1",
"semver": "7.5.4",
"socket.io": "4.7.4",
"stoppable": "1.1.0",

View File

@ -27277,10 +27277,10 @@ sane@^4.0.0, sane@^4.1.0:
minimist "^1.1.1"
walker "~1.0.5"
sanitize-html@2.12.0:
version "2.12.0"
resolved "https://registry.yarnpkg.com/sanitize-html/-/sanitize-html-2.12.0.tgz#79ddc542ca18fcb122ea4360c9d1e27b98432309"
integrity sha512-2pq2H0b4npSaMPrRuauYVml1Q3BzaL67Y8WDOk9gsqoS8gS+VFZcgwF1ITJbfOCHgw1sUQMG14KwXyVE+75tSg==
sanitize-html@2.12.1:
version "2.12.1"
resolved "https://registry.yarnpkg.com/sanitize-html/-/sanitize-html-2.12.1.tgz#280a0f5c37305222921f6f9d605be1f6558914c7"
integrity sha512-Plh+JAn0UVDpBRP/xEjsk+xDCoOvMBwQUf/K+/cBAVuTbtX8bj2VB7S1sL1dssVpykqp0/KPSesHrqXtokVBpA==
dependencies:
deepmerge "^4.2.2"
escape-string-regexp "^4.0.0"