Skip to content

Commit

Permalink
[NPM]: Bump mongodb from 4.17.2 to 6.3.0
Browse files Browse the repository at this point in the history
Bumps [mongodb](https://github.com/mongodb/node-mongodb-native) from 4.17.2 to 6.3.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.17.2...v6.3.0)

---
updated-dependencies:
- dependency-name: mongodb
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 20, 2023
1 parent 489039e commit e723762
Show file tree
Hide file tree
Showing 3 changed files with 175 additions and 1,194 deletions.
2 changes: 1 addition & 1 deletion apps/services/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"graphql": "^16.6.0",
"ip-range-check": "^0.2.0",
"material-ui-popup-state": "^4.0.2",
"mongodb": "^4.9.1",
"mongodb": "^6.3.0",
"next": "^13.0.2",
"next-auth": "^4.5.0",
"nodemailer": "^6.7.8",
Expand Down
2 changes: 1 addition & 1 deletion packages/services/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"lint": "eslint *.ts*"
},
"dependencies": {
"mongodb": "^4.9.1"
"mongodb": "^6.3.0"
},
"devDependencies": {
"@packages/tsconfig": "*",
Expand Down
Loading

0 comments on commit e723762

Please sign in to comment.