From 9ca1fba8450b5ecaee9895185922ee7371bb70d2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 20 Jun 2026 04:20:34 +0000 Subject: [PATCH] chore(deps): bump the npm_and_yarn group across 2 directories with 2 updates Bumps the npm_and_yarn group with 1 update in the / directory: [better-auth](https://github.com/better-auth/better-auth/tree/HEAD/packages/better-auth). Bumps the npm_and_yarn group with 1 update in the /apps/mcp-server directory: [hono](https://github.com/honojs/hono). Updates `better-auth` from 1.4.22 to 1.6.11 - [Release notes](https://github.com/better-auth/better-auth/releases) - [Changelog](https://github.com/better-auth/better-auth/blob/main/packages/better-auth/CHANGELOG.md) - [Commits](https://github.com/better-auth/better-auth/commits/better-auth@1.6.11/packages/better-auth) Updates `hono` from 4.12.23 to 4.12.26 - [Release notes](https://github.com/honojs/hono/releases) - [Commits](https://github.com/honojs/hono/compare/v4.12.23...v4.12.26) --- updated-dependencies: - dependency-name: better-auth dependency-version: 1.6.11 dependency-type: direct:production dependency-group: npm_and_yarn - dependency-name: hono dependency-version: 4.12.26 dependency-type: indirect dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] --- apps/api/package.json | 2 +- apps/app/package.json | 2 +- apps/framework-editor/package.json | 2 +- apps/mcp-server/package-lock.json | 6 +++--- apps/portal/package.json | 2 +- package.json | 2 +- packages/auth/package.json | 2 +- 7 files changed, 9 insertions(+), 9 deletions(-) diff --git a/apps/api/package.json b/apps/api/package.json index 22808299a6..6c51a5385e 100644 --- a/apps/api/package.json +++ b/apps/api/package.json @@ -92,7 +92,7 @@ "ai": "^6.0.175", "archiver": "^7.0.1", "axios": "^1.12.2", - "better-auth": "^1.4.22", + "better-auth": "^1.6.11", "class-transformer": "^0.5.1", "class-validator": "^0.14.2", "docx": "^9.7.1", diff --git a/apps/app/package.json b/apps/app/package.json index 3103e15404..71aef05527 100644 --- a/apps/app/package.json +++ b/apps/app/package.json @@ -89,7 +89,7 @@ "ai": "^6.0.175", "ai-elements": "^1.6.1", "axios": "^1.9.0", - "better-auth": "^1.4.22", + "better-auth": "^1.6.11", "botid": "^1.5.5", "canvas-confetti": "^1.9.3", "class-variance-authority": "^0.7.1", diff --git a/apps/framework-editor/package.json b/apps/framework-editor/package.json index 46c6a7754e..fffb390461 100644 --- a/apps/framework-editor/package.json +++ b/apps/framework-editor/package.json @@ -13,7 +13,7 @@ "@trycompai/company": "workspace:*", "@trycompai/db": "workspace:*", "@trycompai/ui": "workspace:*", - "better-auth": "^1.4.22", + "better-auth": "^1.6.11", "framer-motion": "^12.23.9", "lucide-react": "^1.7.0", "next": "^16.2.0", diff --git a/apps/mcp-server/package-lock.json b/apps/mcp-server/package-lock.json index d58a4472d5..1e2311dfa8 100644 --- a/apps/mcp-server/package-lock.json +++ b/apps/mcp-server/package-lock.json @@ -2396,9 +2396,9 @@ } }, "node_modules/hono": { - "version": "4.12.23", - "resolved": "https://registry.npmjs.org/hono/-/hono-4.12.23.tgz", - "integrity": "sha512-eIaZ9qDgu7XV0pxOCrg7/WhnQ6Ivm22UcxhXx/A3dcbqbbYgBEkc6e/J/s7j2tS96zoB0S9VBdLwQNCWwUo4LA==", + "version": "4.12.26", + "resolved": "https://registry.npmjs.org/hono/-/hono-4.12.26.tgz", + "integrity": "sha512-uyZtpnYxM9CmQ7QsQknM4zN8EftNqhON1qYeIKM0Se67CCEe2c44xyGURwB0axX2fBDu1dqHrHAc1hmNT8ITkw==", "license": "MIT", "engines": { "node": ">=16.9.0" diff --git a/apps/portal/package.json b/apps/portal/package.json index 972093953b..433b94105f 100644 --- a/apps/portal/package.json +++ b/apps/portal/package.json @@ -22,7 +22,7 @@ "@types/jszip": "^3.4.1", "@upstash/ratelimit": "^2.0.5", "archiver": "^7.0.1", - "better-auth": "^1.4.22", + "better-auth": "^1.6.11", "class-variance-authority": "^0.7.1", "geist": "^1.3.1", "jspdf": "^4.2.0", diff --git a/package.json b/package.json index 7ca0e64a78..95cb484200 100644 --- a/package.json +++ b/package.json @@ -96,7 +96,7 @@ "@types/cheerio": "^1.0.0", "@types/react-syntax-highlighter": "^15.5.13", "@upstash/vector": "^1.2.3", - "better-auth": "1.4.22", + "better-auth": "1.6.11", "cheerio": "^1.2.0", "react-syntax-highlighter": "^15.6.6", "unpdf": "^1.6.0", diff --git a/packages/auth/package.json b/packages/auth/package.json index f561f7c08b..0eb633b693 100644 --- a/packages/auth/package.json +++ b/packages/auth/package.json @@ -23,7 +23,7 @@ "typecheck": "tsc --noEmit" }, "dependencies": { - "better-auth": "^1.4.22" + "better-auth": "^1.6.11" }, "devDependencies": { "@trycompai/tsconfig": "workspace:*",