Skip to content

Commit

Permalink
Merge pull request #14344 from nestjs/renovate/mongoose-8.x
Browse files Browse the repository at this point in the history
fix(deps): update dependency mongoose to v8.9.1
  • Loading branch information
kamilmysliwiec authored Dec 18, 2024
2 parents 013c6e7 + e2f24d8 commit 7892889
Show file tree
Hide file tree
Showing 4 changed files with 37 additions and 111 deletions.
142 changes: 34 additions & 108 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 @@ -151,7 +151,7 @@
"lint-staged": "15.2.11",
"markdown-table": "2.0.0",
"mocha": "10.8.2",
"mongoose": "8.9.0",
"mongoose": "8.9.1",
"mqtt": "5.10.3",
"multer": "1.4.4",
"mysql2": "3.11.5",
Expand Down
2 changes: 1 addition & 1 deletion sample/06-mongoose/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"@nestjs/core": "10.4.15",
"@nestjs/mongoose": "10.1.0",
"@nestjs/platform-express": "10.4.15",
"mongoose": "8.9.0",
"mongoose": "8.9.1",
"reflect-metadata": "0.2.2",
"rimraf": "5.0.10",
"rxjs": "7.8.1"
Expand Down
2 changes: 1 addition & 1 deletion sample/14-mongoose-base/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"@nestjs/common": "10.4.15",
"@nestjs/core": "10.4.15",
"@nestjs/platform-express": "10.4.15",
"mongoose": "8.9.0",
"mongoose": "8.9.1",
"reflect-metadata": "0.2.2",
"rimraf": "5.0.10",
"rxjs": "7.8.1"
Expand Down

0 comments on commit 7892889

Please sign in to comment.