[!NOTE]
We have already upgraded the xml2js greater than the patched version >=0.5.0.
But above @energyweb and @nestjs libraries are incompatible with the patched version.
So We need to resolve it only when the @energyweb and @nestjs releases which is compatible with xml2js>0.5.0.
There are some libraries which has
xml2js
as it's peer dependency.So We need to resolve it only when the
@energyweb
and@nestjs
releases which is compatible withxml2js>0.5.0
.