Skip to content
This repository was archived by the owner on Jan 3, 2026. It is now read-only.
This repository was archived by the owner on Jan 3, 2026. It is now read-only.

Upgrade node-fetch dependency to v3.2 #508

@adarshmadrecha

Description

@adarshmadrecha

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.

image
image

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.

"overrides": {
      "node-fetch": "3.2.10"
 }

image

Additional context

Metadata

Metadata

Assignees

No one assigned

    Labels

    priority: p3Desirable enhancement or fix. May not be included in next release.type: feature request‘Nice-to-have’ improvement, new feature or different behavior or design.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions