npm WARN deprecated

0

I have tried to find a solution on the net about this error and the ones I found did not work.

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]: Please update to minimatch 3.0.2 or higher to avoid a RegExp DoS issue
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.
    
asked by anonymous 06.10.2016 / 19:42

1 answer

1

You should update the package version in your package.json. But sometimes there are cases where a package you are using is using an outdated package. Anyway try to update all the packages you use. If it is a packet of three, correct and open a pull-request =)

    
15.10.2016 / 17:34