diff --git a/bun.lockb b/bun.lockb index 85b59b9..49897b4 100644 Binary files a/bun.lockb and b/bun.lockb differ diff --git a/package.json b/package.json index d28ed4b..bf35f37 100644 --- a/package.json +++ b/package.json @@ -52,31 +52,31 @@ ] }, "dependencies": { - "@hono/node-server": "^1.11.3", + "@hono/node-server": "^1.11.5", "@upstash/ratelimit": "^1.2.1", - "@upstash/redis": "^1.31.5", + "@upstash/redis": "^1.31.6", "bun-vercel": "^1.0.0-alpha.5", "crypto-js": "^4.2.0", "entities": "^4.5.0", - "hono": "^4.4.6" + "hono": "^4.4.10" }, "devDependencies": { - "@cloudflare/workers-types": "^4.20240614.0", + "@cloudflare/workers-types": "^4.20240620.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.15.0", + "@typescript-eslint/parser": "^7.15.0", + "bun-types": "^1.1.17", "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.0", + "typescript": "^5.5.3", + "vercel": "^34.2.8", + "wrangler": "^3.62.0" } }