Skip to content

Commit

Permalink
Merge pull request #4206 from nestjs/renovate/mongoose-5.x
Browse files Browse the repository at this point in the history
fix(deps): update dependency mongoose to v5.9.3
  • Loading branch information
kamilmysliwiec authored Mar 3, 2020
2 parents 494c1dc + 5ec689d commit c30f57e
Show file tree
Hide file tree
Showing 6 changed files with 24 additions and 24 deletions.
14 changes: 7 additions & 7 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.11.9",
"@nestjs/core": "6.11.9",
"@nestjs/mongoose": "6.3.1",
"mongoose": "5.9.2",
"mongoose": "5.9.3",
"reflect-metadata": "0.1.13",
"rxjs": "6.5.4",
"typescript": "3.7.2"
Expand Down
14 changes: 7 additions & 7 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.11.9",
"@nestjs/platform-express": "6.11.9",
"@nestjs/mongoose": "6.3.1",
"mongoose": "5.9.2",
"mongoose": "5.9.3",
"reflect-metadata": "0.1.13",
"rimraf": "3.0.2",
"rxjs": "6.5.4"
Expand Down
14 changes: 7 additions & 7 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.11.9",
"@nestjs/core": "6.11.9",
"@nestjs/platform-express": "6.11.9",
"mongoose": "5.9.2",
"mongoose": "5.9.3",
"reflect-metadata": "0.1.13",
"rimraf": "3.0.2",
"rxjs": "6.5.4"
Expand Down

0 comments on commit c30f57e

Please sign in to comment.