sanitize htlm

This commit is contained in:
2023-01-05 22:41:28 +02:00
parent 31ff61e1ae
commit a95b761ce4
3 changed files with 82 additions and 1 deletions

View File

@@ -14,6 +14,7 @@
"@iconify-json/simple-icons": "^1.1.40",
"@sveltejs/adapter-node": "1.0.0",
"@sveltejs/kit": "1.0.1",
"@types/sanitize-html": "^2.8.0",
"axios": "^1.2.2",
"consola": "^2.15.3",
"dayjs": "^1.11.7",
@@ -21,6 +22,7 @@
"mdsvex": "^0.10.6",
"prettier": "^2.8.1",
"prettier-plugin-svelte": "^2.9.0",
"sanitize-html": "^2.8.1",
"svelte": "^3.55.0",
"svelte-check": "^3.0.1",
"svelte-dark-mode": "^2.1.0",