npm install works okay, but throws some warnings. In particular the warning related to the node module gradeful-fs

npm install

npm WARN deprecated tough-cookie@2.2.2: ReDoS vulnerability parsing Set-Cookie https://nodesecurity.io/advisories/130
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 graceful-fs@3.0.8: 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 lodash@1.0.2: lodash@<3.0.0 is no longer maintained. Upgrade to lodash@^4.0.0.
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.
npm WARN deprecated jade@0.26.3: Jade has been renamed to pug, please install the latest version of pug instead of jade
npm WARN deprecated graceful-fs@2.0.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.
npm WARN prefer global marked@0.3.5 should be installed with -g
npm WARN prefer global js-beautify@1.4.2 should be installed with -g
npm WARN prefer global node-gyp@3.4.0 should be installed with -g

Here are the graceful-fs dependencies:

nam ls graceful-fs
zen-subtheme@1.0.0 /Users/tstermitz/Sites/orion/wp-content/themes/oriongulp
├─┬ browser-sync@2.13.0
│ └─┬ chokidar@1.5.1
│ └─┬ fsevents@1.0.14
│ └─┬ node-pre-gyp@0.6.29
│ └─┬ tar@2.2.1
│ └─┬ fstream@1.0.10
│ └── graceful-fs@4.1.4
├─┬ 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
│ └── graceful-fs@3.0.8
├─┬ gulp-sourcemaps@1.6.0
│ └── graceful-fs@4.1.5
└─┬ kss@3.0.0-beta.14
└─┬ twig@0.9.5
└─┬ phpjs@1.3.2
├─┬ glob@3.2.1
│ └── graceful-fs@1.2.3
└─┬ mocha@1.17.0
└─┬ glob@3.2.3
└── graceful-fs@2.0.3

Comments

tstermitz created an issue.