Skip to content

Commit

Permalink
chore(be): Upgraded critical libraries
Browse files Browse the repository at this point in the history
  • Loading branch information
mamartinezmejia committed Oct 28, 2024
1 parent 5e2ef2d commit 37a496b
Show file tree
Hide file tree
Showing 2 changed files with 126 additions and 69 deletions.
173 changes: 115 additions & 58 deletions backend/package-lock.json

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

22 changes: 11 additions & 11 deletions backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,13 @@
"test:e2e": "jest --config ./test/jest-e2e.json"
},
"dependencies": {
"@nestjs/axios": "^3.0.2",
"@nestjs/axios": "^3.1.0",
"@nestjs/cli": "^10.3.2",
"@nestjs/common": "^10.4.4",
"@nestjs/config": "^3.2.2",
"@nestjs/core": "^10.3.8",
"@nestjs/common": "^10.4.6",
"@nestjs/config": "^3.3.0",
"@nestjs/core": "^10.4.6",
"@nestjs/mapped-types": "^2.0.5",
"@nestjs/platform-express": "^10.3.8",
"@nestjs/platform-express": "^10.4.6",
"@nestjs/schedule": "^4.0.2",
"@nestjs/swagger": "^7.3.1",
"@nestjs/typeorm": "^10.0.2",
Expand All @@ -36,7 +36,7 @@
"braces": "^3.0.3",
"dotenv": "^16.4.5",
"follow-redirects": "^1.15.6",
"pg": "^8.11.5",
"pg": "^8.13.1",
"reflect-metadata": "^0.2.2",
"rimraf": "^6.0.0",
"rxjs": "^7.8.1",
Expand Down Expand Up @@ -66,12 +66,12 @@
"minimist@<1.2.6": "1.2.6"
},
"devDependencies": {
"@nestjs/schematics": "^10.1.1",
"@nestjs/testing": "^10.3.8",
"@types/cron": "^2.4.0",
"@nestjs/schematics": "^10.2.3",
"@nestjs/testing": "^10.4.6",
"@types/cron": "^2.4.3",
"@types/express": "^5.0.0",
"@types/jest": "^29.5.12",
"@types/node": "^20.16.11",
"@types/jest": "^29.5.14",
"@types/node": "^20.17.2",
"@types/supertest": "^6.0.2",
"@typescript-eslint/eslint-plugin": "^7.18.0",
"@typescript-eslint/parser": "^7.10.0",
Expand Down

0 comments on commit 37a496b

Please sign in to comment.