fix: sanitize html

This commit is contained in:
Cory Dransfeldt 2024-04-10 07:19:09 -07:00
parent 1ed24c317c
commit 003e94661b
No known key found for this signature in database
3 changed files with 287 additions and 102 deletions

View file

@ -1,6 +1,6 @@
{
"name": "coryd.dev",
"version": "9.10.0",
"version": "9.10.4",
"description": "The source for my personal site. Built using 11ty.",
"type": "module",
"scripts": {
@ -49,6 +49,7 @@
"markdown-it": "^14.0.0",
"markdown-it-anchor": "^8.4.1",
"markdown-it-footnote": "^4.0.0",
"sanitize-html": "^2.13.0",
"slugify": "^1.6.6",
"terser": "^5.30.1",
"writing-stats": "^1.0.6"