aws-lambda-typescript icon indicating copy to clipboard operation
aws-lambda-typescript copied to clipboard

Please update dependencies

Open westlakem opened this issue 6 years ago • 1 comments

npm WARN deprecated [email protected]: gulp-util is deprecated - replace it, following the guidelines at https://medium.com/gulpjs/gulp-util-ca3b1f9f9ac5
npm WARN deprecated [email protected]: please upgrade to graceful-fs 4 for compatibility with current and future versions of Node.js
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]: please upgrade to graceful-fs 4 for compatibility with current and future versions of Node.js

westlakem avatar Jun 13 '18 14:06 westlakem

Thanks for the heads up. I've removed all the usage of gulp util in this package and those changes are in the newly published 2.0.0 version. Unfortunately gulp-install, one of the dependencies still uses it. There is an outstanding issue to fix this https://github.com/slushjs/gulp-install/pull/53 but it doesn't show much sign of getting merged. If it's not merged in the next few weeks I'll look to move away from using gulp-install.

I'll keep the issue open until I make a decision

stevejhiggs avatar Jun 15 '18 11:06 stevejhiggs