diff --git a/package.json b/package.json index fdb1585..abda9a9 100644 --- a/package.json +++ b/package.json @@ -7,12 +7,12 @@ "start": "tsx src/server.ts" }, "devDependencies": { - "bun-types": "^1.0.22", "tsx": "^4.7.0", - "typescript": "^5.3.3" + "typescript": "^5.3.3", + "@types/bun": "^1.0.4" }, "dependencies": { - "@fastify/cors": "^8.5.0", + "@fastify/cors": "^9.0.0", "@fastify/type-provider-typebox": "^4.0.0", "@sinclair/typebox": "^0.32.9", "fastify": "^4.25.2",