Upgrade node-fetch dependency to v3.2 #508
Labels
priority: p3
Desirable enhancement or fix. May not be included in next release.
type: feature request
‘Nice-to-have’ improvement, new feature or different behavior or design.
Is your feature request related to a problem? Please describe.
When using firebase-admin in Nuxt3 Project along with Mongoose, it causes clash becase of use of different versions of
node-fetch
by underlying libraries.Describe the solution you'd like
Upgrade to latest version of
node-fetch
i.e.3.2.x
Describe alternatives you've considered
Have added
overrides
in the package.json, but it does not work because of the way it is imported in the gaxios.Additional context
The text was updated successfully, but these errors were encountered: