|
25 | 25 | "postman": "newman run './charts/nestjs-starter/postman/Nest.JS-Starter.postman_collection.json' -e './charts/nestjs-starter/postman/Nest.JS-Starter.postman_environment.json'" |
26 | 26 | }, |
27 | 27 | "dependencies": { |
28 | | - "@nestjs/common": "^10.0.0", |
| 28 | + "@nestjs/common": "^11.0.0", |
29 | 29 | "@nestjs/config": "^4.0.0", |
30 | | - "@nestjs/core": "^10.0.0", |
31 | | - "@nestjs/platform-express": "^10.0.0", |
| 30 | + "@nestjs/core": "^11.0.0", |
| 31 | + "@nestjs/platform-express": "^11.0.0", |
32 | 32 | "@nestjs/swagger": "^8.0.0", |
33 | | - "@nestjs/terminus": "^10.0.1", |
| 33 | + "@nestjs/terminus": "^11.0.0", |
34 | 34 | "helmet": "^8.0.0", |
35 | 35 | "nestjs-pino": "^4.0.0", |
36 | 36 | "pino-http": "^10.0.0", |
|
39 | 39 | }, |
40 | 40 | "devDependencies": { |
41 | 41 | "@compodoc/compodoc": "^1.1.21", |
42 | | - "@nestjs/cli": "^10.0.0", |
43 | | - "@nestjs/schematics": "^10.0.0", |
44 | | - "@nestjs/testing": "^10.0.0", |
| 42 | + "@nestjs/cli": "^11.0.0", |
| 43 | + "@nestjs/schematics": "^11.0.0", |
| 44 | + "@nestjs/testing": "^11.0.0", |
45 | 45 | "@types/express": "^5.0.0", |
46 | 46 | "@types/jest": "29.5.14", |
47 | 47 | "@types/node": "22.13.1", |
|
0 commit comments