Build failure
The fix
Audit this project's dependencies. Run npm audit (or pip-audit), then list every direct dependency with: is it still maintained, does it overlap with another one, and could it be replaced by the standard library or a few lines of code? Recommend which to remove, remove them, and run the tests. From now on, don't add a dependency without asking me first.
Learn it properly: Recipe 06, Quality β
Deeper dive: read the full article β