cross-fetch
                                
                                 cross-fetch copied to clipboard
                                
                                    cross-fetch copied to clipboard
                            
                            
                            
                        fix: Update Node Fetch
This PR updates Node Fetch to 2.6.13, to fix https://github.com/node-fetch/node-fetch/issues/1735 and https://github.com/node-fetch/node-fetch/pull/1765
Possible to get this merged? Actually there's already 2.7.0 that might be used but I think minimum is .13. Thanks!
It would be nice to get this merged, since [email protected] still depends on [email protected] that invokes a deprecated punycode Node.js module. So this throws a lot of annoying warnings when running on Node.js 22.x:
(node:22157) [DEP0040] DeprecationWarning: The `punycode` module is deprecated. Please use a userland alternative instead.
(Use `node --trace-deprecation ...` to show where the warning was created)
@lquixada Any update on getting this merged? This library is used by countless other libraries as a dependency and would be nice to get this resolved