I've just noticed that the project is lacking a lock file. I am maintaining npm modules for more than 5 years and built a number of best practices over the years. One of them - having lock file is good for you. It doesn't stop me from publishing the new version though. :) But seems like it's time for a blog post: "Best practices for low-effort long-term Node.js project maintenance".
I deliberately removed the Dependabot because see item 1. :) Dependabot is a waste of time except when it notifies about vulnerabilities in my dependencies (not transitional). I will remove the Dependabot if it would be spamming me monthly. FYI.
@koresar
@adam2k and I worked on medici and we modified it accordingly to fix the sec. vuln. of mongoose.
Can you please make a release?