From 97a5f336e83507d3ffe37da618df2375b643d061 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 16 Mar 2024 14:39:47 +0000 Subject: [PATCH] Update dependency sanitize-html to v2.12.1 [SECURITY] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index f577f327d9..d9d3afaa1a 100644 --- a/package.json +++ b/package.json @@ -256,7 +256,7 @@ "engine.io": "6.4.2", "got": "11.8.6", "decode-uri-component": "0.2.2", - "sanitize-html": "2.10.0", + "sanitize-html": "2.12.1", "axios": "0.27.2", "json5": "2.2.3", "highlight.js": "10.7.3", diff --git a/yarn.lock b/yarn.lock index 0fbeb0c8b4..2ee2143837 100644 --- a/yarn.lock +++ b/yarn.lock @@ -23472,10 +23472,10 @@ sanitize-filename@^1.6.3: dependencies: truncate-utf8-bytes "^1.0.0" -sanitize-html@2.10.0, sanitize-html@^1.27.5: - version "2.10.0" - resolved "https://registry.yarnpkg.com/sanitize-html/-/sanitize-html-2.10.0.tgz#74d28848dfcf72c39693139131895c78900ab452" - integrity sha512-JqdovUd81dG4k87vZt6uA6YhDfWkUGruUu/aPmXLxXi45gZExnt9Bnw/qeQU8oGf82vPyaE0vO4aH0PbobB9JQ== +sanitize-html@2.12.1, sanitize-html@^1.27.5: + 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"