lukehorvat / module

Generate the minimal skeleton/boilerplate for a new Node.js module.
MIT License
15 stars 7 forks source link

Upgrade needed ? #1

Open alexacron opened 4 years ago

alexacron commented 4 years ago

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.

gcunsolo commented 4 years ago

Up!

As is, module is currently embedding 3 known issues:

  1. module > concat-stream => https://www.npmjs.com/advisories/597
  2. module > vinyl-fs > glob-stream > micromatch > braces => https://www.npmjs.com/advisories/786
  3. module > yargs > yargs-parser => https://www.npmjs.com/advisories/1500

An upgrade would definitely be nice :) Thx!