chore: ⬆️ Upgrade dependencies

This commit is contained in:
Jesse Wierzbinski 2024-08-27 02:37:50 +02:00
parent f26b68c76d
commit c09505513e
No known key found for this signature in database
4 changed files with 4 additions and 4 deletions

BIN
bun.lockb

Binary file not shown.

View file

@ -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"
}
}

View file

@ -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",

View file

@ -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"
}
}