Open alexacron opened 4 years ago
Up!
As is, module
is currently embedding 3 known issues:
module > concat-stream
=> https://www.npmjs.com/advisories/597module > vinyl-fs > glob-stream > micromatch > braces
=> https://www.npmjs.com/advisories/786module > yargs > yargs-parser
=> https://www.npmjs.com/advisories/1500An upgrade would definitely be nice :) Thx!
I get this warning: "in ./node_modules/lazy-debug-legacy/src/functions.js Critical dependency: the request of a dependency is an expression"
Tracking it back it turns that it is a chain of dependencies: module@^1.2.5-> vinyl-fs "2.4.3"-> gulp-sourcemaps "^1.5.2"-> debug-fabulous "0.0.X"-> lazy-debug-legacy "0.0.X"
I know it is not an issue with this module itself, but I was wondering if someone can upgrade this 4-years old module so it will use viniyl-fs "3.0.3" that is not using gulp-sourcemaps anymore.