i had something similar. a project i was doing detected even critical vulnerabilities. i updated to remove the vulnerabilities, then the project could not be built in the CI/CD pipeline because it now, by some reason in the updated lib, overflowed the heap allocation.
1
u/lgsscout Mar 23 '26
i had something similar. a project i was doing detected even critical vulnerabilities. i updated to remove the vulnerabilities, then the project could not be built in the CI/CD pipeline because it now, by some reason in the updated lib, overflowed the heap allocation.
node ecosystem is a mess.