angular / angular-seed

Seed project for angular apps.
http://angularjs.org/
MIT License
13.04k stars 6.94k forks source link

Update deprecated packages #382

Closed LJNielsenDk closed 7 years ago

LJNielsenDk commented 7 years ago

npm WARN deprecated minimatch@0.3.0: Please update to minimatch 3.0.2 or higher to avoid a RegExp DoS issue npm WARN deprecated node-uuid@1.4.7: use uuid module instead

gkalpak commented 7 years ago

I couldn't find node-uuid as a sub-dependency. Regarding minimatch@0.3.0, it is a transient dependency through protractor@4.0.11 -> jasmine@2.4.1. We are using the latest version of protractor, so we can't do anything. It is protractor that needs to be updated to use a newer version of jasmine (but I don't know what implications this may have for them).

Closing, since there is nothing actionable for angular-seed.