Skip to content

Commit

Permalink
fix(deps): update dependency mongodb to v6.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Mar 11, 2024
1 parent b68ab4d commit 25f4c5d
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 17 deletions.
16 changes: 8 additions & 8 deletions functions/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 functions/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@
"dependencies": {
"axios": "1.3.6",
"js-tiktoken-mongodb": "0.0.3",
"mongodb": "6.4.0"
"mongodb": "6.5.0"
}
}
12 changes: 6 additions & 6 deletions 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 packages/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"@langtrace/models": "*",
"dotenv": "16.4.5",
"express": "4.18.3",
"mongodb": "6.4.0"
"mongodb": "6.5.0"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "7.2.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/ingest/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"@langtrace/models": "*",
"dotenv": "16.4.5",
"express": "4.18.3",
"mongodb": "6.4.0"
"mongodb": "6.5.0"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "7.2.0",
Expand Down

0 comments on commit 25f4c5d

Please sign in to comment.