diff --git a/bun.lockb b/bun.lockb index 0deed64d..7324f8ca 100755 Binary files a/bun.lockb and b/bun.lockb differ diff --git a/package.json b/package.json index 11678697..70fd79a6 100644 --- a/package.json +++ b/package.json @@ -54,9 +54,11 @@ "sveltekit-api-fetch": "^3.2.0", "sveltekit-superforms": "^1.6.0", "tailwindcss": "^3.3.3", - "typescript": "^5.1.6", "vite": "^4.4.9", "zod": "^3.22.2" }, + "trustedDependencies": [ + "sharp" + ], "type": "module" }