Hi everyone, after updating to authoring tool 0.5.0 everything appears to be running fine so far but I'm seeing the following deprecation warning…
(node:833) 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.
To be honest I don't know how to fix this or whether it's something I should be stressing over.
Â
framework 2.2.5
node v8.11.3
npm v6.3.0
Any thoughts?
Thanks, Jonathan