chore: upgrade project dependencies

This commit is contained in:
Dream Hunter
2026-05-10 00:55:16 +08:00
committed by GitHub
parent a9e2c89246
commit dd294037ab
7 changed files with 1252 additions and 1280 deletions

View File

@@ -11,23 +11,23 @@
"build": "wrangler deploy --dry-run --outdir dist --minify"
},
"devDependencies": {
"@cloudflare/workers-types": "^4.20260429.1",
"@cloudflare/workers-types": "^4.20260509.1",
"@eslint/js": "9.39.1",
"@types/node": "^25.6.0",
"@types/node": "^25.6.2",
"eslint": "9.39.1",
"globals": "^16.5.0",
"typescript-eslint": "^8.59.1",
"wrangler": "^4.86.0"
"typescript-eslint": "^8.59.2",
"wrangler": "^4.90.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.15",
"hono": "^4.12.18",
"jsonpath-plus": "^10.4.0",
"mimetext": "^3.0.28",
"postal-mime": "^2.7.4",
"resend": "^6.12.2",
"resend": "^6.12.3",
"telegraf": "4.16.3",
"worker-mailer": "^1.2.1"
},