Skip to content

Commit

Permalink
fix(deps): update dependency @nestjs/mongoose to v9
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Sep 29, 2021
1 parent 46d54a8 commit 99f01b5
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 12 deletions.
6 changes: 3 additions & 3 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 @@ -44,7 +44,7 @@
"@nestjs/common": "8.0.8",
"@nestjs/core": "8.0.8",
"@nestjs/microservices": "8.0.8",
"@nestjs/mongoose": "8.0.1",
"@nestjs/mongoose": "9.0.0",
"@nestjs/platform-express": "8.0.8",
"@nestjs/platform-fastify": "8.0.8",
"@nestjs/sequelize": "8.0.0",
Expand Down
6 changes: 3 additions & 3 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": "8.0.8",
"@nestjs/core": "8.0.8",
"@nestjs/mongoose": "8.0.1",
"@nestjs/mongoose": "9.0.0",
"@nestjs/platform-express": "8.0.8",
"@nestjs/terminus": "8.0.1",
"mongoose": "6.0.4",
Expand Down
6 changes: 3 additions & 3 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": "8.0.8",
"@nestjs/core": "8.0.8",
"@nestjs/mongoose": "8.0.1",
"@nestjs/mongoose": "9.0.0",
"@nestjs/platform-express": "8.0.8",
"@nestjs/terminus": "8.0.1",
"mongoose": "6.0.4",
Expand Down

0 comments on commit 99f01b5

Please sign in to comment.