chore: ⬆️ Upgrade dependencies

This commit is contained in:
Jesse Wierzbinski 2024-09-16 15:47:11 +02:00
parent 173d6c6a35
commit 8067f73751
No known key found for this signature in database
3 changed files with 2 additions and 2 deletions

BIN
bun.lockb

Binary file not shown.

View file

@ -57,7 +57,7 @@
"keywords": ["versia", "mastodon", "api", "typescript", "rest"], "keywords": ["versia", "mastodon", "api", "typescript", "rest"],
"packageManager": "bun@1.1.8", "packageManager": "bun@1.1.8",
"dependencies": { "dependencies": {
"@badgateway/oauth2-client": "^2.4.1", "@badgateway/oauth2-client": "^2.4.2",
"zod": "^3.23.8" "zod": "^3.23.8"
} }
} }

View file

@ -72,7 +72,7 @@
"magic-regexp": "^0.8.0", "magic-regexp": "^0.8.0",
"mime-types": "^2.1.35", "mime-types": "^2.1.35",
"zod": "^3.23.8", "zod": "^3.23.8",
"zod-validation-error": "^3.3.1" "zod-validation-error": "^3.4.0"
}, },
"devDependencies": { "devDependencies": {
"@types/mime-types": "^2.1.4", "@types/mime-types": "^2.1.4",