Skip to content

Commit

Permalink
Merge pull request #1436 from tubone24/renovate-npm-sanitize-html-vul…
Browse files Browse the repository at this point in the history
…nerability

Update dependency sanitize-html to v2.12.1 [SECURITY]
  • Loading branch information
tubone24 committed Mar 25, 2024
2 parents f807150 + 97a5f33 commit eb0f83c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit eb0f83c

Please sign in to comment.