Skip to content

Commit

Permalink
Merge pull request #8220 from nestjs/renovate/mongoose-6.x
Browse files Browse the repository at this point in the history
fix(deps): update dependency mongoose to v6.0.9
  • Loading branch information
kamilmysliwiec authored Oct 5, 2021
2 parents 0fd7e91 + 712d15d commit 2ac7b58
Show file tree
Hide file tree
Showing 6 changed files with 47 additions and 39 deletions.
28 changes: 18 additions & 10 deletions 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 package.json
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@
"merge-graphql-schemas": "1.7.8",
"middie": "5.3.0",
"mocha": "9.1.2",
"mongoose": "6.0.8",
"mongoose": "6.0.9",
"mqtt": "4.2.8",
"multer": "1.4.3",
"mysql": "2.18.1",
Expand Down
26 changes: 13 additions & 13 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": "8.0.9",
"@nestjs/mongoose": "9.0.0",
"@nestjs/platform-express": "8.0.9",
"mongoose": "6.0.8",
"mongoose": "6.0.9",
"reflect-metadata": "0.1.13",
"rimraf": "3.0.2",
"rxjs": "7.3.1"
Expand Down
26 changes: 13 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 @@ -22,7 +22,7 @@
"@nestjs/common": "8.0.9",
"@nestjs/core": "8.0.9",
"@nestjs/platform-express": "8.0.9",
"mongoose": "6.0.8",
"mongoose": "6.0.9",
"reflect-metadata": "0.1.13",
"rimraf": "3.0.2",
"rxjs": "7.3.1"
Expand Down

0 comments on commit 2ac7b58

Please sign in to comment.