Hi @Koushik_Saha, welcome!
MongoDB Node.js driver version 3.5.7 that contains the fix has been released. Based on my test, I can confirmed that this version removed the warnings for circular dependencies.
Looking at mongoose v5.9.13 package.json, it is importing the correct driver version. Also, based on a quick test with mongoose v5.9.13 and node v14.2.0 it is working correctly for me.
As the warning message suggested, could you execute with node --trace-warnings to show where the exact warning was created and post the trace ?
Also, ensure within your node_modules that you have the correct version of the driver v3.5.7. If you’re still encountering the issue, please provide how you’re triggering these warning messages.
Regards,
Wan.