|
1 | 1 | { |
2 | 2 | "name": "@athenna/http", |
3 | | - "version": "5.8.0", |
| 3 | + "version": "5.9.0", |
4 | 4 | "description": "The Athenna Http server. Built on top of fastify.", |
5 | 5 | "license": "MIT", |
6 | 6 | "author": "João Lenon <lenon@athenna.io>", |
|
75 | 75 | }, |
76 | 76 | "devDependencies": { |
77 | 77 | "@athenna/artisan": "^5.3.0", |
78 | | - "@athenna/common": "^5.3.0", |
| 78 | + "@athenna/common": "^5.4.0", |
79 | 79 | "@athenna/config": "^5.1.0", |
80 | 80 | "@athenna/ioc": "^5.0.0", |
81 | 81 | "@athenna/logger": "^5.1.0", |
82 | 82 | "@athenna/test": "^5.2.0", |
83 | 83 | "@athenna/tsconfig": "^5.0.0", |
84 | 84 | "@athenna/view": "^5.1.0", |
85 | | - "@fastify/cors": "^8.5.0", |
86 | | - "@fastify/helmet": "^11.1.1", |
87 | | - "@fastify/rate-limit": "^8.1.1", |
88 | | - "@fastify/static": "^7.0.4", |
89 | | - "@fastify/swagger": "^8.15.0", |
90 | | - "@fastify/swagger-ui": "^3.1.0", |
| 85 | + "@fastify/cors": "^10.0.1", |
| 86 | + "@fastify/helmet": "^13.0.0", |
| 87 | + "@fastify/rate-limit": "^10.2.1", |
| 88 | + "@fastify/static": "^8.0.3", |
| 89 | + "@fastify/swagger": "^9.4.0", |
| 90 | + "@fastify/swagger-ui": "^5.2.0", |
91 | 91 | "@fastify/vite": "^7.0.1", |
92 | 92 | "@typescript-eslint/eslint-plugin": "^7.18.0", |
93 | 93 | "@typescript-eslint/parser": "^7.18.0", |
|
0 commit comments