Skip to content

Commit

Permalink
chore(deps-dev): bump mongodb from 6.9.0 to 6.10.0
Browse files Browse the repository at this point in the history
Bumps [mongodb](https://github.com/mongodb/node-mongodb-native) from 6.9.0 to 6.10.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@v6.9.0...v6.10.0)

---
updated-dependencies:
- dependency-name: mongodb
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 22, 2024
1 parent c19c785 commit 088c650
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 15 deletions.
4 changes: 2 additions & 2 deletions packages/cronjob/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
"dotenv": "^16.4.5",
"eslint": "^9.13.0",
"fastify": "^5.0.0",
"mongodb": "^6.9.0",
"mongodb": "^6.10.0",
"neostandard": "^0.11.6",
"rimraf": "^6.0.1",
"ts-node": "^10.9.2",
Expand All @@ -73,7 +73,7 @@
"fastify-plugin": "^5.0.1"
},
"peerDependencies": {
"mongodb": "^6.9.0"
"mongodb": "^6.10.0"
},
"peerDependenciesMeta": {
"mongodb": {
Expand Down
4 changes: 2 additions & 2 deletions packages/mongodb/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,15 +44,15 @@
"cross-env": "^7.0.3",
"eslint": "^9.13.0",
"fastify": "^5.0.0",
"mongodb": "^6.9.0",
"mongodb": "^6.10.0",
"neostandard": "^0.11.6",
"rimraf": "^6.0.1",
"ts-node": "^10.9.2",
"tsc-alias": "^1.8.10",
"typescript": "^5.6.3"
},
"peerDependencies": {
"mongodb": "^6.9.0"
"mongodb": "^6.10.0"
},
"dependencies": {
"fastify-plugin": "^5.0.1"
Expand Down
4 changes: 2 additions & 2 deletions packages/static/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"dotenv": "^16.4.5",
"eslint": "^9.13.0",
"fastify": "^5.0.0",
"mongodb": "^6.9.0",
"mongodb": "^6.10.0",
"neostandard": "^0.11.6",
"rimraf": "^6.0.1",
"ts-node": "^10.9.2",
Expand All @@ -58,7 +58,7 @@
"fastify-plugin": "^5.0.1"
},
"peerDependencies": {
"mongodb": "^6.9.0"
"mongodb": "^6.10.0"
},
"peerDependenciesMeta": {
"mongodb": {
Expand Down
18 changes: 9 additions & 9 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 088c650

Please sign in to comment.