Skip to content

Commit 8d5d984

Browse files
chore(NODE-6199): Update test/lambda/mongodb dependencies (mongodb#4145)
1 parent ec3caba commit 8d5d984

File tree

2 files changed

+10
-9
lines changed

2 files changed

+10
-9
lines changed

package-lock.json

Lines changed: 7 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

test/lambda/mongodb/package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
{
2-
"name": "mongodb",
2+
"name": "mongodb-test-lambda",
33
"version": "1.0.0",
44
"description": "MongoDB Lambda Function Example",
55
"main": "app.mjs",
6-
"license": "MIT",
6+
"private": true,
7+
"license": "Apache-2.0",
78
"dependencies": {
89
"mongodb": "mongodb/node-mongodb-native"
910
}

0 commit comments

Comments
 (0)