feat(voyage): vendor DOMPurify >=3.1.1 + sanitize annotation-content

This commit is contained in:
Kjell Tore Guttormsen 2026-05-10 18:01:30 +02:00
commit fc8c9eecdd
5 changed files with 105 additions and 6 deletions

View file

@ -1,9 +1,10 @@
{
"generated_at": "2026-05-09T13:16:03.483Z",
"generated_at": "2026-05-10T15:59:53.379Z",
"pins": {
"markdown-it": "14.1.0",
"markdown-it-front-matter": "0.2.4",
"highlight.js": "11.11.1"
"highlight.js": "11.11.1",
"dompurify": "3.2.6"
},
"highlight_languages": [
"yaml",
@ -16,6 +17,7 @@
"output_files": [
"markdown-it.min.js",
"markdown-it-front-matter.min.js",
"highlight.min.js"
"highlight.min.js",
"dompurify.min.js"
]
}

File diff suppressed because one or more lines are too long