chore: update packages

Also:

- Remove Discord link and replace with email contact
- Fix none face paint type in submit form being transparent
- Update dockerfile
This commit is contained in:
trafficlunar 2026-08-01 16:18:21 +01:00
parent c2c1136c58
commit 211774e309
17 changed files with 1273 additions and 1148 deletions

View file

@ -8,7 +8,7 @@
"fzstd": "^0.1.1",
"sharp": "^0.34.5",
"sjcl-with-all": "1.0.8",
"zod": "^4.3.6"
"zod": "^4.4.3"
},
"exports": {
".": "./src/index.ts",
@ -17,7 +17,7 @@
},
"types": "./src/index.ts",
"devDependencies": {
"@types/node": "^25.6.0",
"@types/node": "^26.1.2",
"@types/sjcl": "^1.0.34"
}
}