Skip to content

Commit 8384b34

Browse files
authored
Merge pull request #129 from share/mongo3-security
🔒 Require secure `mongo@3`
2 parents 29f00f2 + da18a69 commit 8384b34

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"main": "index.js",
66
"dependencies": {
77
"async": "^2.6.3",
8-
"mongodb": "^2.1.2 || ^3.0.0 || ^4.0.0",
8+
"mongodb": "^2.1.2 || ^3.1.13 || ^4.0.0",
99
"sharedb": "^1.9.1 || ^2.0.0 || ^3.0.0"
1010
},
1111
"devDependencies": {

0 commit comments

Comments
 (0)