Skip to content
This repository has been archived by the owner on Feb 12, 2024. It is now read-only.

Deprecated dependencies #1096

Closed
richardschneider opened this issue Nov 21, 2017 · 3 comments 路 May be fixed by rtpro/js-ipfs#64
Closed

Deprecated dependencies #1096

richardschneider opened this issue Nov 21, 2017 · 3 comments 路 May be fixed by rtpro/js-ipfs#64

Comments

@richardschneider
Copy link
Contributor

Let's upgrade.

npm WARN deprecated minimatch@2.0.10: Please update to minimatch 3.0.2 or higher to avoid a RegExp DoS issue
npm WARN deprecated babel-preset-es2015@6.24.1: 馃檶  Thanks for using Babel: we recommend using babel-preset-env now: please read babeljs.io/env to update!
npm WARN deprecated minimatch@0.2.14: Please update to minimatch 3.0.2 or higher to avoid a RegExp DoS issue
npm WARN deprecated graceful-fs@1.2.3: 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.
@richardschneider
Copy link
Contributor Author

npm ls minimatch@2.0.10

ipfs@0.26.0 C:\Users\Owner\Documents\GitHub\js-ipfs
`-- gulp@3.9.1
  `-- vinyl-fs@0.3.14
    `-- glob-stream@3.1.18
      +-- glob@4.5.3
      | `-- minimatch@2.0.10  deduped
      `-- minimatch@2.0.10

npm ls minimatch@0.2.14

ipfs@0.26.0 C:\Users\Owner\Documents\GitHub\js-ipfs
`-- gulp@3.9.1
  `-- vinyl-fs@0.3.14
    `-- glob-watcher@0.0.6
      `-- gaze@0.5.2
        `-- globule@0.1.0
          +-- glob@3.1.21
          | `-- minimatch@0.2.14  deduped
          `-- minimatch@0.2.14

npm ls graceful-fs@1.2.3

ipfs@0.26.0 C:\Users\Owner\Documents\GitHub\js-ipfs
`-- gulp@3.9.1
  `-- vinyl-fs@0.3.14
    `-- glob-watcher@0.0.6
      `-- gaze@0.5.2
        `-- globule@0.1.0
          `-- glob@3.1.21
            `-- graceful-fs@1.2.3

@richardschneider
Copy link
Contributor Author

All the warnings are coming from gulp. The issues are being resolved in gulpjs/gulp#1604

@daviddias
Copy link
Member

removed gulp, we actually don't use it anymore with the latest aegir :)

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants