Skip to content

Commit

Permalink
chore(be): upgraded multiple libraries
Browse files Browse the repository at this point in the history
  • Loading branch information
mamartinezmejia committed Oct 15, 2024
1 parent efb42e1 commit ab7a946
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 19 deletions.
30 changes: 15 additions & 15 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,7 +23,7 @@
"dependencies": {
"@nestjs/axios": "^3.0.2",
"@nestjs/cli": "^10.3.2",
"@nestjs/common": "^10.3.8",
"@nestjs/common": "^10.4.4",
"@nestjs/config": "^3.2.2",
"@nestjs/core": "^10.3.8",
"@nestjs/mapped-types": "^2.0.5",
Expand Down Expand Up @@ -68,10 +68,10 @@
"devDependencies": {
"@nestjs/schematics": "^10.1.1",
"@nestjs/testing": "^10.3.8",
"@types/cron": "^2.0.1",
"@types/cron": "^2.4.0",
"@types/express": "^5.0.0",
"@types/jest": "^29.5.12",
"@types/node": "^20.16.5",
"@types/node": "^20.16.11",
"@types/supertest": "^6.0.2",
"@typescript-eslint/eslint-plugin": "^7.18.0",
"@typescript-eslint/parser": "^7.10.0",
Expand All @@ -86,6 +86,6 @@
"ts-loader": "^9.5.1",
"ts-node": "^10.9.2",
"tsconfig-paths": "^4.2.0",
"typescript": "^5.6.2"
"typescript": "^5.6.3"
}
}

0 comments on commit ab7a946

Please sign in to comment.