lquixada / cross-fetch

Universal WHATWG Fetch API for Node, Browsers and React Native.
MIT License
1.67k stars 104 forks source link

Allow patch releases for node-fetch #123

Closed anton-kazlouski closed 2 years ago

anton-kazlouski commented 2 years ago

Currently there is no way to apply security updates of node-fetch 2.6.x.

There was a security update from node-fetch team: https://github.com/node-fetch/node-fetch/releases/tag/v2.6.7

Please, consider allowing patch updates.