yeoman / generator-generator

Generate a Yeoman generator
1.22k stars 238 forks source link

Deprecated packages kleur@2.0.2 and samsam@1.3.0 #230

Open koppor opened 5 years ago

koppor commented 5 years ago

When using the generator, it outputs:

npm WARN deprecated kleur@2.0.2: Please upgrade to kleur@3 or migrate to 'ansi-colors' if you prefer the old syntax. Visit https://github.com/lukeed/kleur/releases/tag/v3.0.0 for migration path(s). npm WARN deprecated samsam@1.3.0: This package has been deprecated in favour of @sinonjs/samsam

Furthermore, there are some vulnerability warnings:

found 63 vulnerabilities (62 low, 1 high)
run `npm audit fix` to fix them, or `npm audit` for details
UlisesGascon commented 4 years ago

Thanks for let us know. I will work on a PR for that ;-)