fix(cloudflare): upgrade audited worker toolchain

This commit is contained in:
2026-07-09 22:56:58 -04:00
parent 3b528ab5c9
commit 62ee35a164
3 changed files with 161 additions and 160 deletions
+2 -2
View File
@@ -10,10 +10,10 @@
"test": "tsc -p tsconfig.test.json --outDir dist && node --test dist/tests/*.test.js"
},
"devDependencies": {
"@cloudflare/workers-types": "4.20260508.1",
"@cloudflare/workers-types": "5.20260710.1",
"@types/node": "24.12.3",
"typescript": "6.0.3",
"wrangler": "4.90.0"
"wrangler": "4.110.0"
},
"dependencies": {
"better-auth": "1.6.23"