This warning is printed on the console when running server
(node:4746) DeprecationWarning: current URL string parser is deprecated, and will be removed in a future version.To use the new parser, pass option { useNewUrlParser: true } to MongoClient.connect.
(node:4746) DeprecationWarning: collection.ensureIndex is deprecated. Use createIndexes instead.
This warning is printed on the console when running server
Steps to reproduce
sudo yarn start
Environment
possible places to effect changes data-collection-tool/core/lib/mongoose.js