Skip to content

Commit 2c30863

Browse files
committed
updated to mongodb 3.6.9 as https://jira.mongodb.org/browse/NODE-3309 is
resolved now
1 parent 40a8cfa commit 2c30863

File tree

3 files changed

+11
-10
lines changed

3 files changed

+11
-10
lines changed

notes

+1
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
11
https://developer.mongodb.com/community/forums/t/nodejs-driver-bulk-write-performance-issue-after-upgrade-from-v3-6-6-to-v3-6-8/108113
2+
https://jira.mongodb.org/browse/NODE-3309

package-lock.json

+9-9
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
},
2222
"dependencies": {
2323
"bson": "^4.4.0",
24-
"mongodb": "3.6.6"
24+
"mongodb": "~3.6.9"
2525
},
2626
"repository": {
2727
"type": "git",

0 commit comments

Comments
 (0)