mirror of
https://github.com/versia-pub/api.git
synced 2025-12-06 08:28:19 +01:00
chore: ⬆️ Upgrade dependencies
This commit is contained in:
parent
f26b68c76d
commit
c09505513e
|
|
@ -57,6 +57,6 @@
|
|||
"keywords": ["versia", "mastodon", "api", "typescript", "rest"],
|
||||
"packageManager": "bun@1.1.8",
|
||||
"dependencies": {
|
||||
"@badgateway/oauth2-client": "^2.3.0"
|
||||
"@badgateway/oauth2-client": "^2.4.1"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -67,7 +67,7 @@
|
|||
"magic-regexp": "^0.8.0",
|
||||
"mime-types": "^2.1.35",
|
||||
"zod": "^3.23.8",
|
||||
"zod-validation-error": "^3.3.0"
|
||||
"zod-validation-error": "^3.3.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/mime-types": "^2.1.4",
|
||||
|
|
|
|||
|
|
@ -9,13 +9,13 @@
|
|||
},
|
||||
"devDependencies": {
|
||||
"@biomejs/biome": "^1.8.3",
|
||||
"@types/bun": "^1.1.7",
|
||||
"@types/bun": "^1.1.8",
|
||||
"@types/node": "^22.5.0",
|
||||
"bun-plugin-dts": "^0.2.3"
|
||||
},
|
||||
"trustedDependencies": ["@biomejs/biome"],
|
||||
"dependencies": {
|
||||
"chalk": "^5.3.0",
|
||||
"ora": "^8.0.1"
|
||||
"ora": "^8.1.0"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue