diff --git a/apps/api/package.json b/apps/api/package.json index 9af45a747..0b651ee7d 100644 --- a/apps/api/package.json +++ b/apps/api/package.json @@ -39,7 +39,7 @@ "evlog": "catalog:", "keypal": "0.2.0", "lru-cache": "^11.2.7", - "resend": "^4.0.1", + "resend": "^6.25.0", "svix": "^1.84.1", "zod": "catalog:" }, diff --git a/packages/auth/package.json b/packages/auth/package.json index c6dca4997..06c58c2b7 100644 --- a/packages/auth/package.json +++ b/packages/auth/package.json @@ -27,6 +27,6 @@ "better-auth": "^1.4.10", "drizzle-kit": "^1.0.0-rc.1", "evlog": "catalog:", - "resend": "^4.8.0" + "resend": "^6.25.0" } } diff --git a/packages/notifications/package.json b/packages/notifications/package.json index c325b7c91..ee04fd5f2 100644 --- a/packages/notifications/package.json +++ b/packages/notifications/package.json @@ -19,7 +19,7 @@ }, "dependencies": { "@databuddy/shared": "workspace:*", - "resend": "^4.0.1" + "resend": "^6.25.0" }, "devDependencies": { "@types/node": "^26.0.0",