Skip to content

Commit

Permalink
Bump mongodb and mongoose in /backend
Browse files Browse the repository at this point in the history
Bumps [mongodb](https://github.com/mongodb/node-mongodb-native) to 6.9.0 and updates ancestor dependency [mongoose](https://github.com/Automattic/mongoose). These dependencies need to be updated together.


Updates `mongodb` from 4.16.0 to 6.9.0
- [Release notes](https://github.com/mongodb/node-mongodb-native/releases)
- [Changelog](https://github.com/mongodb/node-mongodb-native/blob/main/HISTORY.md)
- [Commits](mongodb/node-mongodb-native@v4.16.0...v6.9.0)

Updates `mongoose` from 6.11.3 to 6.13.3
- [Release notes](https://github.com/Automattic/mongoose/releases)
- [Changelog](https://github.com/Automattic/mongoose/blob/6.13.3/CHANGELOG.md)
- [Commits](Automattic/mongoose@6.11.3...6.13.3)

---
updated-dependencies:
- dependency-name: mongodb
  dependency-type: indirect
- dependency-name: mongoose
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 13, 2024
1 parent 2e5f02c commit fea75af
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 28 deletions.
49 changes: 22 additions & 27 deletions backend/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 backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
"lodash-es": "^4.17.21",
"mjml": "^4.15.3",
"mongodb": "^6.9.0",
"mongoose": "^6.11.3",
"mongoose": "^6.13.3",
"mongoose-delete": "^1.0.2",
"morgan": "^1.10.0",
"nanoid": "^5.0.8",
Expand Down

0 comments on commit fea75af

Please sign in to comment.