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 Feb 1, 2025
1 parent 5d5ca46 commit 0110119
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,15 +21,15 @@
"test:e2e": "vitest --dir test"
},
"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/cli": "^11.0.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 0110119

Please sign in to comment.