diff --git a/bun.lockb b/bun.lockb index 8f21078..3d4ddea 100644 Binary files a/bun.lockb and b/bun.lockb differ diff --git a/package.json b/package.json index 7a4469a..b02db81 100644 --- a/package.json +++ b/package.json @@ -52,31 +52,31 @@ ] }, "dependencies": { - "@hono/node-server": "^1.13.2", - "@upstash/ratelimit": "^2.0.3", + "@hono/node-server": "^1.13.3", + "@upstash/ratelimit": "^2.0.4", "@upstash/redis": "^1.34.3", "bun-vercel": "^1.0.0-alpha.5", "crypto-js": "^4.2.0", "entities": "^5.0.0", - "hono": "^4.6.5" + "hono": "^4.6.8" }, "devDependencies": { - "@cloudflare/workers-types": "^4.20241018.0", + "@cloudflare/workers-types": "^4.20241022.0", "@commitlint/cli": "^18.6.1", "@commitlint/config-conventional": "^18.6.3", "@total-typescript/ts-reset": "^0.6.1", "@types/crypto-js": "^4.2.2", - "@typescript-eslint/eslint-plugin": "^8.10.0", - "@typescript-eslint/parser": "^8.10.0", - "bun-types": "^1.1.31", + "@typescript-eslint/eslint-plugin": "^8.12.2", + "@typescript-eslint/parser": "^8.12.2", + "bun-types": "^1.1.33", "eslint": "^8.57.1", "eslint-config-prettier": "^9.1.0", "husky": "^9.1.6", "lint-staged": "^15.2.10", "prettier": "^3.3.3", - "tsx": "^4.19.1", + "tsx": "^4.19.2", "typescript": "^5.6.3", - "vercel": "^37.11.0", - "wrangler": "^3.81.0" + "vercel": "^37.12.1", + "wrangler": "^3.83.0" } }