diff --git a/bun.lockb b/bun.lockb index 6c833b1..a1a6f2d 100755 Binary files a/bun.lockb and b/bun.lockb differ diff --git a/client/package.json b/client/package.json index 2d55614..4a61782 100644 --- a/client/package.json +++ b/client/package.json @@ -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" } } diff --git a/federation/package.json b/federation/package.json index f988c6d..1289b42 100644 --- a/federation/package.json +++ b/federation/package.json @@ -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", diff --git a/package.json b/package.json index 82f9d58..b5dcc6a 100644 --- a/package.json +++ b/package.json @@ -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" } }