Skip to content

Commit

Permalink
fix(deps): update dependency mongoose to v6.9.2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Feb 16, 2023
1 parent 5041e82 commit 62433b6
Show file tree
Hide file tree
Showing 6 changed files with 24 additions and 24 deletions.
14 changes: 7 additions & 7 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.1",
"mongoose": "6.9.0",
"mongoose": "6.9.2",
"mysql2": "2.3.3",
"nats": "2.11.0",
"portfinder": "1.0.32",
Expand Down
14 changes: 7 additions & 7 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.3.2",
"@nestjs/terminus": "9.2.0",
"mongoose": "6.9.0",
"mongoose": "6.9.2",
"reflect-metadata": "0.1.13",
"rimraf": "4.1.2",
"rxjs": "7.8.0"
Expand Down
14 changes: 7 additions & 7 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.3.2",
"@nestjs/terminus": "9.2.0",
"mongoose": "6.9.0",
"mongoose": "6.9.2",
"reflect-metadata": "0.1.13",
"rimraf": "4.1.2",
"rxjs": "7.8.0"
Expand Down

0 comments on commit 62433b6

Please sign in to comment.