Skip to content

Commit

Permalink
fix(deps): update dependency mongoose to v6.4.4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Jul 10, 2022
1 parent d00d4f3 commit 2ade1c3
Show file tree
Hide file tree
Showing 6 changed files with 18 additions and 18 deletions.
6 changes: 3 additions & 3 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 @@ -80,7 +80,7 @@
"ioredis": "^5.1.0",
"jest": "27.5.1",
"lint-staged": "12.4.2",
"mongoose": "6.4.1",
"mongoose": "6.4.4",
"mysql2": "2.3.3",
"nats": "2.7.1",
"portfinder": "1.0.28",
Expand Down
12 changes: 6 additions & 6 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.0.0",
"@nestjs/platform-express": "8.4.7",
"@nestjs/terminus": "8.0.8",
"mongoose": "6.4.1",
"mongoose": "6.4.4",
"reflect-metadata": "0.1.13",
"rimraf": "3.0.2",
"rxjs": "7.5.5"
Expand Down
12 changes: 6 additions & 6 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.0.0",
"@nestjs/platform-express": "8.4.7",
"@nestjs/terminus": "8.0.8",
"mongoose": "6.4.1",
"mongoose": "6.4.4",
"reflect-metadata": "0.1.13",
"rimraf": "3.0.2",
"rxjs": "7.5.5"
Expand Down

0 comments on commit 2ade1c3

Please sign in to comment.