duaraghav8 / solparse

Solidity Parser for Solium

Home Page:https://www.npmjs.com/package/solparse

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Upgrade Mocha to remove deprecation warnings

davesag opened this issue · comments

Running npm install on any project that includes the solium package, (and thus this package) gives the following deprecation warnings

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 to-iso-string@0.0.2: to-iso-string has been deprecated, use @segment/to-iso-string instead.
npm WARN deprecated minimatch@0.3.0: Please update to minimatch 3.0.2 or higher to avoid a RegExp DoS issue

Upgrading mocha to the latest version will fix that.