Fix bug crashing the process when processing invalid multipart stream
- refactor: switching back to node-fetch since undici does not support Node 14 06a9769
- refactor: replace node-fetch with undici a08e62e
- fix: do not use stream/promises as it is not supported in older version of node 6162d97
- fix: handle invalid multipart streams 261d69e
- test: fix breaking tests f306758
Full Changelog: v8.1.7...v8.1.8