diff --git a/apps/sim/package.json b/apps/sim/package.json index a99174b285e..93cefcc6de7 100644 --- a/apps/sim/package.json +++ b/apps/sim/package.json @@ -110,7 +110,7 @@ "@tanstack/react-virtual": "3.13.24", "@trigger.dev/sdk": "4.4.3", "ajv": "8.18.0", - "better-auth": "1.3.12", + "better-auth": "1.6.2", "better-auth-harmony": "1.3.1", "binary-extensions": "3.1.0", "browser-image-compression": "^2.0.2", diff --git a/package.json b/package.json index d587cebb54a..1b95ca0f8dd 100644 --- a/package.json +++ b/package.json @@ -64,7 +64,7 @@ "husky": "9.1.7", "json-schema-to-typescript": "15.0.4", "lint-staged": "16.0.0", - "turbo": "2.9.12", + "turbo": "2.9.14", "yaml": "^2.8.1" }, "lint-staged": { diff --git a/packages/auth/package.json b/packages/auth/package.json index b44406abdfc..aa9ea54cb6f 100644 --- a/packages/auth/package.json +++ b/packages/auth/package.json @@ -24,7 +24,7 @@ }, "dependencies": { "@sim/db": "workspace:*", - "better-auth": "1.3.12" + "better-auth": "1.6.2" }, "devDependencies": { "@sim/tsconfig": "workspace:*",