diff --git a/bun.lockb b/bun.lockb index 85b59b9..32dc48d 100644 Binary files a/bun.lockb and b/bun.lockb differ diff --git a/package.json b/package.json index d28ed4b..6c89378 100644 --- a/package.json +++ b/package.json @@ -52,31 +52,31 @@ ] }, "dependencies": { - "@hono/node-server": "^1.11.3", + "@hono/node-server": "^1.12.0", "@upstash/ratelimit": "^1.2.1", - "@upstash/redis": "^1.31.5", + "@upstash/redis": "^1.32.0", "bun-vercel": "^1.0.0-alpha.5", "crypto-js": "^4.2.0", "entities": "^4.5.0", - "hono": "^4.4.6" + "hono": "^4.4.13" }, "devDependencies": { - "@cloudflare/workers-types": "^4.20240614.0", + "@cloudflare/workers-types": "^4.20240701.0", "@commitlint/cli": "^18.6.1", "@commitlint/config-conventional": "^18.6.3", "@total-typescript/ts-reset": "^0.5.1", "@types/crypto-js": "^4.2.2", - "@typescript-eslint/eslint-plugin": "^7.13.0", - "@typescript-eslint/parser": "^7.13.0", - "bun-types": "^1.1.13", + "@typescript-eslint/eslint-plugin": "^7.16.0", + "@typescript-eslint/parser": "^7.16.0", + "bun-types": "^1.1.18", "eslint": "^8.57.0", "eslint-config-prettier": "^9.1.0", "husky": "^9.0.11", "lint-staged": "^15.2.7", "prettier": "^3.3.2", - "tsx": "^4.15.5", - "typescript": "^5.4.5", - "vercel": "^34.2.7", - "wrangler": "^3.60.3" + "tsx": "^4.16.2", + "typescript": "^5.5.3", + "vercel": "^34.3.1", + "wrangler": "^3.64.0" } }