vadimdemedes / mongorito

🍹 MongoDB ODM for Node.js apps based on Redux
1.38k stars 90 forks source link

can update the internal mongodb driver #219

Open sanslash332 opened 4 years ago

sanslash332 commented 4 years ago

Simply that... the mongodb driver used is of version 2.x, and the most updated is abobe 3.x.

Mongondb 2.x falls in to high bulnerabilities mentioned in classic denependency check tools; can you update (and check that not breacks nothing) the version of that dependencies?

thanks