chore: ⬆️ Upgrade dependencies

This commit is contained in:
Jesse Wierzbinski 2025-05-01 16:27:34 +02:00
parent 441c7714d9
commit 4a4f72fd66
No known key found for this signature in database
92 changed files with 1056 additions and 1730 deletions

View file

@ -73,7 +73,7 @@
],
"packageManager": "bun@1.2.5",
"dependencies": {
"magic-regexp": "^0.9.0",
"magic-regexp": "^0.10.0",
"mime-types": "^3.0.1",
"zod": "^3.24.2"
}

View file

@ -11,7 +11,7 @@ export const ExtensionPropertySchema = z
.catchall(z.any());
export const EntitySchema = z.strictObject({
// biome-ignore lint/style/useNamingConvention:
// biome-ignore lint/style/useNamingConvention: required for JSON schema
$schema: z.string().url().nullish(),
id: z.string().max(512),
created_at: z