formidable
formidable copied to clipboard
fix @paralleldrive/cuid2 to 2.2.2
Hello,
currently formidable uses "@paralleldrive/cuid2": "^2.2.2" which since last week pulls version 2.3.0 with sub-dependency "@noble/hashes": "2.0.1". This new version of @noble/hashes has new nodejs engine requirements >= 20.19.0 which is incompatible with formidable's >=14.0.0.
This is currently breaking our builds as we have to manually add resolutions all over the place to address this.