Skip to content

Commit

Permalink
chore(NODE-6199): Update test/lambda/mongodb dependencies (#4145)
Browse files Browse the repository at this point in the history
  • Loading branch information
aditi-khare-mongoDB committed Jun 18, 2024
1 parent ec3caba commit 8d5d984
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 9 deletions.
14 changes: 7 additions & 7 deletions package-lock.json

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

5 changes: 3 additions & 2 deletions test/lambda/mongodb/package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
{
"name": "mongodb",
"name": "mongodb-test-lambda",
"version": "1.0.0",
"description": "MongoDB Lambda Function Example",
"main": "app.mjs",
"license": "MIT",
"private": true,
"license": "Apache-2.0",
"dependencies": {
"mongodb": "mongodb/node-mongodb-native"
}
Expand Down

0 comments on commit 8d5d984

Please sign in to comment.