Skip to content

Commit

Permalink
fix(deps): update dependency mongoose to v8.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Feb 17, 2024
1 parent 67e532d commit 679775c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@
"jest": "29.7.0",
"kafkajs": "^2.2.4",
"lint-staged": "15.2.1",
"mongoose": "7.6.8",
"mongoose": "8.1.3",
"mysql2": "3.9.0",
"nats": "2.19.0",
"portfinder": "1.0.32",
Expand Down
2 changes: 1 addition & 1 deletion sample/001-mongoose-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"@nestjs/mongoose": "10.0.2",
"@nestjs/platform-express": "10.3.1",
"@nestjs/terminus": "10.2.1",
"mongoose": "8.0.3",
"mongoose": "8.1.3",
"reflect-metadata": "0.2.1",
"rimraf": "5.0.5",
"rxjs": "7.8.1"
Expand Down
2 changes: 1 addition & 1 deletion sample/008-multi-database-mongoose-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"@nestjs/mongoose": "10.0.2",
"@nestjs/platform-express": "10.3.1",
"@nestjs/terminus": "10.2.1",
"mongoose": "8.0.3",
"mongoose": "8.1.3",
"reflect-metadata": "0.2.1",
"rimraf": "5.0.5",
"rxjs": "7.8.1"
Expand Down

0 comments on commit 679775c

Please sign in to comment.