Skip to content

Commit

Permalink
fix(deps): update dependency mongodb to v6
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 12, 2023
1 parent 4258619 commit dbf4fbb
Show file tree
Hide file tree
Showing 3 changed files with 31 additions and 70 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
},
"dependencies": {
"ioredis": "^5.3.2",
"mongodb": "^5.6.0"
"mongodb": "^6.0.0"
},
"devDependencies": {
"@changesets/cli": "2.26.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/node-cache-manager-mongodb/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,6 @@
"provenance": true
},
"dependencies": {
"mongodb": "^5.0.0"
"mongodb": "^6.0.0"
}
}
97 changes: 29 additions & 68 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit dbf4fbb

Please sign in to comment.