Skip to content

Commit

Permalink
fix(deps): update nest monorepo
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jul 11, 2024
1 parent 426ef86 commit 71a3710
Show file tree
Hide file tree
Showing 2 changed files with 136 additions and 84 deletions.
10 changes: 5 additions & 5 deletions packages/backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,13 @@
"test:e2e": "jest --config ./test/jest-e2e.json"
},
"dependencies": {
"@nestjs/common": "~10.2.4",
"@nestjs/common": "~10.3.0",
"@nestjs/config": "~3.0.1",
"@nestjs/core": "~10.2.4",
"@nestjs/core": "~10.3.0",
"@nestjs/jwt": "~10.1.1",
"@nestjs/mongoose": "~10.0.1",
"@nestjs/passport": "~10.0.1",
"@nestjs/platform-express": "~10.2.4",
"@nestjs/platform-express": "~10.3.0",
"@nestjs/swagger": "~7.1.10",
"bcryptjs": "~2.4.3",
"mongoose": "~7.5.0",
Expand All @@ -42,8 +42,8 @@
},
"devDependencies": {
"@nestjs/cli": "~10.1.17",
"@nestjs/schematics": "~10.0.2",
"@nestjs/testing": "~10.2.4",
"@nestjs/schematics": "~10.1.0",
"@nestjs/testing": "~10.3.0",
"@types/bcryptjs": "~2.4.3",
"@types/express": "~4.17.17",
"@types/jest": "~29.5.4",
Expand Down
Loading

0 comments on commit 71a3710

Please sign in to comment.