node-userid icon indicating copy to clipboard operation
node-userid copied to clipboard

Out-of-date mocha

Open Cxarli opened this issue 8 years ago • 2 comments

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 [email protected]: to-iso-string has been deprecated, use @segment/to-iso-string instead.
npm WARN deprecated [email protected]: Jade has been renamed to pug, please install the latest version of pug instead of jade
npm WARN deprecated [email protected]: 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).

Cxarli avatar Aug 15 '16 17:08 Cxarli

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

domosapien avatar Aug 16 '16 10:08 domosapien

Fixed in current versions I think

cinderblock avatar Nov 04 '19 21:11 cinderblock