You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
security: bumped gettext-converter to 1.3.4, which fixes a prototype
pollution in its PO parser (GHSA-3qx4-pp8q-43c4).
A .po/.pot file carrying a crafted msgctxt "__proto__" polluted Object.prototype while being converted, so anyone converting or uploading
untrusted gettext files was affected. The dependency was pinned exactly, so
this bump is required to pick the fix up.