|
19 | 19 | "author": "DevPanda (Florian Richter)",
|
20 | 20 | "license": "MIT",
|
21 | 21 | "dependencies": {
|
22 |
| - "@fastify/autoload": "^5.7.1", |
23 |
| - "@fastify/cors": "^8.3.0", |
| 22 | + "@fastify/autoload": "^5.8.0", |
| 23 | + "@fastify/cors": "^8.4.1", |
24 | 24 | "@fastify/rate-limit": "^8.0.3",
|
25 |
| - "@fastify/static": "^6.10.2", |
26 |
| - "@prisma/client": "^5.1.0", |
27 |
| - "fastify": "^4.21.0", |
28 |
| - "fastify-204": "^4.0.1", |
| 25 | + "@fastify/static": "^6.12.0", |
| 26 | + "@prisma/client": "^5.5.2", |
| 27 | + "fastify": "^4.24.3", |
| 28 | + "fastify-204": "^4.0.2", |
29 | 29 | "fastify-bcrypt": "^1.0.1",
|
30 | 30 | "fastify-file-upload": "^4.0.0",
|
31 |
| - "fastify-metrics": "^10.3.0", |
| 31 | + "fastify-metrics": "^10.3.3", |
32 | 32 | "fastify-plugin": "^4.5.1",
|
33 | 33 | "fastify-qs": "^4.0.2",
|
34 | 34 | "ts-node": "^10.9.1",
|
35 |
| - "tslib": "^2.6.1" |
| 35 | + "tslib": "^2.6.2" |
36 | 36 | },
|
37 | 37 | "devDependencies": {
|
38 |
| - "@types/node": "^20.4.6", |
| 38 | + "@types/node": "^20.9.0", |
39 | 39 | "nodemon": "^3.0.1",
|
40 |
| - "npm-check-updates": "^16.10.17", |
41 |
| - "pino-pretty": "^10.2.0", |
42 |
| - "prisma": "^5.1.0", |
43 |
| - "typescript": "^5.1.6" |
| 40 | + "npm-check-updates": "^16.14.6", |
| 41 | + "pino-pretty": "^10.2.3", |
| 42 | + "prisma": "^5.5.2", |
| 43 | + "typescript": "^5.2.2" |
44 | 44 | }
|
45 | 45 | }
|
0 commit comments