po2json
po2json copied to clipboard
Apply npm audit fixes and upgrade to gettext-parser@3
This should fix Github packages security warnings.
Note: gettext-parser@4+ break tests so I upgraded to gettext-parser@3 at least.
https://github.com/mikeedwards/po2json/blob/v0.4.2/package.json#L69
Fixed using version 1.0.0-beta-3
Still using 1.0.0-beta-3, "{" character get escaped in the string, while using 0.4 it was not the case.