[!NOTE]
We have already upgraded the express greater than the patched version >4.19.2.
But @energyweb/origin-backend and @nestjs/core is incompatible with the patched version of express.
So We need to resolve it only when the @energyweb/origin-backend and @nestjs/core releases which is compatible with express@4.19.2.
There are some libraries which has
express
as it's peer dependency.So We need to resolve it only when the
@energyweb/origin-backend
and@nestjs/core
releases which is compatible withexpress@4.19.2
.