[Gtasby-Plugin-Sharp@1.6.44] deprecated Gulp-Util dependancy #5513
Labels
help wanted
Issue with a clear description that the community can help with.
type: maintenance
An issue or pull request describing a change that isn't a bug, feature or documentation change
Description
When installing plugin "gatsby-plugin-sharp" npm CLI warn on deprecated "gulp-util@3.0.8" 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 gulp-util@3.0.8: gulp-util is deprecated - replace it, following the guidelines at https://medium.com/gulpjs/gulp-util-ca3b1f9f9ac5
$ npm ls gulp-util
gatsby-starter-default@1.0.0 C:\ [my_own_path]
-- gatsby-plugin-sharp@1.6.44
-- imagemin-pngquant@5.0.1-- pngquant-bin@3.1.1
-- bin-build@2.2.0-- download@4.4.3
-- gulp-decompress@1.2.0`-- gulp-util@3.0.8
Environment
npm list gatsby
): v1.9.250gatsby --version
): v1.1.52File contents (if changed)
gatsby-config.js
: N/Apackage.json
: N/Agatsby-node.js
: N/Agatsby-browser.js
: N/Agatsby-ssr.js
: N/AThe text was updated successfully, but these errors were encountered: