jandre / node-userid

A small native module to lookup uid and gid information in node.js
16 stars 23 forks source link

Out-of-date mocha #11

Open Cxarli opened 8 years ago

Cxarli commented 8 years ago

When installing the latest version of userid (0.2.0), an out-of-date version of mocha gets installed, which results in these 3 errors:

npm WARN deprecated to-iso-string@0.0.2: to-iso-string has been deprecated, use @segment/to-iso-string instead.
npm WARN deprecated jade@0.26.3: Jade has been renamed to pug, please install the latest version of pug instead of jade
npm WARN deprecated minimatch@0.3.0: Please update to minimatch 3.0.2 or higher to avoid a RegExp DoS issue

all these errors were fixed in the latest version of mocha (3.0.2).

domosapien commented 8 years ago

Additionally, mocha should be a devDependency not a normal dependency.

cinderblock commented 4 years ago

Fixed in current versions I think