It seems the dbdocs client depends on vulnerable versions of
axios <=0.21.1
follow-redirects <=1.14.7
got <11.8.5
Steps to reproduce:
in an environment where npm audit finds nothing
npm install dbdocs
run npm audit again to find 7 vulnerabilities (4 moderate, 3 high)
I am using nodeenv inside my python venv to do this.
Is there any fix for this?
(“npm audit fix --force” does not solve it)