Open arokanto opened 4 years ago
Any news on this? mjmj 3.2
has 279 low-severity vulnerabilities. All of them are because of outdated versions of node-fetch
and ini
, which are required by transitive dependencies of mjml 3.2
.
Do you have plans to update this module to require mjml 4
? For me mjml2json
is still a useful module.
I tried looking at this, but there are quite a few breaking changes and not all seem to be documented, so it requires some work looking into the internals of mjml: https://github.com/mjmlio/mjml2json/pull/25
I provided #29 that works and replaces #25.
This package still relies on
mjml
version^3.2.2
. When installing you get the following warnings:Maybe the
mjml
dependency should be bumped to something on the4.x
line.