feat: upgrade dependencies (#527)

This commit is contained in:
Dream Hunter
2024-12-23 21:10:45 +08:00
committed by GitHub
parent b0bf7a5f13
commit 4a881e2d2b
9 changed files with 1852 additions and 1837 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "cloudflare_temp_email",
"version": "0.8.2",
"version": "0.8.3",
"private": true,
"type": "module",
"scripts": {
@@ -11,19 +11,19 @@
"build": "wrangler deploy --dry-run --outdir dist --minify"
},
"devDependencies": {
"@cloudflare/workers-types": "^4.20241202.0",
"@cloudflare/workers-types": "^4.20241218.0",
"@eslint/js": "8.56.0",
"@simplewebauthn/types": "^10.0.0",
"eslint": "8.56.0",
"globals": "^15.13.0",
"globals": "^15.14.0",
"typescript-eslint": "^7.18.0",
"wrangler": "^3.91.0"
"wrangler": "^3.99.0"
},
"dependencies": {
"@aws-sdk/client-s3": "^3.703.0",
"@aws-sdk/s3-request-presigner": "^3.703.0",
"@aws-sdk/client-s3": "^3.717.0",
"@aws-sdk/s3-request-presigner": "^3.717.0",
"@simplewebauthn/server": "^10.0.1",
"hono": "^4.6.12",
"hono": "^4.6.14",
"mimetext": "^3.0.24",
"postal-mime": "^2.3.2",
"resend": "^3.5.0",

1412
worker/pnpm-lock.yaml generated

File diff suppressed because it is too large Load Diff

View File

@@ -1,5 +1,5 @@
export const CONSTANTS = {
VERSION: 'v0.8.2',
VERSION: 'v0.8.3',
// DB settings
ADDRESS_BLOCK_LIST_KEY: 'address_block_list',