|
11 | 11 | "lint": "eslint" |
12 | 12 | }, |
13 | 13 | "dependencies": { |
14 | | - "@fastify/static": "^7.0.4", |
15 | | - "@fastify/view": "^9.1.0", |
| 14 | + "@fastify/static": "^8.2.0", |
| 15 | + "@fastify/view": "^11.1.1", |
16 | 16 | "@m8a/nestjs-typegoose": "^12.0.0", |
17 | | - "@nestjs/axios": "^3.0.3", |
18 | | - "@nestjs/common": "^10.4.1", |
19 | | - "@nestjs/core": "^10.4.1", |
20 | | - "@nestjs/platform-fastify": "^10.4.1", |
21 | | - "@nestjs/swagger": "^7.4.0", |
| 17 | + "@nestjs/axios": "^4.0.1", |
| 18 | + "@nestjs/common": "^11.1.6", |
| 19 | + "@nestjs/core": "^11.1.6", |
| 20 | + "@nestjs/platform-fastify": "^11.1.6", |
| 21 | + "@nestjs/swagger": "^11.2.0", |
22 | 22 | "@sentry/node": "^7.118.0", |
23 | 23 | "@statsify/api-client": "workspace:^", |
24 | 24 | "@statsify/assets": "workspace:^", |
|
31 | 31 | "@typegoose/typegoose": "^12.6.0", |
32 | 32 | "class-transformer": "0.5.1", |
33 | 33 | "class-validator": "^0.14.1", |
34 | | - "fastify": "^4.28.1", |
| 34 | + "fastify": "^5.5.0", |
35 | 35 | "handlebars": "^4.7.8", |
36 | | - "ioredis": "5.4.1", |
| 36 | + "ioredis": "5.7.0", |
37 | 37 | "luxon": "^3.5.0", |
38 | 38 | "mongoose": "^8.5.2", |
39 | 39 | "reflect-metadata": "^0.2.2", |
|
42 | 42 | "toad-scheduler": "^3.0.1" |
43 | 43 | }, |
44 | 44 | "devDependencies": { |
45 | | - "@nestjs/testing": "^10.4.1", |
| 45 | + "@nestjs/testing": "^11.1.6", |
46 | 46 | "@types/luxon": "^3.4.2" |
47 | 47 | }, |
48 | 48 | "imports": { |
|
0 commit comments