Skip to content

Commit

Permalink
Merge pull request #14755 from nestjs/renovate/mongoose-8.x
Browse files Browse the repository at this point in the history
fix(deps): update dependency mongoose to v8.12.1
  • Loading branch information
kamilmysliwiec authored Mar 5, 2025
2 parents f4bcfa8 + 1453b85 commit 00bb797
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 11 deletions.
16 changes: 8 additions & 8 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 @@ -155,7 +155,7 @@
"lint-staged": "15.4.3",
"markdown-table": "2.0.0",
"mocha": "11.1.0",
"mongoose": "8.12.0",
"mongoose": "8.12.1",
"mqtt": "5.10.4",
"multer": "1.4.5-lts.1",
"mysql2": "3.12.0",
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": "11.0.11",
"@nestjs/mongoose": "11.0.1",
"@nestjs/platform-express": "11.0.11",
"mongoose": "8.12.0",
"mongoose": "8.12.1",
"reflect-metadata": "0.2.2",
"rimraf": "6.0.1",
"rxjs": "7.8.2"
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": "11.0.11",
"@nestjs/core": "11.0.11",
"@nestjs/platform-express": "11.0.11",
"mongoose": "8.12.0",
"mongoose": "8.12.1",
"reflect-metadata": "0.2.2",
"rimraf": "6.0.1",
"rxjs": "7.8.2"
Expand Down

0 comments on commit 00bb797

Please sign in to comment.