Skip to content

Commit

Permalink
chore(be): upgraded nestjs libraries
Browse files Browse the repository at this point in the history
  • Loading branch information
mamartinezmejia committed Feb 4, 2025
1 parent cb216f7 commit dd109ce
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions backend/package-lock.json

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

8 changes: 4 additions & 4 deletions backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,10 @@
"dependencies": {
"@nestjs/axios": "^4.0.0",
"@nestjs/cli": "^11.0.2",
"@nestjs/common": "^11.0.5",
"@nestjs/common": "^11.0.7",
"@nestjs/config": "^4.0.0",
"@nestjs/core": "^11.0.5",
"@nestjs/platform-express": "^11.0.5",
"@nestjs/core": "^11.0.7",
"@nestjs/platform-express": "^11.0.7",
"@nestjs/schedule": "^5.0.1",
"@nestjs/swagger": "^11.0.3",
"@nestjs/typeorm": "^11.0.0",
Expand Down Expand Up @@ -61,7 +61,7 @@
"minimist@<1.2.6": "1.2.6"
},
"devDependencies": {
"@nestjs/testing": "^11.0.5",
"@nestjs/testing": "^11.0.7",
"@types/jest": "^29.5.14",
"@types/node": "^22.10.10",
"@types/supertest": "^6.0.2",
Expand Down

0 comments on commit dd109ce

Please sign in to comment.