feat: update dependencies (#536)

This commit is contained in:
Dream Hunter
2024-12-28 00:32:07 +08:00
committed by GitHub
parent 7bec0daba4
commit 43e5bdc764
10 changed files with 871 additions and 913 deletions

View File

@@ -11,12 +11,12 @@
"build": "wrangler deploy --dry-run --outdir dist --minify"
},
"devDependencies": {
"@cloudflare/workers-types": "^4.20241218.0",
"@eslint/js": "8.56.0",
"@cloudflare/workers-types": "^4.20241224.0",
"@eslint/js": "9.17.0",
"@simplewebauthn/types": "^10.0.0",
"eslint": "8.56.0",
"eslint": "9.17.0",
"globals": "^15.14.0",
"typescript-eslint": "^7.18.0",
"typescript-eslint": "^8.18.2",
"wrangler": "^3.99.0"
},
"dependencies": {
@@ -26,7 +26,7 @@
"hono": "^4.6.14",
"mimetext": "^3.0.24",
"postal-mime": "^2.3.2",
"resend": "^3.5.0",
"resend": "^4.0.1",
"telegraf": "4.16.3"
},
"pnpm": {

783
worker/pnpm-lock.yaml generated

File diff suppressed because it is too large Load Diff

View File

@@ -275,6 +275,7 @@ export const commonParseMail = async (raw_mail: string | undefined | null): Prom
// sender: parsedEmail.sender || "",
// subject: parsedEmail.subject || "",
// text: parsedEmail.text || "",
// headers: parsedEmail.headers || [],
// html: parsedEmail.body_html || "",
// };
// } catch (e) {