We use babel-plugin-istanbul and recently started getting flagged for CVE-2025-64718 / CWE-1321
This is coming in from js-yaml 3.x, which is unmaintained, used by load-nyc-config, which hasn't seen much activity in the last 5 years.
This issue could be resolved by upgrading js-yaml (istanbuljs/load-nyc-config#22)
or maybe by selecting a different parser (istanbuljs/load-nyc-config#13)
but as of right now there seems to not actually be any way to resolve this vulnerability.