question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. ItΒ collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Please, update the deprecated modules

See original GitHub issue

In Node 6.5.0, it shows these SECURITY and DEPRECATED warning messages:

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 lodash@1.0.2: lodash@<3.0.0 is no longer maintained. Upgrade to lodash@^4.0.0.
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.

Outdated minimatch:

β”œβ”€β”¬ gulp@3.9.1
β”‚ └─┬ vinyl-fs@0.3.14
β”‚   β”œβ”€β”¬ glob-stream@3.1.18
β”‚   β”‚ └── minimatch@2.0.10 
β”‚   └─┬ glob-watcher@0.0.6
β”‚     └─┬ gaze@0.5.2
β”‚       └─┬ globule@0.1.0
β”‚         └── minimatch@0.2.14 

Outdated Lodash:

β”œβ”€β”¬ gulp@3.9.1
β”‚ └─┬ vinyl-fs@0.3.14
β”‚   └─┬ glob-watcher@0.0.6
β”‚     └─┬ gaze@0.5.2
β”‚       └─┬ globule@0.1.0
β”‚         └── lodash@1.0.2 

Outdated graceful-fs:

β”œβ”€β”¬ 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.11 

Issue Analytics

  • State:closed
  • Created 7 years ago
  • Comments:10 (7 by maintainers)

github_iconTop GitHub Comments

2reactions
callumacraecommented, Sep 15, 2016

gulp is an open source project and is maintained by contributors who volunteer their spare time to work on the project. It will be done when it is done. If you want it to be done quicker, you are very welcome to contribute some of your own time.

1reaction
alexeyraspopovcommented, Sep 15, 2016

@rbatllet, are you willing to help?

Read more comments on GitHub >

github_iconTop Results From Across the Web

how to update warn deprecated - node.js - Stack Overflow
To update a package that's in your package.json (i.e., local to your project), run: npm update <package_name>.
Read more >
Update Deprecated Node Modules Β· Issue #810 - GitHub
Describe the bug When you first run the npm run rig-init there is a list of WARN deprecated node modules. To Reproduce Steps...
Read more >
Deprecated APIs | Node.js v19.3.0 Documentation
The Server.connections property was deprecated in Node.js v0.9.7 and has been removed. Please use the Server.getConnections() method instead.
Read more >
Node.js build contains warnings of deprecated modules
Build of Node.js contains warnings of deprecated modules: (Executor) npm WARN deprecated request@2.88.2: request has been ... Please update to mkdirp 1.x.
Read more >
Issues Installing Stencil CLI - BigCommerce Support
Please upgrade to the latest version. npm WARN deprecated kilt@1.1.1: This module is no longer maintained. npm WARN deprecated mimos@Β ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found