Skip to content

Commit

Permalink
fix(deps): update dependency mongoose to v8.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Feb 16, 2024
1 parent 033f181 commit d4c1634
Show file tree
Hide file tree
Showing 4 changed files with 72 additions and 70 deletions.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -153,7 +153,7 @@
"markdown-table": "2.0.0",
"merge-graphql-schemas": "1.7.8",
"mocha": "10.3.0",
"mongoose": "8.1.2",
"mongoose": "8.1.3",
"mqtt": "5.3.5",
"multer": "1.4.4",
"mysql2": "3.9.1",
Expand Down
2 changes: 1 addition & 1 deletion sample/06-mongoose/package.json
Expand Up @@ -23,7 +23,7 @@
"@nestjs/core": "10.3.2",
"@nestjs/mongoose": "10.0.2",
"@nestjs/platform-express": "10.3.2",
"mongoose": "8.0.1",
"mongoose": "8.1.3",
"reflect-metadata": "0.2.1",
"rimraf": "5.0.5",
"rxjs": "7.8.1"
Expand Down
136 changes: 69 additions & 67 deletions sample/14-mongoose-base/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/14-mongoose-base/package.json
Expand Up @@ -22,7 +22,7 @@
"@nestjs/common": "10.3.2",
"@nestjs/core": "10.3.2",
"@nestjs/platform-express": "10.3.2",
"mongoose": "8.0.1",
"mongoose": "8.1.3",
"reflect-metadata": "0.2.1",
"rimraf": "5.0.5",
"rxjs": "7.8.1"
Expand Down

0 comments on commit d4c1634

Please sign in to comment.