chore: sanitize filename

This commit is contained in:
Emrik Östling
2025-03-04 09:23:06 +01:00
parent a8ed60d48f
commit c1b75a13fd
3 changed files with 15 additions and 2 deletions

View File

@@ -17,7 +17,8 @@
"@elysiajs/jwt": "^1.2.0",
"@elysiajs/static": "^1.2.0",
"@kitajs/html": "^4.2.7",
"elysia": "^1.2.12"
"elysia": "^1.2.12",
"sanitize-filename": "^1.6.3"
},
"module": "src/index.tsx",
"type": "module",