Skip to content

Commit

Permalink
chore(be): upgraded nestjs packages (#327)
Browse files Browse the repository at this point in the history
  • Loading branch information
mamartinezmejia authored Jan 15, 2025
1 parent 7ee4a16 commit e740a41
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 19 deletions.
22 changes: 11 additions & 11 deletions backend/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

16 changes: 8 additions & 8 deletions backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,14 +21,14 @@
"test:e2e": "jest --config ./test/jest-e2e.json"
},
"dependencies": {
"@nestjs/axios": "^3.1.2",
"@nestjs/cli": "^10.4.8",
"@nestjs/common": "^10.4.11",
"@nestjs/axios": "^3.1.3",
"@nestjs/cli": "^10.4.9",
"@nestjs/common": "^10.4.15",
"@nestjs/config": "^3.3.0",
"@nestjs/core": "^10.4.11",
"@nestjs/platform-express": "^10.4.11",
"@nestjs/schedule": "^4.1.1",
"@nestjs/swagger": "^8.0.7",
"@nestjs/core": "^10.4.15",
"@nestjs/platform-express": "^10.4.15",
"@nestjs/schedule": "^4.1.2",
"@nestjs/swagger": "^8.1.1",
"@nestjs/typeorm": "^10.0.2",
"axios": "^1.7.9",
"body-parser": "^1.20.3",
Expand Down Expand Up @@ -61,7 +61,7 @@
"minimist@<1.2.6": "1.2.6"
},
"devDependencies": {
"@nestjs/testing": "^10.4.11",
"@nestjs/testing": "^10.4.15",
"@types/jest": "^29.5.14",
"@types/node": "^22.10.0",
"@types/supertest": "^6.0.2",
Expand Down

0 comments on commit e740a41

Please sign in to comment.