diff --git a/bun.lockb b/bun.lockb index 85b59b9..1e23b4c 100644 Binary files a/bun.lockb and b/bun.lockb differ diff --git a/package.json b/package.json index d28ed4b..35585cf 100644 --- a/package.json +++ b/package.json @@ -52,31 +52,31 @@ ] }, "dependencies": { - "@hono/node-server": "^1.11.3", + "@hono/node-server": "^1.13.0", "@upstash/ratelimit": "^1.2.1", - "@upstash/redis": "^1.31.5", + "@upstash/redis": "^1.34.0", "bun-vercel": "^1.0.0-alpha.5", "crypto-js": "^4.2.0", "entities": "^4.5.0", - "hono": "^4.4.6" + "hono": "^4.6.2" }, "devDependencies": { - "@cloudflare/workers-types": "^4.20240614.0", + "@cloudflare/workers-types": "^4.20240909.0", "@commitlint/cli": "^18.6.1", "@commitlint/config-conventional": "^18.6.3", - "@total-typescript/ts-reset": "^0.5.1", + "@total-typescript/ts-reset": "^0.6.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", - "eslint": "^8.57.0", + "@typescript-eslint/eslint-plugin": "^7.18.0", + "@typescript-eslint/parser": "^7.18.0", + "bun-types": "^1.1.28", + "eslint": "^8.57.1", "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" + "husky": "^9.1.6", + "lint-staged": "^15.2.10", + "prettier": "^3.3.3", + "tsx": "^4.19.1", + "typescript": "^5.6.2", + "vercel": "^34.4.0", + "wrangler": "^3.78.5" } }