- 
                Notifications
    You must be signed in to change notification settings 
- Fork 10.3k
Description
Description
When installing plugin "gatsby-plugin-sharp" npm CLI warn on deprecated "[email protected]" dependancy.
Answer might be here : https://medium.com/gulpjs/gulp-util-ca3b1f9f9ac5
Steps to reproduce
npm i --save gatsby-plugin-sharp
Expected result
The plugin is still installing and working fine. However it may contains vulnerabilities due to decrepated dependancy.
Actual result
npm WARN deprecated [email protected]: gulp-util is deprecated - replace it, following the guidelines at https://medium.com/gulpjs/gulp-util-ca3b1f9f9ac5
$ npm ls gulp-util
[email protected] C:\ [my_own_path]
-- [email protected] -- [email protected]
-- [email protected] -- [email protected]
-- [email protected] -- [email protected]
`-- [email protected]
Environment
- Gatsby version (npm list gatsby): v1.9.250
- gatsby-cli version (gatsby --version): v1.1.52
- Node.js version: v8.11.1
- Operating System: windows
File contents (if changed)
gatsby-config.js: N/A 
package.json: N/A 
gatsby-node.js: N/A 
gatsby-browser.js: N/A 
gatsby-ssr.js: N/A