sandrokeil / ghost-theme-casperion

Casperion is a free Ghost theme. Casperion is based upon original Ghost theme Casper with some minor modifications and extensions.
https://sandro-keil.de/blog/
MIT License
27 stars 6 forks source link

NPM package depreciation warnings #12

Open danielloader opened 7 years ago

danielloader commented 7 years ago
# npm install
npm WARN deprecated gulp-minify-css@1.2.4: Please use gulp-clean-css
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 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.

May be worth switching to gulp-clean-css, the other warnings seem to be from gulp.

sandrokeil commented 7 years ago

Thank you for your report. Can you bring a PR please?