chore: update dependencies

This commit is contained in:
Amruth Pillai
2026-08-09 12:17:09 +02:00
parent 36232b631d
commit 88a19619da
16 changed files with 2265 additions and 2114 deletions
+6 -6
View File
@@ -15,19 +15,19 @@
"test:agent": "vitest run --reporter=agent --reporter=json --outputFile.json=reports/vitest-results.json --passWithNoTests"
},
"dependencies": {
"@better-auth/api-key": "^1.6.25",
"@better-auth/drizzle-adapter": "^1.6.25",
"@better-auth/api-key": "^1.6.26",
"@better-auth/drizzle-adapter": "^1.6.26",
"@better-auth/infra": "^0.3.7",
"@better-auth/oauth-provider": "^1.6.25",
"@better-auth/passkey": "^1.6.25",
"@better-auth/oauth-provider": "^1.6.26",
"@better-auth/passkey": "^1.6.26",
"@reactive-resume/db": "workspace:*",
"@reactive-resume/email": "workspace:*",
"@reactive-resume/env": "workspace:*",
"@reactive-resume/utils": "workspace:*",
"bcrypt": "^6.0.0",
"better-auth": "1.6.25",
"better-auth": "1.6.26",
"drizzle-orm": "1.0.0-rc.4",
"jose": "^6.2.5",
"jose": "^6.2.8",
"react": "^19.2.8"
},
"devDependencies": {