Skip to content

@angular/fire indirectly depends on webpack #3324

Closed
@Ionaru

Description

@Ionaru

Version info

Angular: 15.2.1

Firebase: 9.17.2

AngularFire: 7.5.0

Other (e.g. Ionic/Cordova, Node, browser, operating system):

  • @ionic/angular: 6.6.0
  • Node: 18.13.0
  • Windows 11

How to reproduce these conditions

Steps to set up and reproduce

  • npm install @angular/fire
  • npm ls webpack --omit=dev

Expected behavior

[email protected] C:\Users\name\Projects\my-project
`-- (empty)

Actual behavior

[email protected] C:\Users\name\Projects\my-project
`-- @angular/[email protected]
  `-- [email protected]
    `-- [email protected]
      `-- [email protected]
        `-- [email protected] deduped

Additional information

A search of this repository does not show that file-loader is used anywhere, maybe it can be removed from https://github.com/angular/angularfire/blob/master/src/package.json? But I could be wrong.

Webpack should probably not be a (production)dependency, but a devDependency instead?

Running npm audit --omit=dev is how I noticed this dependency: GHSA-hc6q-2mpp-qw7j

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions