Skip to content

Commit

Permalink
Merge pull request #3260 from nestjs/renovate/mongoose-5.x
Browse files Browse the repository at this point in the history
fix(deps): update dependency mongoose to v5.7.7
  • Loading branch information
kamilmysliwiec authored Oct 25, 2019
2 parents be4e109 + d1be839 commit ea240c1
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 12 deletions.
6 changes: 3 additions & 3 deletions integration/mongoose/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 integration/mongoose/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"@nestjs/common": "6.8.4",
"@nestjs/core": "6.8.4",
"@nestjs/mongoose": "6.1.2",
"mongoose": "5.7.6",
"mongoose": "5.7.7",
"reflect-metadata": "0.1.13",
"rxjs": "6.5.3",
"typescript": "3.6.4"
Expand Down
6 changes: 3 additions & 3 deletions sample/06-mongoose/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/06-mongoose/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"@nestjs/core": "6.8.4",
"@nestjs/platform-express": "6.8.4",
"@nestjs/mongoose": "6.1.2",
"mongoose": "5.7.6",
"mongoose": "5.7.7",
"reflect-metadata": "0.1.13",
"rimraf": "2.7.1",
"rxjs": "6.5.3"
Expand Down
6 changes: 3 additions & 3 deletions sample/14-mongoose-base/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/14-mongoose-base/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"@nestjs/common": "6.8.4",
"@nestjs/core": "6.8.4",
"@nestjs/platform-express": "6.8.4",
"mongoose": "5.7.6",
"mongoose": "5.7.7",
"reflect-metadata": "0.1.13",
"rimraf": "3.0.0",
"rxjs": "6.5.3"
Expand Down

0 comments on commit ea240c1

Please sign in to comment.