Skip to content

Commit

Permalink
chore(deps): nestjs (#316)
Browse files Browse the repository at this point in the history
  • Loading branch information
DerekRoberts authored Nov 27, 2024
1 parent fa5c6d7 commit f1b4860
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 14 deletions.
14 changes: 7 additions & 7 deletions backend/package-lock.json

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

14 changes: 7 additions & 7 deletions backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,14 +22,14 @@
},
"dependencies": {
"@nestjs/axios": "^3.1.2",
"@nestjs/cli": "^10.4.7",
"@nestjs/common": "^10.4.7",
"@nestjs/cli": "^10.4.8",
"@nestjs/common": "^10.4.11",
"@nestjs/config": "^3.3.0",
"@nestjs/core": "^10.4.7",
"@nestjs/core": "^10.4.11",
"@nestjs/mapped-types": "^2.0.6",
"@nestjs/platform-express": "^10.4.7",
"@nestjs/schedule": "^4.0.2",
"@nestjs/swagger": "^8.0.5",
"@nestjs/platform-express": "^10.4.11",
"@nestjs/schedule": "^4.1.1",
"@nestjs/swagger": "^8.0.7",
"@nestjs/typeorm": "^10.0.2",
"axios": "^1.7.2",
"body-parser": "^1.20.2",
Expand Down Expand Up @@ -67,7 +67,7 @@
},
"devDependencies": {
"@nestjs/schematics": "^10.2.3",
"@nestjs/testing": "^10.4.7",
"@nestjs/testing": "^10.4.11",
"@types/cron": "^2.4.3",
"@types/express": "^5.0.0",
"@types/jest": "^29.5.14",
Expand Down

0 comments on commit f1b4860

Please sign in to comment.