Skip to content

Commit

Permalink
fix(deps): update dependency mongoose to v6.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 14, 2022
1 parent 81b7a68 commit 0f5c99f
Show file tree
Hide file tree
Showing 6 changed files with 76 additions and 79 deletions.
81 changes: 39 additions & 42 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.2.2",
"jest": "28.1.3",
"lint-staged": "13.0.3",
"mongoose": "6.5.2",
"mongoose": "6.6.1",
"mysql2": "2.3.3",
"nats": "2.7.1",
"portfinder": "1.0.32",
Expand Down
34 changes: 17 additions & 17 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.0",
"@nestjs/platform-express": "9.0.11",
"@nestjs/terminus": "9.1.1",
"mongoose": "6.5.2",
"mongoose": "6.6.1",
"reflect-metadata": "0.1.13",
"rimraf": "3.0.2",
"rxjs": "7.5.6"
Expand Down
34 changes: 17 additions & 17 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.0",
"@nestjs/platform-express": "9.0.11",
"@nestjs/terminus": "9.1.1",
"mongoose": "6.5.2",
"mongoose": "6.6.1",
"reflect-metadata": "0.1.13",
"rimraf": "3.0.2",
"rxjs": "7.5.6"
Expand Down

0 comments on commit 0f5c99f

Please sign in to comment.