Skip to content

Commit

Permalink
fix(deps): update nestjs
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 24, 2025
1 parent e694164 commit d5038c1
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,14 +22,14 @@
},
"dependencies": {
"@nestjs/cli": "^10.4.9",
"@nestjs/common": "^10.4.15",
"@nestjs/config": "^3.3.0",
"@nestjs/core": "^10.4.15",
"@nestjs/platform-express": "^10.4.15",
"@nestjs/schematics": "^10.2.3",
"@nestjs/swagger": "^8.1.0",
"@nestjs/common": "^11.0.0",
"@nestjs/config": "^4.0.0",
"@nestjs/core": "^11.0.0",
"@nestjs/platform-express": "^11.0.0",
"@nestjs/schematics": "^11.0.0",
"@nestjs/swagger": "^11.0.0",
"@nestjs/terminus": "^10.2.3",
"@nestjs/testing": "^10.4.15",
"@nestjs/testing": "^11.0.0",
"@prisma/client": "^6.1.0",
"prisma": "^6.1.0",
"dotenv": "^16.4.7",
Expand Down

0 comments on commit d5038c1

Please sign in to comment.