Version 2.1.1 of kdbxweb has a dependency on @xmldom/xmldom: ^0.7.4 which is deprecated.
Running npm install kdbxweb prints npm warn deprecated @xmldom/xmldom@0.7.13: this version is no longer supported, please update to at least 0.8.*.
I can see that the dependency has already been updated to "^0.8.10" in response to #46 (which has a status of closed), but this change has not been released on NPM yet.
Can you please do a small release on NPM to fix the security vulnerability mentioned in #46 and the deprecation warning mentioned here.
I have used the kdbxweb module on several projects, and really appreciate your work on this.
Version 2.1.1 of
kdbxwebhas a dependency on@xmldom/xmldom: ^0.7.4which is deprecated.Running
npm install kdbxwebprintsnpm warn deprecated @xmldom/xmldom@0.7.13: this version is no longer supported, please update to at least 0.8.*.I can see that the dependency has already been updated to
"^0.8.10"in response to #46 (which has a status of closed), but this change has not been released on NPM yet.Can you please do a small release on NPM to fix the security vulnerability mentioned in #46 and the deprecation warning mentioned here.
I have used the
kdbxwebmodule on several projects, and really appreciate your work on this.