Skip to content

Commit

Permalink
fix(deps): update dependency mongoose to v5.9.3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Mar 2, 2020
1 parent 494c1dc commit 5ec689d
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 5ec689d

Please sign in to comment.