chore: ⬆️ Upgrade dependencies

This commit is contained in:
Jesse Wierzbinski 2025-04-16 17:03:28 +02:00
parent ffa0c209b6
commit 98616ceefb
No known key found for this signature in database
6 changed files with 423 additions and 392 deletions

View file

@ -63,7 +63,7 @@
],
"packageManager": "bun@1.2.5",
"dependencies": {
"@badgateway/oauth2-client": "^2.4.2",
"@badgateway/oauth2-client": "^3.0.0",
"iso-639-1": "^3.1.5",
"zod": "^3.24.2",
"zod-openapi": "^4.2.4"

View file

@ -32,12 +32,12 @@
},
"private": true,
"dependencies": {
"drizzle-orm": "^0.41.0",
"hono": "^4.7.6",
"drizzle-orm": "^0.42.0",
"hono": "^4.7.7",
"mitt": "^3.0.1",
"zod": "^3.23.8",
"zod-to-json-schema": "^3.23.3",
"zod-validation-error": "^3.3.0"
"zod": "^3.24.2",
"zod-to-json-schema": "^3.24.5",
"zod-validation-error": "^3.4.0"
},
"exports": {
".": {