Skip to content

Commit 0e53bd7

Browse files
chore(deps): bump the npm_and_yarn group across 2 directories with 2 updates
Bumps the npm_and_yarn group with 2 updates in the / directory: [better-auth](https://github.com/better-auth/better-auth/tree/HEAD/packages/better-auth) and [esbuild](https://github.com/evanw/esbuild). Bumps the npm_and_yarn group with 1 update in the /apps/api directory: [esbuild](https://github.com/evanw/esbuild). 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 `esbuild` from 0.27.7 to 0.28.1 - [Release notes](https://github.com/evanw/esbuild/releases) - [Changelog](https://github.com/evanw/esbuild/blob/main/CHANGELOG.md) - [Commits](evanw/esbuild@v0.27.7...v0.28.1) Updates `esbuild` from 0.27.7 to 0.28.1 - [Release notes](https://github.com/evanw/esbuild/releases) - [Changelog](https://github.com/evanw/esbuild/blob/main/CHANGELOG.md) - [Commits](evanw/esbuild@v0.27.7...v0.28.1) --- updated-dependencies: - dependency-name: better-auth dependency-version: 1.6.11 dependency-type: direct:production dependency-group: npm_and_yarn - dependency-name: esbuild dependency-version: 0.28.1 dependency-type: direct:production dependency-group: npm_and_yarn - dependency-name: esbuild dependency-version: 0.28.1 dependency-type: direct:production dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 4c52619 commit 0e53bd7

6 files changed

Lines changed: 6 additions & 6 deletions

File tree

apps/api/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@
9696
"class-transformer": "^0.5.1",
9797
"class-validator": "^0.14.2",
9898
"dotenv": "^17.2.3",
99-
"esbuild": "^0.27.1",
99+
"esbuild": "^0.28.1",
100100
"exceljs": "^4.4.0",
101101
"express": "^4.21.2",
102102
"helmet": "^8.1.0",

apps/app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@
8989
"ai": "^6.0.175",
9090
"ai-elements": "^1.6.1",
9191
"axios": "^1.9.0",
92-
"better-auth": "^1.4.22",
92+
"better-auth": "^1.6.11",
9393
"botid": "^1.5.5",
9494
"canvas-confetti": "^1.9.3",
9595
"class-variance-authority": "^0.7.1",

apps/framework-editor/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"@trycompai/company": "workspace:*",
1414
"@trycompai/db": "workspace:*",
1515
"@trycompai/ui": "workspace:*",
16-
"better-auth": "^1.4.22",
16+
"better-auth": "^1.6.11",
1717
"framer-motion": "^12.23.9",
1818
"lucide-react": "^1.7.0",
1919
"next": "^16.2.0",

apps/portal/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"@types/jszip": "^3.4.1",
2323
"@upstash/ratelimit": "^2.0.5",
2424
"archiver": "^7.0.1",
25-
"better-auth": "^1.4.22",
25+
"better-auth": "^1.6.11",
2626
"class-variance-authority": "^0.7.1",
2727
"geist": "^1.3.1",
2828
"jspdf": "^4.2.0",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@
9696
"@types/cheerio": "^1.0.0",
9797
"@types/react-syntax-highlighter": "^15.5.13",
9898
"@upstash/vector": "^1.2.3",
99-
"better-auth": "1.4.22",
99+
"better-auth": "1.6.11",
100100
"cheerio": "^1.2.0",
101101
"react-syntax-highlighter": "^15.6.6",
102102
"unpdf": "^1.6.0",

packages/auth/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"typecheck": "tsc --noEmit"
2424
},
2525
"dependencies": {
26-
"better-auth": "^1.4.22"
26+
"better-auth": "^1.6.11"
2727
},
2828
"devDependencies": {
2929
"@trycompai/tsconfig": "workspace:*",

0 commit comments

Comments
 (0)