FIX: Removed fs as a dep which caused build to fail

This commit is contained in:
Hayden Hargreaves 2025-02-24 11:45:44 -07:00
parent 0e5ca9d844
commit 178c07f666
2 changed files with 0 additions and 1 deletions

BIN
bun.lockb

Binary file not shown.

View File

@ -38,7 +38,6 @@
"dependencies": { "dependencies": {
"@types/node": "^22.13.5", "@types/node": "^22.13.5",
"dompurify": "^3.2.4", "dompurify": "^3.2.4",
"fs": "^0.0.1-security",
"highlight.js": "^11.11.1", "highlight.js": "^11.11.1",
"marked": "^15.0.7", "marked": "^15.0.7",
"marked-highlight": "^2.2.1", "marked-highlight": "^2.2.1",