diff --git a/bun.lockb b/bun.lockb index a3722ca..83af195 100755 Binary files a/bun.lockb and b/bun.lockb differ diff --git a/package.json b/package.json index d99c81b..3d87fa8 100644 --- a/package.json +++ b/package.json @@ -7,13 +7,13 @@ "dev": "bun run --hot src/index.ts" }, "dependencies": { - "@elysiajs/cors": "0.7.1", + "@elysiajs/cors": "0.7.2", "@elysiajs/swagger": "0.7.4", "cheerio": "1.0.0-rc.12", - "elysia": "0.7.24", - "elysia-rate-limit": "1.2.0" + "elysia": "0.7.29", + "elysia-rate-limit": "1.3.0" }, "devDependencies": { - "bun-types": "1.0.7" + "bun-types": "1.0.14" } }