Skip to content

Dependency deprecated #2871

@FranklinYu

Description

@FranklinYu

There is some deprecation warning when I install:

npm WARN deprecated [email protected]: graceful-fs v3.0.0 and before will fail on node releases >= v7.0. Please update to graceful-fs@^4.0.0 as soon as possible. Use 'npm ls graceful-fs' to find it in the tree.
npm WARN deprecated [email protected]: Please update to minimatch 3.0.2 or higher to avoid a RegExp DoS issue
npm WARN deprecated [email protected]: This package is discontinued. Use lodash@^4.0.0.
npm WARN deprecated [email protected]: Please update to minimatch 3.0.2 or higher to avoid a RegExp DoS issue
npm WARN deprecated [email protected]: ReDoS vulnerability parsing Set-Cookie https://nodesecurity.io/advisories/130

It turns out that this package depends on 1520 package-with-versions (there may be different version of same package), making it difficult to track all the dependencies. Dependency chain for the above deprecation:

  1. [email protected] -> [email protected] -> [email protected] -> [email protected] -> [email protected] -> [email protected]
  2. [email protected] -> [email protected] -> [email protected] -> [email protected]

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions