diff --git a/bun.lockb b/bun.lockb index 58af25a..8055bc4 100755 Binary files a/bun.lockb and b/bun.lockb differ diff --git a/client/package.json b/client/package.json index d7d1f6a..f7b525a 100644 --- a/client/package.json +++ b/client/package.json @@ -57,7 +57,7 @@ "keywords": ["versia", "mastodon", "api", "typescript", "rest"], "packageManager": "bun@1.1.8", "dependencies": { - "@badgateway/oauth2-client": "^2.4.1", + "@badgateway/oauth2-client": "^2.4.2", "zod": "^3.23.8" } } diff --git a/federation/package.json b/federation/package.json index 0e79110..e8ad729 100644 --- a/federation/package.json +++ b/federation/package.json @@ -72,7 +72,7 @@ "magic-regexp": "^0.8.0", "mime-types": "^2.1.35", "zod": "^3.23.8", - "zod-validation-error": "^3.3.1" + "zod-validation-error": "^3.4.0" }, "devDependencies": { "@types/mime-types": "^2.1.4",