Skip to content

Commit

Permalink
fix(deps): update dependency @nestjs/mongoose to v10.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 26, 2023
1 parent b6026c2 commit 8e70686
Show file tree
Hide file tree
Showing 6 changed files with 27 additions and 27 deletions.
16 changes: 8 additions & 8 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"@nestjs/common": "10.2.10",
"@nestjs/core": "10.2.10",
"@nestjs/microservices": "10.2.10",
"@nestjs/mongoose": "10.0.1",
"@nestjs/mongoose": "10.0.2",
"@nestjs/platform-express": "10.2.10",
"@nestjs/platform-fastify": "10.2.10",
"@nestjs/sequelize": "10.0.0",
Expand Down
16 changes: 8 additions & 8 deletions sample/001-mongoose-app/package-lock.json

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

2 changes: 1 addition & 1 deletion sample/001-mongoose-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"dependencies": {
"@nestjs/common": "9.4.3",
"@nestjs/core": "9.4.3",
"@nestjs/mongoose": "10.0.1",
"@nestjs/mongoose": "10.0.2",
"@nestjs/platform-express": "9.4.3",
"@nestjs/terminus": "9.2.2",
"mongoose": "7.6.4",
Expand Down
16 changes: 8 additions & 8 deletions sample/008-multi-database-mongoose-app/package-lock.json

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

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 @@ -17,7 +17,7 @@
"dependencies": {
"@nestjs/common": "9.4.3",
"@nestjs/core": "9.4.3",
"@nestjs/mongoose": "10.0.1",
"@nestjs/mongoose": "10.0.2",
"@nestjs/platform-express": "9.4.3",
"@nestjs/terminus": "9.2.2",
"mongoose": "7.6.4",
Expand Down

0 comments on commit 8e70686

Please sign in to comment.