diff --git a/package.json b/package.json index b12b96e6c..7de28eb4b 100644 --- a/package.json +++ b/package.json @@ -1620,7 +1620,7 @@ "plotly.js-dist": "^1.54.1", "plotly.js-dist-min": "^2.26.1", "postcss": "^8.4.31", - "sanitize-html": "^2.7.0", + "sanitize-html": "^2.12.1", "stream-browserify": "^3.0.0", "tar-fs": "^2.0.0", "tree-kill": "^1.2.2", diff --git a/yarn.lock b/yarn.lock index b929929b4..7f3bcac24 100644 --- a/yarn.lock +++ b/yarn.lock @@ -5095,10 +5095,10 @@ sanitize-filename@^1.6.3: dependencies: truncate-utf8-bytes "^1.0.0" -sanitize-html@^2.7.0: - version "2.11.0" - resolved "https://registry.yarnpkg.com/sanitize-html/-/sanitize-html-2.11.0.tgz#9a6434ee8fcaeddc740d8ae7cd5dd71d3981f8f6" - integrity sha512-BG68EDHRaGKqlsNjJ2xUB7gpInPA8gVx/mvjO743hZaeMCZ2DwzW7xvsqZ+KNU4QKwj86HJ3uu2liISf2qBBUA== +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"