chore: upgrade dependencies (#990)

Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
Dream Hunter
2026-04-20 13:53:56 +08:00
committed by GitHub
parent ebeb94ed23
commit fa19dbbe02
7 changed files with 941 additions and 925 deletions

View File

@@ -11,23 +11,23 @@
"build": "wrangler deploy --dry-run --outdir dist --minify"
},
"devDependencies": {
"@cloudflare/workers-types": "^4.20260414.1",
"@cloudflare/workers-types": "^4.20260420.1",
"@eslint/js": "9.39.1",
"@types/node": "^25.6.0",
"eslint": "9.39.1",
"globals": "^16.5.0",
"typescript-eslint": "^8.58.2",
"wrangler": "^4.82.2"
"wrangler": "^4.83.0"
},
"dependencies": {
"@aws-sdk/client-s3": "3.888.0",
"@aws-sdk/s3-request-presigner": "3.888.0",
"@simplewebauthn/server": "13.2.3",
"hono": "^4.12.12",
"hono": "^4.12.14",
"jsonpath-plus": "^10.4.0",
"mimetext": "^3.0.28",
"postal-mime": "^2.7.4",
"resend": "^6.11.0",
"resend": "^6.12.0",
"telegraf": "4.16.3",
"worker-mailer": "^1.2.1"
},