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 30, 2025
1 parent e78bc06 commit 7708ec8
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,17 +22,17 @@
},
"dependencies": {
"@aws-sdk/client-s3": "^3.515.0",
"@nestjs/axios": "^3.0.2",
"@nestjs/cli": "^10.3.2",
"@nestjs/common": "^10.3.8",
"@nestjs/config": "^3.2.2",
"@nestjs/core": "^10.3.8",
"@nestjs/platform-express": "^10.3.8",
"@nestjs/schedule": "^4.0.2",
"@nestjs/schematics": "^10.1.1",
"@nestjs/swagger": "^8.0.0",
"@nestjs/axios": "^4.0.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/schedule": "^5.0.0",
"@nestjs/schematics": "^11.0.0",
"@nestjs/swagger": "^11.0.0",
"@nestjs/terminus": "^10.2.3",
"@nestjs/testing": "^10.3.8",
"@nestjs/testing": "^11.0.0",
"@nestjs/throttler": "^6.0.0",
"axios": "^1.7.2",
"dotenv": "^16.4.5",
Expand Down

0 comments on commit 7708ec8

Please sign in to comment.