Skip to content

Commit

Permalink
fix(deps): update dependency @nestjs/mongoose to v9.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Jul 10, 2022
1 parent d00d4f3 commit 41774ea
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
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.4.7",
"@nestjs/core": "8.4.7",
"@nestjs/mongoose": "9.0.0",
"@nestjs/mongoose": "9.2.0",
"@nestjs/platform-express": "8.4.7",
"@nestjs/terminus": "8.0.8",
"mongoose": "6.4.1",
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.4.7",
"@nestjs/core": "8.4.7",
"@nestjs/mongoose": "9.0.0",
"@nestjs/mongoose": "9.2.0",
"@nestjs/platform-express": "8.4.7",
"@nestjs/terminus": "8.0.8",
"mongoose": "6.4.1",
Expand Down

0 comments on commit 41774ea

Please sign in to comment.