Skip to content

Commit

Permalink
fix(deps): update dependency mongoose to v5.5.13
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Jun 5, 2019
1 parent 5c84a78 commit b113d32
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 34 deletions.
21 changes: 3 additions & 18 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.3.0",
"@nestjs/core": "6.3.0",
"@nestjs/mongoose": "6.1.2",
"mongoose": "5.5.12",
"mongoose": "5.5.13",
"reflect-metadata": "0.1.13",
"rxjs": "6.5.2",
"typescript": "3.5.1"
Expand Down
2 changes: 1 addition & 1 deletion sample/06-mongoose/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"@nestjs/core": "6.3.0",
"@nestjs/platform-express": "6.3.0",
"@nestjs/mongoose": "6.1.2",
"mongoose": "5.5.12",
"mongoose": "5.5.13",
"reflect-metadata": "0.1.13",
"rxjs": "6.5.2",
"typescript": "3.5.1"
Expand Down
16 changes: 3 additions & 13 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 @@ -13,7 +13,7 @@
"@nestjs/common": "6.3.0",
"@nestjs/core": "6.3.0",
"@nestjs/platform-express": "6.3.0",
"mongoose": "5.5.12",
"mongoose": "5.5.13",
"reflect-metadata": "0.1.13",
"rxjs": "6.5.2",
"typescript": "3.5.1"
Expand Down

0 comments on commit b113d32

Please sign in to comment.