Skip to content

Commit da18a69

Browse files
committed
🔒 Require secure mongo@3
This change addresses a security warning by requiring a patched version of `mongo@3`.
1 parent 10f9db9 commit da18a69

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
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)