Skip to content

Commit

Permalink
Merge pull request #2210 from nestjs/renovate/mongoose-6.x
Browse files Browse the repository at this point in the history
fix(deps): update dependency mongoose to v6.9.0
  • Loading branch information
BrunnerLivio authored Feb 3, 2023
2 parents 477f480 + d3cc5ba commit 0de5c16
Show file tree
Hide file tree
Showing 6 changed files with 48 additions and 48 deletions.
30 changes: 15 additions & 15 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 @@ -83,7 +83,7 @@
"ioredis": "5.3.0",
"jest": "28.1.3",
"lint-staged": "13.1.0",
"mongoose": "6.8.4",
"mongoose": "6.9.0",
"mysql2": "2.3.3",
"nats": "2.11.0",
"portfinder": "1.0.32",
Expand Down
30 changes: 15 additions & 15 deletions sample/001-mongoose-app/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/001-mongoose-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"@nestjs/mongoose": "9.2.1",
"@nestjs/platform-express": "9.2.1",
"@nestjs/terminus": "9.1.4",
"mongoose": "6.8.4",
"mongoose": "6.9.0",
"reflect-metadata": "0.1.13",
"rimraf": "4.1.2",
"rxjs": "7.8.0"
Expand Down
30 changes: 15 additions & 15 deletions sample/008-multi-database-mongoose-app/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/008-multi-database-mongoose-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"@nestjs/mongoose": "9.2.1",
"@nestjs/platform-express": "9.2.1",
"@nestjs/terminus": "9.1.4",
"mongoose": "6.8.4",
"mongoose": "6.9.0",
"reflect-metadata": "0.1.13",
"rimraf": "4.1.2",
"rxjs": "7.8.0"
Expand Down

0 comments on commit 0de5c16

Please sign in to comment.