Is your feature request related to a problem? Please describe.
Currently libxmljs2 is defined as an optionalDependency inside package.json.
Since the dependency is no longer maintained and only has supply chain risks due to native code being executed on postinstall hooks I recommend to replace it with the original now maintained libxmljs
See https://socket.dev/npm/package/libxmljs2
Describe the solution you'd like
Replace dependency inpackage.json and and fix references in demo and test.
Additional context
Contribution
Is your feature request related to a problem? Please describe.
Currently
libxmljs2is defined as anoptionalDependencyinsidepackage.json.Since the dependency is no longer maintained and only has supply chain risks due to native code being executed on
postinstallhooks I recommend to replace it with the original now maintainedlibxmljsSee https://socket.dev/npm/package/libxmljs2
Describe the solution you'd like
Replace dependency in
package.jsonand and fix references indemoandtest.Additional context
Contribution