Skip to content

Commit

Permalink
chore(deps): Update peer mongoose to include also v8
Browse files Browse the repository at this point in the history
All the tests pass successfully with mongoose 8.

Fixes #1937.
  • Loading branch information
orgads committed Nov 7, 2023
1 parent df7b575 commit ef416e0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion 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 @@ -53,7 +53,7 @@
"peerDependencies": {
"@nestjs/common": "^8.0.0 || ^9.0.0 || ^10.0.0",
"@nestjs/core": "^8.0.0 || ^9.0.0 || ^10.0.0",
"mongoose": "^6.0.2 || ^7.0.0",
"mongoose": "^6.0.2 || ^7.0.0 || ^8.0.0",
"reflect-metadata": "^0.1.12",
"rxjs": "^7.0.0"
},
Expand Down

0 comments on commit ef416e0

Please sign in to comment.