|
21 | 21 | "db:migrate": "tsx --env-file=.env ./scripts/migrate.ts", |
22 | 22 | "db:seed": "tsx --env-file=.env ./scripts/seed-database.ts" |
23 | 23 | }, |
24 | | - "keywords": [], |
| 24 | + "keywords": [ |
| 25 | + "fastify", |
| 26 | + "demo" |
| 27 | + ], |
25 | 28 | "author": "Michelet Jean <jean.antoine.michelet@gmail.com>", |
26 | 29 | "license": "MIT", |
27 | 30 | "repository": { |
|
35 | 38 | "dependencies": { |
36 | 39 | "@fastify/autoload": "^6.3.1", |
37 | 40 | "@fastify/cookie": "^11.0.2", |
38 | | - "@fastify/cors": "^11.1.0", |
39 | | - "@fastify/env": "^5.0.2", |
40 | | - "@fastify/helmet": "^13.0.1", |
41 | | - "@fastify/multipart": "^9.2.1", |
| 41 | + "@fastify/cors": "^11.2.0", |
| 42 | + "@fastify/env": "^5.0.3", |
| 43 | + "@fastify/helmet": "^13.0.2", |
| 44 | + "@fastify/multipart": "^9.4.0", |
42 | 45 | "@fastify/rate-limit": "^10.3.0", |
43 | | - "@fastify/sensible": "^6.0.3", |
44 | | - "@fastify/session": "^11.1.0", |
| 46 | + "@fastify/sensible": "^6.0.4", |
| 47 | + "@fastify/session": "^11.1.1", |
45 | 48 | "@fastify/static": "^9.0.0", |
46 | | - "@fastify/swagger": "^9.5.1", |
47 | | - "@fastify/swagger-ui": "^5.2.3", |
48 | | - "@fastify/type-provider-typebox": "^5.2.0", |
| 49 | + "@fastify/swagger": "^9.7.0", |
| 50 | + "@fastify/swagger-ui": "^5.2.5", |
| 51 | + "@fastify/type-provider-typebox": "^6.1.0", |
49 | 52 | "@fastify/under-pressure": "^9.0.3", |
50 | | - "@sinclair/typebox": "^0.34.41", |
51 | | - "close-with-grace": "^2.2.0", |
52 | | - "concurrently": "^9.2.1", |
| 53 | + "close-with-grace": "^2.5.0", |
53 | 54 | "csv-stringify": "^6.6.0", |
54 | | - "fastify": "^5.6.0", |
55 | | - "fastify-plugin": "^5.0.1", |
56 | | - "knex": "^3.1.0", |
57 | | - "mysql2": "^3.15.0", |
| 55 | + "fastify": "^5.8.4", |
| 56 | + "fastify-plugin": "^5.1.0", |
| 57 | + "knex": "^3.2.6", |
| 58 | + "mysql2": "^3.20.0", |
58 | 59 | "postgrator": "^8.0.0", |
59 | | - "sanitize-filename": "^1.6.3" |
| 60 | + "sanitize-filename": "^1.6.3", |
| 61 | + "typebox": "^1.1.6" |
60 | 62 | }, |
61 | 63 | "devDependencies": { |
62 | 64 | "@types/node": "^25.0.3", |
63 | 65 | "c8": "^11.0.0", |
64 | | - "eslint": "^9.35.0", |
| 66 | + "concurrently": "^9.2.1", |
| 67 | + "eslint": "^9.39.0", |
65 | 68 | "fastify-tsconfig": "^3.0.0", |
66 | | - "form-data": "^4.0.4", |
| 69 | + "form-data": "^4.0.5", |
67 | 70 | "glob": "^11.0.3", |
68 | 71 | "neostandard": "^0.13.0", |
69 | | - "pino-pretty": "^13.1.2", |
70 | | - "tsx": "^4.20.5", |
71 | | - "typescript": "~5.9.2" |
| 72 | + "pino-pretty": "^13.1.3", |
| 73 | + "tsx": "^4.21.0", |
| 74 | + "typescript": "~6.0.2" |
72 | 75 | } |
73 | 76 | } |
0 commit comments