|
25 | 25 | "author": "Michelet Jean <[email protected]>",
|
26 | 26 | "license": "MIT",
|
27 | 27 | "dependencies": {
|
28 |
| - "@fastify/autoload": "^5.10.0", |
29 |
| - "@fastify/cors": "^9.0.1", |
30 |
| - "@fastify/env": "^4.3.0", |
31 |
| - "@fastify/helmet": "^11.1.1", |
32 |
| - "@fastify/jwt": "^8.0.1", |
33 |
| - "@fastify/mysql": "^4.3.0", |
34 |
| - "@fastify/rate-limit": "^9.1.0", |
35 |
| - "@fastify/sensible": "^5.0.0", |
36 |
| - "@fastify/swagger": "^8.14.0", |
37 |
| - "@fastify/swagger-ui": "^4.0.1", |
38 |
| - "@fastify/type-provider-typebox": "^4.0.0", |
39 |
| - "@fastify/under-pressure": "^8.3.0", |
40 |
| - "@fastify/vite": "^6.0.7", |
41 |
| - "@sinclair/typebox": "^0.33.7", |
| 28 | + "@fastify/autoload": "^6.0.0", |
| 29 | + "@fastify/cors": "^10.0.0", |
| 30 | + "@fastify/env": "^5.0.1", |
| 31 | + "@fastify/helmet": "^12.0.0", |
| 32 | + "@fastify/jwt": "^9.0.0", |
| 33 | + "@fastify/mysql": "^5.0.1", |
| 34 | + "@fastify/rate-limit": "^10.0.1", |
| 35 | + "@fastify/sensible": "^6.0.1", |
| 36 | + "@fastify/swagger": "^9.0.0", |
| 37 | + "@fastify/swagger-ui": "^5.0.1", |
| 38 | + "@fastify/type-provider-typebox": "^5.0.0", |
| 39 | + "@fastify/under-pressure": "^9.0.1", |
| 40 | + "@fastify/vite": "^7.0.1", |
| 41 | + "@sinclair/typebox": "^0.33.12", |
42 | 42 | "@vitejs/plugin-react": "^4.3.1",
|
43 |
| - "concurrently": "^8.2.2", |
44 |
| - "fastify": "^4.26.1", |
45 |
| - "fastify-cli": "^6.1.1", |
46 |
| - "fastify-plugin": "^4.0.0", |
47 |
| - "postgrator": "^7.2.0", |
| 43 | + "concurrently": "^9.0.1", |
| 44 | + "fastify": "^5.0.0", |
| 45 | + "fastify-cli": "^7.0.0", |
| 46 | + "fastify-plugin": "^5.0.1", |
| 47 | + "postgrator": "^7.3.0", |
48 | 48 | "react": "^18.3.1",
|
49 | 49 | "react-dom": "^18.3.1"
|
50 | 50 | },
|
|
0 commit comments