Skip to content

Commit

Permalink
fix(deps): update dependency @nestjs/mongoose to v10.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 17, 2023
1 parent 4c78b4d commit 9c4baef
Show file tree
Hide file tree
Showing 6 changed files with 28 additions and 28 deletions.
14 changes: 7 additions & 7 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.5",
"@nestjs/core": "10.2.5",
"@nestjs/microservices": "10.2.5",
"@nestjs/mongoose": "10.0.0",
"@nestjs/mongoose": "10.0.1",
"@nestjs/platform-express": "10.2.5",
"@nestjs/platform-fastify": "10.2.5",
"@nestjs/sequelize": "10.0.0",
Expand Down
18 changes: 9 additions & 9 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": "9.2.2",
"@nestjs/mongoose": "10.0.1",
"@nestjs/platform-express": "9.4.3",
"@nestjs/terminus": "9.2.2",
"mongoose": "6.12.0",
Expand Down
18 changes: 9 additions & 9 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": "9.2.2",
"@nestjs/mongoose": "10.0.1",
"@nestjs/platform-express": "9.4.3",
"@nestjs/terminus": "9.2.2",
"mongoose": "6.12.0",
Expand Down

0 comments on commit 9c4baef

Please sign in to comment.